A two-dimensional
system of
linear differential equations can be written in the form: \frac{dy}{dx} = \frac{Cx+Dy}{Ax+By} although the solutions are
implicit functions in
x and
y, and are difficult to interpret.
Solving using eigenvalues More commonly they are solved with the coefficients of the right hand side written in matrix form using
eigenvalues λ, given by the
determinant: :\det \left(\begin{bmatrix} A & B \\ C & D \\ \end{bmatrix}- \lambda \mathbf{I}\right) = 0 and
eigenvectors: : \begin{bmatrix} A & B \\ C & D \\ \end{bmatrix}\mathbf{x}=\lambda\mathbf{x} The eigenvalues represent the powers of the exponential components and the eigenvectors are coefficients. If the solutions are written in algebraic form, they express the fundamental multiplicative factor of the exponential term. Due to the nonuniqueness of eigenvectors, every solution arrived at in this way has undetermined constants
c1,
c2, …,
cn. The general solution is: :x = \begin{bmatrix} k_{1} \\ k_{2} \end{bmatrix} c_{1}e^{\lambda_1 t} + \begin{bmatrix} k_{3} \\ k_{4} \end{bmatrix} c_{2}e^{\lambda_2 t}. where
λ1 and
λ2 are the eigenvalues, and (
k1,
k2), (
k3,
k4) are the basic eigenvectors. The constants
c1 and
c2 account for the nonuniqueness of eigenvectors and are not solvable unless an initial condition is given for the system. The above determinant leads to the
characteristic polynomial: :\lambda^2 - (A+D)\lambda + (AD-BC) = 0 which is just a
quadratic equation of the form: :\lambda^2 - p\lambda + q=0 where p = A+D = \mathrm{tr}(\mathbf{A}) \,, ("tr" denotes
trace) and q=AD-BC=\det(\mathbf{A})\,. The explicit solution of the eigenvalues are then given by the
quadratic formula: :\lambda = \frac{1}{2}(p\pm \sqrt{\Delta})\, where \Delta=p^2-4q \,.
Eigenvectors and nodes The eigenvectors and nodes determine the profile of the phase paths, providing a pictorial interpretation of the solution to the dynamical system, as shown next.
autonomous system. These profiles also arise for non-linear autonomous systems in linearized approximations. The phase plane is then first set-up by drawing straight lines representing the two eigenvectors (which represent stable situations where the system either converges towards those lines or diverges away from them). Then the phase plane is plotted by using full lines instead of direction field dashes. The signs of the eigenvalues indicate the phase plane's behaviour: • If the signs are opposite, the intersection of the eigenvectors is a
saddle point. • If the signs are both positive, the eigenvectors represent stable situations that the system diverges away from, and the intersection is an
unstable node. • If the signs are both negative, the eigenvectors represent stable situations that the system converges towards, and the intersection is a
stable node. The above can be visualized by recalling the behaviour of exponential terms in differential equation solutions.
Repeated eigenvalues This example covers only the case for real, separate eigenvalues. Real, repeated eigenvalues require solving the coefficient matrix with an unknown vector and the first eigenvector to generate the second solution of a two-by-two system. However, if the matrix is symmetric, it is possible to use the orthogonal eigenvector to generate the second solution.
Complex eigenvalues Complex eigenvalues and eigenvectors generate solutions in the form of
sines and
cosines as well as exponentials. One of the simplicities in this situation is that only one of the eigenvalues and one of the eigenvectors is needed to generate the full solution set for the system. ==See also==