Linear System of ODEs Solver (2x2)
This Linear System ODE Solver solves a 2×2 first-order system x' = A x using the eigenvalue method. It finds the eigenvalues and eigenvectors of the coefficient matrix A and combines them into the general solution.
Step-by-step method
- Write the system in matrix form x' = A x.
- Use the eigenvalue method: x(t) is a combination of e^(λ t) v.
- Find the eigenvalues of A.
- Find an eigenvector for each eigenvalue.
- Combine them into the general solution.
Formula:
Example 1:
Step 1 - Write the system in matrix form x' = A x.
In this problem: The system in matrix form is \(ec{x}\,' = \begin{pmatrix} 1 & 2 \\ 3 & 2 \end{pmatrix}ec{x}\), with \(A = \begin{pmatrix} 1 & 2 \\ 3 & 2 \end{pmatrix}\).
Step 2 - Use the eigenvalue method: x(t) is a combination of e^(λ t) v.
In this problem: Each eigenvalue and eigenvector pair contributes one term to the solution.
Step 3 - Find the eigenvalues of A.
In this problem: Solving det(A - \(\lambda\) I) = 0 gives \(\lambda = -1,\; \lambda = 4\).
Step 4a - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = -1\), an eigenvector is \(\left[\begin{matrix}-1\\1\end{matrix}\right]\).
Step 4b - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = 4\), an eigenvector is \(\left[\begin{matrix}\frac{2}{3}\\1\end{matrix}\right]\).
Step 5 - Combine them into the general solution.
In this problem: Combine the eigenvalue terms into the general solution with constants C1, C2, and so on.
Final answer:
Example 2:
Step 1 - Write the system in matrix form x' = A x.
In this problem: The system in matrix form is \(ec{x}\,' = \begin{pmatrix} 2 & -1 \\ 1 & 2 \end{pmatrix}ec{x}\), with \(A = \begin{pmatrix} 2 & -1 \\ 1 & 2 \end{pmatrix}\).
Step 2 - Use the eigenvalue method: x(t) is a combination of e^(λ t) v.
In this problem: Each eigenvalue and eigenvector pair contributes one term to the solution.
Step 3 - Find the eigenvalues of A.
In this problem: Solving det(A - \(\lambda\) I) = 0 gives \(\lambda = 2 - i,\; \lambda = 2 + i\).
Step 4a - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = 2 - i\), an eigenvector is \(\left[\begin{matrix}- i\\1\end{matrix}\right]\).
Step 4b - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = 2 + i\), an eigenvector is \(\left[\begin{matrix}i\\1\end{matrix}\right]\).
Step 5 - Combine them into the general solution.
In this problem: Combine the eigenvalue terms into the general solution with constants C1, C2, and so on.
Final answer:
See Example 1 Hide Example 1
Problem
Approach
Step-by-step method
- Write the system in matrix form x' = A x.
- Use the eigenvalue method: x(t) is a combination of e^(λ t) v.
- Find the eigenvalues of A.
- Find an eigenvector for each eigenvalue.
- Combine them into the general solution.
Step 1
Step 1 - Write the system in matrix form x' = A x.
In this problem: The system in matrix form is \(ec{x}\,' = \begin{pmatrix} 1 & 2 \\ 3 & 2 \end{pmatrix}ec{x}\), with \(A = \begin{pmatrix} 1 & 2 \\ 3 & 2 \end{pmatrix}\).
Step 2
Step 2 - Use the eigenvalue method: x(t) is a combination of e^(λ t) v.
In this problem: Each eigenvalue and eigenvector pair contributes one term to the solution.
Step 3
Step 3 - Find the eigenvalues of A.
In this problem: Solving det(A - \(\lambda\) I) = 0 gives \(\lambda = -1,\; \lambda = 4\).
Step 4a
Step 4a - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = -1\), an eigenvector is \(\left[\begin{matrix}-1\\1\end{matrix}\right]\).
Step 4b
Step 4b - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = 4\), an eigenvector is \(\left[\begin{matrix}\frac{2}{3}\\1\end{matrix}\right]\).
Step 5
Step 5 - Combine them into the general solution.
In this problem: Combine the eigenvalue terms into the general solution with constants C1, C2, and so on.
Final Answer
See Example 2 Hide Example 2
Problem
Approach
Step-by-step method
- Write the system in matrix form x' = A x.
- Use the eigenvalue method: x(t) is a combination of e^(λ t) v.
- Find the eigenvalues of A.
- Find an eigenvector for each eigenvalue.
- Combine them into the general solution.
Step 1
Step 1 - Write the system in matrix form x' = A x.
In this problem: The system in matrix form is \(ec{x}\,' = \begin{pmatrix} 2 & -1 \\ 1 & 2 \end{pmatrix}ec{x}\), with \(A = \begin{pmatrix} 2 & -1 \\ 1 & 2 \end{pmatrix}\).
Step 2
Step 2 - Use the eigenvalue method: x(t) is a combination of e^(λ t) v.
In this problem: Each eigenvalue and eigenvector pair contributes one term to the solution.
Step 3
Step 3 - Find the eigenvalues of A.
In this problem: Solving det(A - \(\lambda\) I) = 0 gives \(\lambda = 2 - i,\; \lambda = 2 + i\).
Step 4a
Step 4a - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = 2 - i\), an eigenvector is \(\left[\begin{matrix}- i\\1\end{matrix}\right]\).
Step 4b
Step 4b - Find an eigenvector for each eigenvalue.
In this problem: For \(\lambda = 2 + i\), an eigenvector is \(\left[\begin{matrix}i\\1\end{matrix}\right]\).
Step 5
Step 5 - Combine them into the general solution.
In this problem: Combine the eigenvalue terms into the general solution with constants C1, C2, and so on.
Final Answer
Login and upgrade to Pro to unlock the full step solution.