de1337ed
- 10
- 0
Homework Statement
Equations:
\frac{dv_{1}}{dt} = -v_{1} - \frac{2v_{2}}{3} + 1 + \frac{t}{3}
\frac{dv_{2}}{dt} = -2v_{2} - 1 - 2t
Initial Conditions:
v_{1}(0) = 6
v_{2}(0) = -6
2. The attempt at a solution
Defined the following:
v(t) =
[ v_{1}(t)
v_{2}(t) ]
\frac{dv(t)}{dt} =
[ \frac{dv_{1}(t)}{dt}
\frac{dv_{2}(t)}{dt} ]
v(0)=
[ 6
-6 ]
s =
[ 1 + \frac{t}{3}
-1 - 2t ]
A =
[ -1 \frac{-2}{3}
0 -2 ]
Particular:
\frac{dv(t)}{dt} = Av + s
Try v = k_{0} + k_{1}t
And now I'm stuck. I know what to do in homogenous cases when we use cxe^{\lambda t} because in that case, you can represent \frac{dv(t)}{dt} as \lambda v
But what do I do in the non-homogeneous case when there is a polynomial driving function? Thank you.