Differential equation with a matrix

In summary, the given differential equation has eigenvalues 0 and 5, with corresponding eigenvectors (1,2)^t and (-2,1)^t. However, the solution provided, (2,1)^t, is not an eigenvector for the eigenvalue 5. The correct solution is (1,2)^t. This is technically a constant solution, as it falls under the general solution c_1 (1,2)^t, with c_1 = 1. Overall, the solution provided is incorrect and the correct solution is (1,2)^t.
  • #1
Rorschach
10
0
Suppose we have the matrix $ \mathbf{N} = \begin{bmatrix} 4 & -2 \\ -2 & 1 \end{bmatrix}$ and $\mathbf{X} = \begin{bmatrix}x \\ y \end{bmatrix}$. I want to solve $\displaystyle \frac{d\mathbf{X}}{dt} = \mathbf{NX}$.

The eigenvalues of the matrix are $\lambda_1, \lambda_2 = 0,5$ and eigenvectors are $v_1 = (1,2)^t$ and $v_2 = (2, 1)^t$.

So I thought the solution would be $\mathbf{X} = c_1 (1,2)^t + c_2(2,1)^{t}e^{5t}$. But apparently this is wrong? Why?

P.S. the t on the vectors denotes transpose, not to be confused with the t on the exponential.
 
Physics news on Phys.org
  • #2
$v_2$ is not an eigenvector for the eigenvalue $\lambda_2 = 5$. Try it with $(-2, 1)^t$.
The rest seems fine to me.
 
  • #3
Krylov said:
$v_2$ is not an eigenvector for the eigenvalue $\lambda_2 = 5$. Try it with $(-2, 1)^t$.
The rest seems fine to me.
Thank you. Is it technically correct to say that $(1, 2)^t$ is a solution to the differential equation? This question was a multiple choice, and the only answer that fits is $(1,2)^t$. I think this is the correct answer because $c_1 (1,2)^t+c_2(-2,1)^te^{5t} = (1,2)^t$ for $c_1 = 1, c_2 = 0$.
 
Last edited:
  • #4
Rorschach said:
Thank you. Is it technically correct to say that $(1, 2)^t$ is a solution to the differential equation? This question was a multiple choice, and the only answer that fits is $(1,2)^t$. I think this is the correct answer because $c_1 (1,2)^t+c_2(-2,1)^te^{5t} = (1,2)^t$ for $c_1 = 1, c_2 = 0$.

The whole line $\{c_1 (1,2)^t \,:\, c_1 \in \mathbb{R}\}$ consists of constant solutions of the differential equation, and choosing $c_1 = 1$ selects one of them, so you are right indeed.
 
Last edited:
  • #5
Thank you very much!
 
  • #6
A less "sophisticated" version: The differential equation $\frac{dX}{dt}= NX$, with $N= \begin{bmatrix}4 & -2 \\ -2 & 1\end{bmatrix}$ can be written, by taking $X= \begin{bmatrix}x \\ y \end{bmatrix}$ as $\begin{bmatrix}\frac{dx}{dt} \\ \frac{dy}{dt} \end{bmatrix}= \begin{bmatrix}4x- 2y \\ -2x+ y\end{bmatrix}$.

That is equivalent to the two differential equations
$\frac{dx}{dt}= 4x- 2y$ and $\frac{dy}{dt}= -2x+ y$.

Differentiate the first equation again to get $\frac{d^2x}{dt^2}= 4\frac{dx}{dt}- 2\frac{dy}{dt}$. Using the second equation, we can replace that $\frac{dy}{dt}$ by $-2x+ y$ to get
$\frac{d^2x}{dt^2}= 4\frac{dx}{dt}- 2(-2x+ y)= 4\frac{dx}{dt}+ 4x- 2y$

But from the first equation $-2y= \frac{dx}{dt}- 4x$ so that becomes
$\frac{d^2x}{dt^2}= 4\frac{dx}{dt}+ 4x+ \frac{dx}{dt}- 4x= 5\frac{dx}{dt}$

The characteristic equation for the differential equation $\frac{d^2x}{dt^2}+ 5\frac{dx}{dt}= 0$ is $r^2+ 5r= r(r+ 5)= 0$ which gives r= 0 and r= -5. The general solution is $x(t)= A+ Be^{-5t}$. From the equation $-2y= \frac{dx}{dt}- 4x$, $-2y= -5Be^{-5t}- 4A- 4Be^{-5t}= -4A- 9Be^{-5t}$.

So $X(t)= \begin{bmatrix}A+ Be^{-5t} \\ -4A- 9Be^{-5t} \end{bmatrix}= A\begin{bmatrix}1 \\ -4 \end{bmatrix}+ Be^{-5t}\begin{bmatrix}1 \\ -9 \end{bmatrix}$.
 
Last edited:

Related to Differential equation with a matrix

1. What is a differential equation with a matrix?

A differential equation with a matrix is a mathematical equation that involves both a matrix and its derivatives. This type of equation is commonly used in the field of linear algebra and is often used to model systems that change over time.

2. How is a differential equation with a matrix solved?

The solution to a differential equation with a matrix involves finding the eigenvalues and eigenvectors of the matrix, which can be used to determine the behavior of the system over time. Other methods, such as using Laplace transforms or numerical methods, may also be used to solve these equations.

3. What are the applications of differential equations with matrices?

Differential equations with matrices have various real-world applications, such as in physics, engineering, economics, and biology. They can be used to model systems that involve multiple variables and are constantly changing, making them useful for predicting future behavior.

4. How do differential equations with matrices differ from regular differential equations?

The main difference between differential equations with matrices and regular differential equations is that they involve matrices and their derivatives, rather than just single variables and their derivatives. This allows for more complex systems to be modeled and solved.

5. What are the challenges in solving differential equations with matrices?

One of the main challenges in solving differential equations with matrices is finding the appropriate initial conditions and boundary conditions. These conditions are necessary to determine a unique solution to the equation. Additionally, the complexity of the equations and the need for advanced mathematical techniques can also be challenging.

Similar threads

  • Differential Equations
Replies
2
Views
2K
Replies
4
Views
1K
  • Differential Equations
Replies
1
Views
716
  • Differential Equations
Replies
7
Views
446
  • Differential Equations
Replies
1
Views
830
  • Differential Equations
Replies
4
Views
3K
Replies
3
Views
2K
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
10
Views
227
Back
Top