Variation of parameters
We can use variation of parameters to solve a first order inhomogeneous ODE of the form
y˙+p(t)y=q(t).We first solve the homogeneous ODE y˙h+p(t)yh=0. Then set y=u(t)yh and plug into the inhomogeneous ODE. Terms will cancel.
Variation of parameters for an ODE system
We can apply a similar technique to an ODE system x˙=Ax+q. First write the homogeneous solution in terms of the fundamental matrix as x=eAtC, then replace C with a vector-valued function u(t). Plugging into the ODE, we find
AeAtu(t)+eAtu˙(t)Ax+eAtu˙(t)eAtu˙(t)u(t)=Ax+q(t)=Ax+q(t)=q(t)=∫e−Atq(t)dt.
|