ODE system
We can express a linear system of differential equations of the form
x˙1x˙2x˙n=a1,1x1+a1,2x2+⋯+a1,nxn=a2,1x1+a2,2x2+⋯+a2,nxn ⋮=an,1x1+an,2x2+⋯+an,nxnusing a matrix such that x˙=Ax:
dtdx1x2⋮xn=a1,1a2,1⋮an,1a1,2a2,2⋮an,2⋯⋯⋱⋯a1,na2,n⋮an,nx1x2⋮xn.To solve an ODE system of this form we guess the solution x=Ceλt where C is a constant vector.
x˙λC=λeλtC=AC.We see that λ must be an eigenvalue of A, and C its corresponding eigenvector. The general solution is then
x(t)=c1C1eλ1t+c2C2eλ2t+⋯+cnCneλntwhere ci is determined by initial conditions.
|