Differential Equations: Third Test





Problem 1. Find the solution to the IVP

\begin{displaymath}\left\{\begin{array}{ccccc}x'&=&2x+y\\ y' &=&-2x+2y\end{array...
...h}\;\;\; Y(0) = \left(\begin{array}{c}-1\\ 1
\end{array}\right)\end{displaymath}


Answer. The coefficient matrix is

\begin{displaymath}A = \left(\begin{array}{rrr}
2 & 1\\
-2 &2
\end{array}\right)\end{displaymath}

So the characteristic equation is

\begin{displaymath}\lambda^2 -(2+2) \lambda + 4+2 = 0\end{displaymath}

or

\begin{displaymath}\lambda^2 - 4\lambda + 6 = 0\end{displaymath}

Its roots are

\begin{displaymath}\lambda = \frac{4 \pm \sqrt{-8}}{2} = 2 \pm i \sqrt{2}\end{displaymath}

The general solution is

\begin{displaymath}Y = c_1 e^{2t} \left(\begin{array}{rr}
\cos(\sqrt{2} t)\\
-\...
...\sin(\sqrt{2} t)\\
\sqrt{2} \cos(\sqrt{2}t)
\end{array}\right)\end{displaymath}

The initial conditions imply

\begin{displaymath}Y(0) = \left(\begin{array}{rr}
-1\\
1
\end{array}\right) = c...
...)+ c_2 \left(\begin{array}{rr}
0\\
\sqrt{2}
\end{array}\right)\end{displaymath}

which implies

\begin{displaymath}c_1 = -1 \;\;\mbox{and}\;\; c_2 = \frac{1}{\sqrt{2}} =
\frac{\sqrt{2}}{2}\end{displaymath}

So the solution is

\begin{displaymath}Y = -e^{2t} \left(\begin{array}{rr}
\cos(\sqrt{2} t)\\
-\sqr...
...\sin(\sqrt{2} t)\\
\sqrt{2} \cos(\sqrt{2}t)
\end{array}\right)\end{displaymath}



Problem 2. Find the general solution to

\begin{displaymath}\left\{\begin{array}{ccccc}x'&=&5x+2y\\ y' &=&-2x+y\end{array}\right. \end{displaymath}


Answer. The coefficient matrix is

\begin{displaymath}A = \left(\begin{array}{rrr}
5 & 2\\
-2 & 1
\end{array}\right)\end{displaymath}

So the characteristic equation is

\begin{displaymath}\lambda^2 -(5+1) \lambda + 5+4 = 0\end{displaymath}

or

\begin{displaymath}\lambda^2 - 6\lambda + 9 = 0\end{displaymath}

Its roots are

\begin{displaymath}\lambda = \frac{6 \pm \sqrt{0}}{2} = 3\end{displaymath}

One solution is

\begin{displaymath}Y_1 = e^{3t} \left(\begin{array}{rr}
2\\
3-5
\end{array}\right)= e^{3t} \left(\begin{array}{rr}
2\\
-2
\end{array}\right)\end{displaymath}

Since the roots are double the second solution is given by

\begin{displaymath}Y_2 = e^{3t} \left(\begin{array}{rr}
p\\
q
\end{array}\right) + t e^{3t} \left(\begin{array}{rr}
2\\
-2
\end{array}\right)\end{displaymath}

The $p$ and $q$ are given by the system

\begin{displaymath}\left\{ \begin{array}{llll}
(5-3)p + 2 q &=& 2\\
-2 p + (1-3)q &=& -2
\end{array}\right.\end{displaymath}

this reduces to one equation

\begin{displaymath}p + q = 1\end{displaymath}

Set $p = 0$ we get $q=1$ or

\begin{displaymath}Y_2 = e^{3t} \left(\begin{array}{rr}
0\\
1
\end{array}\right) + t e^{3t} \left(\begin{array}{rr}
2\\
-2
\end{array}\right)\end{displaymath}

The general solution is then

\begin{displaymath}Y = c_1 e^{3t} \left(\begin{array}{rr}
2\\
-2
\end{array}\ri...
...c_2 t e^{3t} \left(\begin{array}{rr}
2\\
-2
\end{array}\right)\end{displaymath}



Problem 3. Consider the first order system

\begin{displaymath}\left\{\begin{array}{ccccc}x'&=&xy^2+x^2\\ y' &=&y^2 +y\end{array}\right.\end{displaymath}

(1)
Find all the equilibrium points.
(2)
Use the Jacobian technique to classify the equilibrium points (source, sink, etc....).


Answer. The equilibrium points are

\begin{displaymath}(0,0)\;\; (0,-1)\;\; (-1,-1)\end{displaymath}

The jacobian is

\begin{displaymath}J(x,y) = \left(\begin{array}{cc}
2x+y^2 & 2xy \\
0 & 2y+1
\end{array}\right)\end{displaymath}

So for $(0,0)$ we have

\begin{displaymath}J(0,0) = \left(\begin{array}{rr}
0 & 0 \\
0 & 1
\end{array}\right)\end{displaymath}

Its eigenvalues are 0 and 1. So no conclusion.

For $(0,-1)$ we have

\begin{displaymath}J(0,-1) = \left(\begin{array}{rr}
1 & 0 \\
0 & -1
\end{array}\right)\end{displaymath}

Its eigenvalues are 1 and -1. So we have a saddle.

For $(-1,-1)$ we have

\begin{displaymath}J(-1,-1) = \left(\begin{array}{rr}
-1 & 2 \\
0 & -1
\end{array}\right)\end{displaymath}

Its eigenvalues are -1 and -1. So we have a sink.



Problem 4. Consider the linear system

\begin{displaymath}\left\{\begin{array}{llll}x'&=&4x+\alpha y\\ y' &=&x\end{array}\right. \end{displaymath}

(1)
For which values of $\alpha$, the origin is the only equilibrium point?
(2)
When the origin is the only equilibrium point, classify it as source, sink, etc...


Answer. The coefficient matrix is

\begin{displaymath}A = \left(\begin{array}{rr}
4 & \alpha \\
1 & 0
\end{array}\right)\end{displaymath}

First $(0,0)$ is the only equilibrium point if and only if the determinant of $A$ is not 0. That is we must have

\begin{displaymath}- \alpha \neq 0 \;\;\mbox{or}\;\; \alpha \neq 0\end{displaymath}

So let us take $\alpha \neq 0$. In this case the characteristic equation is

\begin{displaymath}\lambda^2 -(4+0) \lambda - \alpha = 0\end{displaymath}

or

\begin{displaymath}\lambda^2 - 4\lambda -\alpha = 0\end{displaymath}

Its roots are

\begin{displaymath}\lambda = \frac{4 \pm \sqrt{16 + 4 \alpha}}{2} = 2 \pm \sqrt{\alpha + 4}\end{displaymath}

The classification of the equilibrium point depends on these roots. So we have
(1)
If $\alpha + 4 < 0$, we have complex roots with real part being positive. So $(0,0)$ is a spiral source.
(2)
If $\alpha + 4 = 0$, we have double roots equal to 2. So $(0,0)$ is a source.
(3)
If $\alpha + 4 > 0$, we have two different real roots. One is obviously positive. Let us check the sign of the other one that is

\begin{displaymath}\lambda = 2 - \sqrt{\alpha + 4}\end{displaymath}

It is easy to see that this roots is positive if and only if $\alpha < 0$. So we have:
(3.1)
if $-4 < \alpha < 0$, then $(0,0)$ is a source.
(3.1)
if $0 < \alpha $, then $(0,0)$ is a saddle.





If you have any questions or comments about this web page, please contact M. A. Khamsi via email.

Your Ad Here