Your general solution is
x(t) = c1[0,-2,1] et + c2[1,1,0] e2t + c3 [1,1,1/2] e3t
Set t=0 and this becomes
x(0) = c1[0,-2,1] + c2[1,1,0] + c3 [1,1,1/2]
Now set this equal to [2,0,1]:
[2,0,1] = c1[0,-2,1] + c2[1,1,0] + c3 [1,1,1/2]
Write this as three equations:
2=c2+c3
0=-2c1+c2+c3
1=c1+1/2c3
Rewrite this as a matrix equation and solve, or subtract the second from the first equation to get c1, then c3 from the third equation. You will find
c1=1, c2=2, c3=0
so that the unique solution to the IVP is
x(t) = [0,-2,1] et + 2[1,1,0] e2t
Andre W.
tutor
The equation x(0)= [2,0,1] = c1[0,-2,1] + c2[1,1,0] + c3 [1,1,1/2] is a vector equation. The vector x(t) has three components; each component gives you an equation. The c's are distributed to every component, e.g., c1[0,-2,1] =[c1*0,c1*(-2),c1*1]=[0,-2c1,c1]. Write the three components as three separate equations. The first component is 2=0+c2+c3 etc.
Report
09/11/13
Sun K.
Thanks a lot!
Report
09/11/13
Sun K.
09/10/13