DaxInvader
Homework Statement
Solve the following differential equation.
y'= {{2,-1},{3,-2}}y + {{1},{-1}}(e)^{x}
If it's not clear, I made an image for it.
http://i.imgur.com/lypTxqf.jpg
Homework Equations
y{g} = y{h} + y{p}
The Attempt at a Solution
So basically, I am looking for a homogeneous solution and a particular solution.
I started by looking at the eigen values and eigen vectors.
I found \lambda1 = 1 and \lambda2 = -1
And the vectors that go with them : \stackrel{\rightarrow}{V1} = (1, 1) and \stackrel{\rightarrow}{V2} = (1,3). with give me the homogeneous solution
y{h} = C1(e)^{x}(1, 1) + C2(e)^{-x}(1, 3)
But I have a hard time looking for a particular solution..
I supposed that Yp was something like \stackrel{\rightarrow}{a} * x * (e)^{x} + \stackrel{\rightarrow}{b} * (e)^{x} and... I'm having a lot of trouble from there.. I found Y'p and. it start to get pretty complicated.. is there an easier way? I'm I doing this right?
thanks!
Dario