MHB System of differential equations involving matrices

Guest2
Messages
192
Reaction score
0
Let $\mathbf{A} = \begin{pmatrix} 9 & 2 \\ 1 & 8 \end{pmatrix}.$ Obtain the general solution $\mathbf{y}(t)$ of the system of differential equations $\displaystyle \frac{d\mathbf{y}}{dt} = \mathbf{Ay}$:

$\begin{cases} \frac{dy_1}{dt} = 9y_1+2y_2 \\ \frac{dy_2}{dt} = y_1+8y_2 \end{cases}$

and find the unique solution satisfying $y_1(0) = 1$ and $y_2(0) = 5$.​

I've found that $\mathbf{y} = ke^{\mathbf{A}t}$, where $k \in \mathbb{R}$. That also eigenvalues of $\mathbf{A}$ are $\lambda = 7,10$. But I do not know how to proceed.
 
Last edited:
Physics news on Phys.org
Re: System of ifferential equations involving matrices

Guest said:
Let $\mathbf{A} = \begin{pmatrix} 9 & 2 \\ 1 & 8 \end{pmatrix}.$ Obtain the general solution $\mathbf{y}(t)$ of the system of differential equations $\displaystyle \frac{d\mathbf{y}}{dt} = \mathbf{Ay}$:

$\begin{cases} \frac{dy_1}{dt} = 9y_1+2y_2 \\ \frac{dy_2}{dt} = y_1+8y_2 \end{cases}$

and find the unique solution satisfying $y_1(0) = 1$ and $y_2(0) = 5$.​

I've found that $\mathbf{y} = ke^{\mathbf{A}t}$, where $k \in \mathbb{R}$. That also eigenvalues of $\mathbf{A}$ are $\lambda = 7,10$. But I do not know how to proceed.
Well, you have non-zero eigenvalues for A. That means you can diagonalize it. What happens to your two equations if you change the basis so that A is diagonal?

-Dan
 
Re: System of ifferential equations involving matrices

topsquark said:
Well, you have non-zero eigenvalues for A. That means you can diagonalize it. What happens to your two equations if you change the basis so that A is diagonal?

-Dan
I haven't obtained the two equations yet. They're asking me to show it. I'm at the step where I've $\displaystyle \frac{d\mathbf{y}}{dt} = \mathbf{Ay} \implies \mathbf{y} = ke^{\mathbf{A}t}$.
 
Guest said:
Let $\mathbf{A} = \begin{pmatrix} 9 & 2 \\ 1 & 8 \end{pmatrix}.$ Obtain the general solution $\mathbf{y}(t)$ of the system of differential equations $\displaystyle \frac{d\mathbf{y}}{dt} = \mathbf{Ay}$:

$\begin{cases} \frac{dy_1}{dt} = 9y_1+2y_2 \\ \frac{dy_2}{dt} = y_1+8y_2 \end{cases}$

and find the unique solution satisfying $y_1(0) = 1$ and $y_2(0) = 5$.​
Ignore the y = ke^{At} thing for a moment.

This is the long way around for this level of problem, but it generalizes nicely.

What I want you to do is diagonalize A. You have non-zero eigenvalues, so we can do the following. Find a transformation matrix S to act on you original equations as so:
[math]S \vec{y}' = SA \vec{y} = (S A S^{-1}) (S \vec{y} )[/math]

such that
[math]S A S^{-1} = \left ( \begin{matrix} 7 & 0 \\ 0 & 10 \end{matrix} \right )[/math]

One possibility is [math]S = \left ( \begin{matrix} 1 & -2 \\ 1 & 1 \end{matrix} \right )[/math]

Thus
[math]S \vec{y}' = \left ( \begin{matrix} 7 & 0 \\ 0 & 10 \end{matrix} \right ) S(\vec{y})[/math]

Call [math]S \vec{y} = Y[/math] and thus we also have [math]S \vec{y}' = Y'[/math]

So you need to solve
[math]\left ( \begin{matrix} Y_1' \\ Y_2 ' \end{matrix} \right ) = \left ( \begin{matrix} 7 & 0 \\ 0 & 10 \end{matrix} \right ) \left ( \begin{matrix} Y_1 \\ Y_2 \end{matrix} \right )[/math]

This decouples nicely. Once you have Y_1 and Y_2 then you can solve the simultaneous equations problem to find y_1 and y_2.

-Dan
 
topsquark said:
...
I was actually trying to get the system of equations in the cases, i.e. the one I was supposed solve (I completely misread the problem)! (Rofl)

Thank you. I'll study your post.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top