Systems of Differential Equations
A system of differential equations consists of two or more equations involving derivatives of two or more unknown functions. These systems often model interacting populations (Predator-Prey), coupled oscillators, or chemical reactions.
Linear System Form
Or in matrix notation:
Method 1: Elimination
This method involves eliminating variables systematically until you are left with a single higher-order differential equation for one variable. It is analogous to algebraic substitution/elimination.
Elimination Steps
Rewrite: Use the differential operator notation (). Write equations so variables and their derivatives are on one side.
- Operate: Treat the operators like algebraic polynomials. Multiply entire equations by appropriate operators to match terms (like finding a common denominator).
- Eliminate: Add or subtract equations to eliminate one dependent variable (e.g., eliminate ).
- Solve: You will now have a single higher-order homogeneous DE in terms of the remaining variable (). Solve it using the auxiliary equation method to find .
- Back-Substitute: Substitute back into an original first-order equation (if possible) or a derived equation to find without introducing extra arbitrary constants.
Method 2: Matrix Method (Eigenvalues)
For a linear, homogeneous system with constant coefficients represented as , the solution is intimately tied to the eigenvalues and eigenvectors of matrix .
Eigenvalue Procedure
Assume a solution of the form . Substituting into the system gives .
- Find Eigenvalues (): Solve the characteristic equation for . This will be a polynomial of degree for an system.
- Find Eigenvectors (): For each eigenvalue , solve the homogeneous system to find the corresponding eigenvector.
Form Solution: The general solution is a linear combination of the fundamental solutions. The form depends on the type of eigenvalues:
Distinct Real Eigenvalues ():
- Repeated Real Eigenvalues (): Usually involves a term with and finding a generalized eigenvector.
- Complex Conjugate Eigenvalues (): Solutions involve and where is the complex eigenvector.
Phase Portrait Visualizer
Visualize the behavior of a 2x2 linear system by plotting its Phase Portrait. The trajectory traces a curve in the -plane over time. The origin is the critical point.
Interact with the phase portrait simulation below to visualize 2D linear systems and critical points.
Phase Portrait
Classification of Critical Points (2D Linear Systems)
The qualitative behavior of the system near the origin is entirely determined by the eigenvalues () of matrix .
| Eigenvalues | Type of Critical Point | Stability |
|---|---|---|
| Real, distinct, both positive () | Improper Node | Unstable (Source) |
| Real, distinct, both negative () | Improper Node | Asymptotically Stable (Sink) |
| Real, distinct, opposite signs () | Saddle Point | Unstable |
| Real, repeated, positive () | Proper / Degenerate Node | Unstable (Source) |
| Real, repeated, negative () | Proper / Degenerate Node | Asymptotically Stable (Sink) |
| Complex conjugate with positive real part () | Spiral Point | Unstable (Source) |
| Complex conjugate with negative real part () | Spiral Point | Asymptotically Stable (Sink) |
| Pure imaginary () | Center | Stable (but not asymptotically) |
- Systems of DEs relate multiple dependent variables.
- Elimination Method: Transforms the system into a single higher-order DE using differential operators .
- Matrix Method: Solves using eigenvalues () and eigenvectors (). The general form is .
- Phase Portraits: A graphical representation of solutions plotted parametrically in the -plane.
- Critical Point Classification: The origin's stability is completely determined by the eigenvalues (e.g., negative real parts mean a sink/stable; opposite signs mean a saddle/unstable).