Solve Repeated Roots ODE: $y' = \begin{pmatrix}1 & 2\\ 0 & 1\end{pmatrix}y$

  • MHB
  • Thread starter Dustinsfl
  • Start date
  • Tags
    Ode Roots
In summary, the given conversation discusses the characteristic equation and eigenvalues of the matrix $y' = \begin{pmatrix}1 & 2\\ 0 & 1\end{pmatrix}y$, as well as the general solution for the system.
  • #1
Dustinsfl
2,281
5
$y' = \begin{pmatrix}1 & 2\\ 0 & 1\end{pmatrix}y$
The characteristic equation is
$$
\lambda^2 - 2\lambda + 1 = (\lambda - 1)^2 = 0.
$$
So the eigenvalues are $\lambda_{1,2} = 1$.
Solving $(1 - \lambda)y_1 + 2y_2 = 0\iff y_2 = -\dfrac{1}{2}(1 - \lambda)y_1$, we have
$$
y = \begin{pmatrix} 1\\ -\frac{1}{2}(1 - \lambda)\end{pmatrix}.
$$
Then $\mathbf{y_1} = e^t\begin{pmatrix} 1\\ 0\end{pmatrix}$.
To find $\mathbf{y_2}$, let $P = \begin{pmatrix}p_1\\ p_2\end{pmatrix}$.
We must now solve
$$
(A - 1I)P = \begin{pmatrix} 1\\ 0\end{pmatrix}\iff \begin{pmatrix} 0 & 2\\ 0 & 0\end{pmatrix}P = \begin{pmatrix} 1\\ 0\end{pmatrix}.
$$
We are left with the equation $0p_1 + 2p_2 = 1$.
So $p_1 = 0$ and $p_2 = \dfrac{1}{2}$.
Then $\mathbf{y_2} = te^t\begin{pmatrix} 1\\ 0\end{pmatrix} + e^t\begin{pmatrix} 0\\ \frac{1}{2}\end{pmatrix}$.
Thus, the general solution is
$$
y = C_1 e^t\begin{pmatrix} 1\\ 0\end{pmatrix} + C_2\left[te^t\begin{pmatrix} 1\\ 0\end{pmatrix} + e^t\begin{pmatrix} 0\\ \frac{1}{2}\end{pmatrix}\right].
$$

Correct?
 
Physics news on Phys.org
  • #2
dwsmith said:
$y' = \begin{pmatrix}1 & 2\\ 0 & 1\end{pmatrix}y$
The characteristic equation is
$$
\lambda^2 - 2\lambda + 1 = (\lambda - 1)^2 = 0.
$$
So the eigenvalues are $\lambda_{1,2} = 1$.
Solving $(1 - \lambda)y_1 + 2y_2 = 0\iff y_2 = -\dfrac{1}{2}(1 - \lambda)y_1$, we have
$$
y = \begin{pmatrix} 1\\ -\frac{1}{2}(1 - \lambda)\end{pmatrix}.
$$
Then $\mathbf{y_1} = e^t\begin{pmatrix} 1\\ 0\end{pmatrix}$.
To find $\mathbf{y_2}$, let $P = \begin{pmatrix}p_1\\ p_2\end{pmatrix}$.
We must now solve
$$
(A - 1I)P = \begin{pmatrix} 1\\ 0\end{pmatrix}\iff \begin{pmatrix} 0 & 2\\ 0 & 0\end{pmatrix}P = \begin{pmatrix} 1\\ 0\end{pmatrix}.
$$
We are left with the equation $0p_1 + 2p_2 = 1$.
So $p_1 = 0$ and $p_2 = \dfrac{1}{2}$.
Then $\mathbf{y_2} = te^t\begin{pmatrix} 1\\ 0\end{pmatrix} + e^t\begin{pmatrix} 0\\ \frac{1}{2}\end{pmatrix}$.
Thus, the general solution is
$$
y = C_1 e^t\begin{pmatrix} 1\\ 0\end{pmatrix} + C_2\left[te^t\begin{pmatrix} 1\\ 0\end{pmatrix} + e^t\begin{pmatrix} 0\\ \frac{1}{2}\end{pmatrix}\right].
$$

Correct?

I have checked and found nothing wrong. (Yes)
 

FAQ: Solve Repeated Roots ODE: $y' = \begin{pmatrix}1 & 2\\ 0 & 1\end{pmatrix}y$

What is a repeated root in an ODE?

A repeated root in an ODE (ordinary differential equation) is a root that appears more than once in the characteristic equation of the ODE. In this case, the characteristic equation of the given ODE is $r^2 - 2r + 1 = 0$, which has a repeated root of $r=1$.

How do you solve an ODE with repeated roots?

To solve an ODE with repeated roots, you can use the method of undetermined coefficients. This involves finding a particular solution for the repeated root and then using the general solution to find the overall solution to the ODE. In this case, the particular solution for $r=1$ is $y_p = xe^t$.

What is the general solution to the given ODE?

The general solution to the given ODE is $y = c_1e^t + c_2xe^t$, where $c_1$ and $c_2$ are arbitrary constants. This solution includes the particular solution for the repeated root of $r=1$.

Why is it important to identify repeated roots in an ODE?

Identifying repeated roots in an ODE is important because it affects the form of the general solution and the method used to solve the ODE. If a repeated root is not identified, the resulting solution may be incorrect. Additionally, repeated roots can indicate certain behaviors of the ODE, such as stability or instability.

Can an ODE have more than one repeated root?

Yes, an ODE can have more than one repeated root. In fact, the given ODE has two repeated roots of $r=1$. If an ODE has multiple repeated roots, the method of undetermined coefficients can still be used to find the general solution.

Similar threads

Replies
4
Views
1K
Replies
2
Views
2K
Replies
2
Views
2K
Replies
6
Views
790
Replies
1
Views
1K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
9
Views
1K
Replies
1
Views
2K
Back
Top