Ordinary Differential Equations/Linear Systems

From testwiki
Jump to navigation Jump to search

A system of differential equations is a collection of two or more differential equations, which each ODE may depend upon the other unknown function.

For example consider the equations:

{x(t)=2x(t)+y(t)y(t)=3y(t)

In this case the equation for differential equation for x(t) depends on both x(t) and y(t). In principle we could also allow y(t) to depend on both x and y, but it is not necessary.

Notice in some cases we find a solution for a system of ODE's. For example in the case above, because y doesn't depend on x we can solve the second equation (by separating variables or using an integrating factor) to get that y=C2e3t. Since there will be a second constant when we solve the first ODE, we choose to call the constant here C2. Now we can plug this into the first equation to get that: x=2x+C2e3t. We can solve this equation by using an integrating factor to get that:

{x(t)=C1e2t+C2e3ty(t)=C2e3t

In other cases a clever change of variables allows one to separate the two ODE's. Consider the system

{x1(t)=4x1(t)+2x2(t)x2(t)=2x1(t)+4x2(t).

If we let y1=x1+x2 and y2=x1x2. Then we find that

{y1(t)=6y1(t)y2(t)=2y2(t)

and each of these are easy to solve: y1=C1e6t and y2=C2e2t. And so we find x1=C1e6t+C2e2t and x1=C1e6tC2e2t. It turns out to be helpful with systems to work with vectors and matrices so if we introduce x(t)=(x1(t)x2(t)). Then the above system can be re-written as:

ddtx(t)=(4224)x(t).

And we have solutions x1(t)=C1e6t(11) and x2(t)=C2e2t(11)

Notice that the solutions we found were of the for eλtξ for some constant vector ξ. Using this as motivation we will investigate the question, when does x(t)=eλtξ solve the system:

ddtx(t)=Ax(t).

for some constant matrix A.

By substituting into the equation we see that:

ddt(eλtξ)=A(eλtξ)λeλtξ=eλtAξeλt(AλI)ξ=0.

Since eλt0, the only way for the left hand side to be 0 is if λ is an eigenvalue and ξ is a corresponding eigenvector.

This is not quite the end of the story. When the matrix is real we shall consider the following cases:

Real Distinct Eigenvalues

Complex Eigenvalues

Real Repeated Eigenvalues

Template:BookCat