Systems of linear ordinary differential equations use matrices to describe how several dependent variables change together. This cheat sheet covers first order homogeneous systems of the form and how eigenvalues determine solution behavior. It is useful when moving from single differential equations to coupled systems in calculus, differential equations, engineering, and physics.
The goal is to recognize the eigenvalue case quickly and write the correct general solution form.
Key Facts
- A homogeneous linear system is written as , where is a vector of unknown functions and is a constant matrix.
- Eigenvalues are found from the characteristic equation .
- For a real eigenvalue with eigenvector , one solution is .
- If has linearly independent eigenvectors , then .
- For a repeated eigenvalue with one eigenvector and generalized eigenvector satisfying , two solutions are and .
- For complex eigenvalues with eigenvector , real solutions come from and .
- The sign of determines growth or decay: gives decay, gives growth, and gives neutral oscillation in the linear model.
- Initial conditions are applied by substituting into the general solution and solving for the constants .
Vocabulary
- Linear system
- A set of differential equations that can be written in matrix form as for a constant matrix .
- Eigenvalue
- A scalar such that for some nonzero vector .
- Eigenvector
- A nonzero vector that keeps its direction under multiplication by , changing only by the factor .
- Generalized eigenvector
- A vector used for defective repeated eigenvalues, satisfying .
- Fundamental solution set
- A linearly independent collection of solution vectors that can be combined to form every solution of the system.
- Phase portrait
- A geometric picture of solution curves in the state plane showing how the vector evolves over time.
Common Mistakes to Avoid
- Using inconsistently with , which can change signs in intermediate steps. The roots are the same, but algebra errors often appear if the convention is switched mid-problem.
- Forgetting that eigenvectors are vectors, not constants, which leads to writing alone instead of .
- Treating a repeated eigenvalue as automatically giving two independent eigenvectors, which is not always true. If there is only one eigenvector, a generalized eigenvector must be used.
- Leaving complex-valued solutions as the final answer for a real system, which misses the required real solution basis. Use real and imaginary parts to form real solutions.
- Applying the initial condition before forming the full general solution, which can eliminate necessary constants. First build the complete solution, then substitute .
Practice Questions
- 1 Find the eigenvalues and eigenvectors of , then write the general solution to .
- 2 Solve the initial value problem with .
- 3 For , find the complex eigenvalues and describe the real solution behavior.
- 4 Explain how the long-term behavior of solutions changes when all eigenvalues satisfy compared with when at least one eigenvalue satisfies .