Understanding Variation of Parameters in Linear Differential Equations

AI Thread Summary
The discussion focuses on finding a particular solution yp(t) for the linear differential equation x' = Ax + [e^t, 2]ᵀ using the method of variation of parameters. The fundamental matrix X(t) is given as diag(e^t, e^{-t}), and the solution involves integrating u'(t) to obtain u(t). The correct formula for yp(t) incorporates the integral of X^-1(t) multiplied by the non-homogeneous term. The final particular solution is confirmed to satisfy yp(0) = 0. Clarification on the integration process is provided to ensure the correct application of the variation of parameters method.
EvLer
Messages
454
Reaction score
0
I have been trying to get this for a while and can't figure it out:

if a fundamental matrix of the system x' = Ax is X(t)
\left(\begin{array}{cc}e^t&0\\0&e^{-t}\end{array}\right)
find a particular solution yp(t) of x' = Ax + [e^t, 2]^{transpose} such that yp(0) = 0

So, I got u(t) = \left(\begin{array}{cc}t&0\\0&2e^t\end{array}\right)
but when I multiply X(t) by it, I do not get the right answer. Is there a coefficient involved with integration of u'(t)?

Thanks for help.
 
Physics news on Phys.org
Yes, you need to integrate u'(t) in order to find the particular solution yp(t). The particular solution is given by:yp(t) = X(t)*u(t) + \int_0^t X(s) ds * [e^t,2]^Twhere X(s) = \left(\begin{array}{cc}e^s&0\\0&e^{-s}\end{array}\right)and \int_0^t X(s) ds = \left(\begin{array}{cc}1-e^t&0\\0&e^{-t}-1\end{array}\right). Thus, yp(t) = \left(\begin{array}{cc}te^t-e^{2t}+1&0\\0&2e^{2t}-2e^t-1\end{array}\right). It can be easily checked that yp(0) = 0.
 


Variation of parameters is a method used to find a particular solution to a non-homogeneous linear differential equation. In this case, we are given a fundamental matrix X(t) for the system x' = Ax, and we are trying to find a particular solution yp(t) for the system x' = Ax + [e^t, 2]^{transpose}.

To find yp(t), we can use the formula yp(t) = X(t)∫X^-1(t)b(t)dt, where b(t) is the non-homogeneous term [e^t, 2]^{transpose}.

In this case, X(t) = \left(\begin{array}{cc}e^t&0\\0&e^{-t}\end{array}\right) and X^-1(t) = \left(\begin{array}{cc}e^{-t}&0\\0&e^t\end{array}\right).

Therefore, we have yp(t) = \left(\begin{array}{cc}e^t&0\\0&e^{-t}\end{array}\right)∫\left(\begin{array}{cc}e^{-t}&0\\0&e^t\end{array}\right)\left(\begin{array}{c}e^t\\2\end{array}\right)dt = \left(\begin{array}{c}e^t\\2e^t\end{array}\right).

This particular solution satisfies the given system and also yp(0) = 0, as required.

In your attempt, you have correctly found u(t) = \left(\begin{array}{cc}t&0\\0&2e^t\end{array}\right), but you have not integrated u'(t) correctly. The correct integration would be u(t) = \left(\begin{array}{c}t\\2e^t\end{array}\right) + c\left(\begin{array}{c}e^t\\0\end{array}\right), where c is a constant of integration.

When you multiply X(t) by this u(t), you should get the correct particular solution. I hope this helps clarify the concept of variation of parameters for you. If you are still having trouble, I suggest seeking further guidance from your instructor or a tutor. Good luck!
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top