Matrix method for solving linear systems help!
Maths and statistics discussion, revision, exam and homework help.
-
Matrix method for solving linear systems help!
By considering a particular solution of the form (a,b) + (c,d)t, find the general solution to the following, satisfying initial conditions x(0)=1,y(0)=1.
dx/dt = 17x - 54y + 53 + 125t , dy/dt = 9x - 28y + 30 + 65t
I found the complemetary function to be Ae^(-10*t)*(2,1) + B*e^(-t)*(3,1).
However, i don't know how to find the particular solution....
Thanks
Note: (a,b) and so on represent column vectors.Last edited by John taylor; 09-06-2012 at 00:54. -
Re: Matrix method for solving linear systems help!
Yo, well they've told you what to try right? (x,y) = (a,b) + (c,d)t, so (1,1) = (a,b) + (c,d) * 0 for a start.
(x,y) = (1,1) + (c,d)t.
I've not done the question but next you'll want to differentiate (x,y) wrt. t and you get (dx/dt, dy/dt), compare this to what you're given and so on.