Skip to main content

Coordinated Differential Equations

Section 5.4 Complex Eigenvalues

Consider the following system,
\begin{equation} \begin{pmatrix} dx/dt \\ dy/dt \end{pmatrix} = \begin{pmatrix} -3 \amp 1\\ -2 \amp -1 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix}\tag{5.4.1} \end{equation}
The characteristic polynomial of the system (5.4.1) is \(\lambda^2 + 4\lambda + 5\text{.}\) The roots of this polynomial are \(\lambda_1 = -2 + i\) and \(\lambda_2 = -2 -i\) with eigenvectors \(\mathbf v_1 = (1, 1 + i)\) and \(\mathbf v_2 = (1, 1- i)\text{,}\) respectively. It is clear from the phase portrait of the system that there are no straight-line solutions (Figure 5.4.1). However, we would like to have real solutions for a linear system with real coefficients.
described in detail following the image
a direction field of slope arrows with a solution curve approaching the origin and no straight-line solutions
Figure 5.4.1. A system with no straight-line solutions

Subsection 5.4.1 Complex Eigenvalues

Suppose that we have the system
\begin{equation*} \begin{pmatrix} dx/dt \\ dy/dt \end{pmatrix} = \begin{pmatrix} 0 & \beta \\ -\beta & 0 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = A \begin{pmatrix} x \\ y \end{pmatrix}, \end{equation*}
where \(\beta \neq 0\text{.}\) The characteristic polynomial of this system is \(\det(A - \lambda I) = \lambda^2 + \beta^2\text{,}\) and so we have imaginary eigenvalues \(\pm i \beta\text{.}\) To find the eigenvector corresponding to \(\lambda = i\beta\text{,}\) we must solve the system
\begin{equation*} \begin{pmatrix} - i \beta & \beta \\ - \beta & - i \beta \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix}; \end{equation*}
however, this reduces to solving the equation \(i \beta x = \beta y\text{.}\) Thus, we can find a complex eigenvector \((1, i)\text{.}\) Consequently,
\begin{equation*} {\mathbf x}(t) = e^{i \beta t} \begin{pmatrix} 1 \\ i\end{pmatrix} \end{equation*}
is a complex solution to the system \({\mathbf x}' = A {\mathbf x}\text{.}\) The problem is that we have a real system of differential equations and would like real solutions. We can remedy the situation if we use Euler’s formula,
 1 
If you are unfamiliar with Euler’s formula, try expanding both sides as a power series to check that we do indeed have a correct identity.
\begin{equation*} e^{i \beta t} = \cos \beta t + i \sin \beta t. \end{equation*}
Let us rewrite our solution as
\begin{align*} {\mathbf x}(t) & = e^{i \beta t} \begin{pmatrix} 1 \\ i \end{pmatrix}\\ & = \begin{pmatrix} \cos \beta t + i \sin \beta t\\ i(\cos \beta t + i \sin \beta t) \end{pmatrix}\\ & = \begin{pmatrix} \cos \beta t + i \sin \beta t\\ - \sin \beta t + i \cos \beta t \end{pmatrix}\\ & = \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} + i \begin{pmatrix} \sin \beta t\\ \cos \beta t \end{pmatrix} \end{align*}
and consider the real and imaginary parts of the solution:
\begin{equation*} {\mathbf x}_{\text{Re}} = \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} \qquad \text{and} \qquad {\mathbf x}_{\text{Im}} = \begin{pmatrix} \sin \beta t\\ \cos \beta t \end{pmatrix}. \end{equation*}
Since
\begin{align*} {\mathbf x}'_{\text{Re}}(t) +i {\mathbf x}'_{\text{Im}}(t) & = {\mathbf x}'(t)\\ & = A {\mathbf x}(t)\\ & = A( {\mathbf x}_{\text{Re}}(t) +i {\mathbf x}_{\text{Im}}(t))\\ & = A {\mathbf x}_{\text{Re}}(t) +i A {\mathbf x}_{\text{Im}}(t). \end{align*}
we know that \({\mathbf x}'_{\text{Re}}(t) = A{ \mathbf x}_{\text{Re}}(t)\) and \({\mathbf x}'_{\text{Im}}(t) = A {\mathbf x}_{\text{Im}}(t)\) by setting the real and imaginary parts equal. Thus, both \({\mathbf x}_{\text{Re}}(t)\) and \({\mathbf x}_{\text{Im}}(t)\) are solutions to our system. Moreover, since
\begin{equation*} {\mathbf x}_{\text{Re}}(0) = \begin{pmatrix} 1 \\ 0 \end{pmatrix} \mbox{ and } {\mathbf x}_{\text{Im}}(0) = \begin{pmatrix} 0 \\ 1 \end{pmatrix}, \end{equation*}
we know that the appropriate linear combination of \({\mathbf x}_{\text{Re}}(t)\) and \({\mathbf x}_{\text{Im}}(t)\) will provide a solution to any initial value problem.
We claim that
\begin{equation} {\mathbf x}(t) = c_1 {\mathbf x}_{\text{Re}}(t) + c_2 {\mathbf x}_{\text{Im}}(t)\tag{5.4.2} \end{equation}
is a general solution to our system. That is, we must be able to write every solution of our system as a linear combination of \({\mathbf x}_{\text{Re}}(t)\) and \({\mathbf x}_{\text{Im}}(t)\text{.}\) If
\begin{equation*} {\mathbf y}(t) = \begin{pmatrix} u(t) \\ v(t) \end{pmatrix} \end{equation*}
is another solution to the system \({\mathbf x}' = A {\mathbf x}\text{,}\) then
\begin{equation*} {\mathbf y}'(t) = \begin{pmatrix} u'(t) \\ v'(t) \end{pmatrix} = \begin{pmatrix} 0 & \beta \\ - \beta & 0 \end{pmatrix} \begin{pmatrix} u(t) \\ v(t) \end{pmatrix} = \begin{pmatrix} \beta v(t) \\ - \beta u(t) \end{pmatrix}. \end{equation*}
In other words, \(u'(t) = \beta v(t)\) and \(v'(t) = - \beta u(t)\text{.}\) Now, define \(f\) by
\begin{equation*} f(t) = (u(t) + i v(t)) e^{i\beta t}. \end{equation*}
The derivative of \(f\) is
\begin{align*} f'(t) & = (u'(t) + i v'(t)) e^{i\beta t}+ i \beta (u(t) + i v(t)) e^{i\beta t}\\ & =(\beta v(t) -i \beta u(t)) e^{i\beta t}+ (i \beta u(t) + i^2 \beta v(t)) e^{i\beta t}\\ & = 0. \end{align*}
Therefore, \(f(t)\) is a complex constant and \(f(t) = (u(t) + i v(t)) e^{i\beta t} = a + bi\text{.}\) We can now write \(u(t) + iv(t) = (a + ib) e^{- i \beta t}\text{.}\) Thus,
\begin{align*} u(t) + iv(t) & = (a + ib) e^{- i \beta t}\\ & = (a + ib) (\cos \beta t - i \sin \beta t)\\ & = (a \cos \beta t + b \sin \beta t) + i (b \cos \beta t - a \sin \beta t). \end{align*}
Therefore,
\begin{align*} u(t) & = a \cos \beta t + b \sin \beta t\\ v(t) & = b \cos \beta t - a \sin \beta t. \end{align*}
Consequently,
\begin{align*} \begin{pmatrix} u(t) \\ v(t) \end{pmatrix} & = \begin{pmatrix} a \cos \beta t + b \sin \beta t \\ b \cos \beta t - a \sin \beta t \end{pmatrix}\\ & = a \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} + b \begin{pmatrix} \sin \beta t \\ \cos \beta t \end{pmatrix}\\ & = a {\mathbf x}_{\text{Re}}(t) + b{\mathbf x}_{\text{Im}}(t). \end{align*}
Notice that the solutions
\begin{equation*} {\mathbf x}(t) = c_1 \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} + c_2 \begin{pmatrix} \sin \beta t\\ \cos \beta t \end{pmatrix} \end{equation*}
are periodic with period \(2 \pi / \beta\text{.}\) This type of system is called a center.

Example 5.4.2.

Consider the initial value problem
\begin{align*} \frac{dx}{dt} \amp = 2y\\ \frac{dy}{dt} \amp = -2x\\ x(0) \amp = 1\\ y(0) \amp = 2. \end{align*}
The eigenvalues of this system are \(\lambda = \pm 2i\text{.}\) Therefore, the general solution to the system is
\begin{align*} x(t) \amp = c_1 \cos 2t + c_2 \sin 2t\\ y(t) \amp = - c_1 \sin 2t + c_2 \cos 2t. \end{align*}
Using the initial conditions to solve for \(c_1\) and \(c_2\text{,}\) the solution to our initial value problem is
\begin{align*} x(t) \amp = \cos 2t + 2 \sin 2t\\ y(t) \amp = - \sin 2t + 2 \cos 2t. \end{align*}
The phase portrait is a circle of radius 2 about the origin (Figure 5.4.3).
described in detail following the image
a direction field of slope arrows and a solution curve that is a circle
Figure 5.4.3. Phase portrait for a center

Subsection 5.4.2 Spiral Sinks and Sources

Now let us consider the system \({\mathbf x}' = A {\mathbf x}\text{,}\) where
\begin{equation*} A = \begin{pmatrix} \alpha & \beta \\ - \beta & \alpha \end{pmatrix} \end{equation*}
and \(\alpha\) and \(\beta\) are nonzero real numbers. The characteristic equation of \(A\) is
\begin{equation*} \lambda^2 - 2 \alpha \lambda + (\alpha^2 + \beta^2) = 0, \end{equation*}
so the eigenvalues are \(\lambda = \alpha \pm i \beta\text{.}\) We can use the equation
\begin{equation*} (\alpha - (\alpha + i \beta))x + \beta y = 0 \end{equation*}
to show that \((1, i)\) is an eigenvector for \(\alpha + i \beta\text{.}\) Therefore, we have a complex solution of the form
\begin{align*} {\mathbf x}(t) & = e^{(\alpha + i \beta)t} \begin{pmatrix} 1 \\ i \end{pmatrix}\\ & = e^{\alpha t} \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} + i e^{\alpha t} \begin{pmatrix} \sin \beta t \\ \cos \beta t \end{pmatrix}\\ & = {\mathbf x}_{\text{Re}}(t) + i {\mathbf x}_{\text{Im}}(t). \end{align*}
As before, both
\begin{equation*} {\mathbf x}_{\text{Re}}(t) = e^{\alpha t} \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} \quad \text{and} \quad {\mathbf x}_{\text{Im}}(t) = e^{\alpha t} \begin{pmatrix} \sin \beta t \\ \cos \beta t \end{pmatrix} \end{equation*}
are real solutions to \({\mathbf x}' = A {\mathbf x}\text{.}\) Furthermore, these solutions are linearly independent. Indeed, \({\mathbf x}_{\text{Re}}\) cannot be a multiple of \({\mathbf x}_{\text{Im}}\) for all values of \(t\text{.}\) Thus, we have the general solution
\begin{equation*} {\mathbf x}(t) = c_1 e^{\alpha t} \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} + c_2 e^{\alpha t} \begin{pmatrix} \sin \beta t \\ \cos \beta t \end{pmatrix}. \end{equation*}
The \(e^{\alpha t}\) factor tells us that the solutions either spiral into the origin if \(\alpha \lt 0\) or spiral out to infinity if \(\alpha \gt 0\text{.}\) In this case we say that the equilibrium points are spiral sinks and spiral sources, respectively.

Example 5.4.4.

Consider the initial value problem
\begin{align*} \frac{dx}{dt} \amp = -x/10 + y\\ \frac{dy}{dt} \amp = -x - y/10\\ x(0) \amp = 2\\ y(0) \amp = 2. \end{align*}
The matrix
\begin{equation*} \begin{pmatrix} -1/10 \amp 1 \\ -1 \amp -1/10 \end{pmatrix} \end{equation*}
has eigenvalues \(\lambda = -1/10 \pm i\text{.}\) The eigenvalue \(\lambda = -1/10 + i\) has an eigenvector \(\mathbf v = (1, i)\text{.}\) The complex solution of our system is
\begin{align*} \mathbf x(t) \amp = e^{(-1/10 + i)t} \begin{pmatrix} 1 \\ i\end{pmatrix}\\ \amp = e^{-t/10} e^{it} \begin{pmatrix} 1 \\ i \end{pmatrix}\\ \amp = e^{-t/10} (\cos t + i \sin t) \begin{pmatrix} 1 \\ i\end{pmatrix}\\ \amp = e^{-t/10} \begin{pmatrix} \cos t + i \sin t \\ - \sin t + i \cos t \end{pmatrix}\\ \amp = e^{-t/10} \begin{pmatrix} \cos t \\ - \sin t \end{pmatrix} + i e^{-t/10} \begin{pmatrix} \sin t \\ \cos t \end{pmatrix} \end{align*}
The real and imaginary parts of this solution are
\begin{equation*} {\mathbf x}_{\text{Re}}(t) = e^{-t/10} \begin{pmatrix} \cos t \\ - \sin t \end{pmatrix} \quad \text{and} \quad {\mathbf x}_{\text{Im}}(t) = e^{-t/10} \begin{pmatrix} \sin t \\ \cos t \end{pmatrix}, \end{equation*}
respectively. Thus, we have the general solution
\begin{equation*} \mathbf x(t) = c_1 e^{-t/10} \begin{pmatrix} \cos t \\ - \sin t \end{pmatrix} + c_2 e^{-t/10} \begin{pmatrix} \sin t \\ \cos t \end{pmatrix}. \end{equation*}
Applying our initial conditions, we can determine that \(c_1 = 2\) and \(c_2 = 2\text{;}\) hence, the solution to our initial value problem is
\begin{equation*} \mathbf x(t) = 2 e^{-t/10} \begin{pmatrix} \cos t + \sin t \\ \cos t - \sin t \end{pmatrix}. \end{equation*}
The phase portrait of this solution indicates that we do indeed have a spiral sink (Figure 5.4.5).
described in detail following the image
a direction field of slope arrows and a solution curve that spirals towards the origin
Figure 5.4.5. Phase portrait for a spiral sink

Example 5.4.6.

The initial value problem
\begin{align*} \frac{dx}{dt} \amp = x/10 + y\\ \frac{dy}{dt} \amp = -x + y/10\\ x(0) \amp = 0\\ y(0) \amp = 1/2. \end{align*}
The matrix
\begin{equation*} \begin{pmatrix} 1/10 \amp 1 \\ -1 \amp 1/10 \end{pmatrix} \end{equation*}
has an eigenvector \((1, -i)\) with eigenvalue \(\lambda = 1/10 - i\text{.}\) Thus, the complex solution is
\begin{equation*} \mathbf x(t) = e^{(1/10 - i)t} \begin{pmatrix} 1 \\ -i \end{pmatrix}. \end{equation*}
Following the procedure that we used in the previous example, the solution to our initial value problem is
\begin{equation*} \mathbf x(t) = \frac{1}{2} e^{t/10} \begin{pmatrix} \sin t \\ \cos t \end{pmatrix}, \end{equation*}
and the phase portrait is a spiral source (Figure 5.4.7).
described in detail following the image
a direction field of slope arrows with a solution curve that spirals out from the origin
Figure 5.4.7. Phase portrait for a spiral source

Activity 5.4.1. Systems with Complex Eigenvalues.

Consider the system \(d\mathbf x/dt = A \mathbf x\text{,}\) where
\begin{equation*} A = \begin{pmatrix} 7 \amp 4 \\ -4 \amp 7 \end{pmatrix} \end{equation*}
(a)
Find the eigenvalues, \(\lambda\) and \(\overline{\lambda}\) of \(A\text{.}\)
(b)
Find eigenvectors, \(\mathbf v\) and \(\overline{\mathbf v}\) for the eigenvalues \(\lambda\) and \(\overline{\lambda}\text{,}\) respectively.
(c)
Find the complex solution to the system \(d\mathbf x/dt = A \mathbf x\text{.}\)
(d)
Find the real solution to the system \(d\mathbf x/dt = A \mathbf x\text{.}\)
(e)
Is the origin a spiral source or a spiral sink? Sketch a solution curve in the \(xy\)-plane.

Subsection 5.4.3 Solving Systems with Complex Eigenvalues

Suppose that we have the linear system \(\mathbf x' = A \mathbf x\text{,}\) where
\begin{equation*} A = \begin{pmatrix} a \amp b \\ c \amp d \end{pmatrix}. \end{equation*}
The characteristic polynomial of \(A\) is
\begin{equation*} p(\lambda) = \lambda^2 - (a + d)\lambda + (ad - bc). \end{equation*}
If \((a + d)^2 - 4(ad - bc) \lt 0\text{,}\) then the eigenvalues of \(A\) are complex, and we cannot apply the strategy that we used to determine the general solution in the case of distinct real roots.

Example 5.4.8.

The system \(\mathbf x' = A \mathbf x\text{,}\) where
\begin{equation*} A = \begin{pmatrix} -1 \amp -2 \\ 4 \amp 3 \end{pmatrix}. \end{equation*}
The characteristic polynomial of \(A\) is \(\lambda^2 - 2 \lambda + 5\) and so the eigenvalues are complex conjugates, \(\lambda = 1 + 2i\) and \(\overline{\lambda} = 1 - 2i\text{.}\) It is easy to show that an eigenvector for \(\lambda = 1 + 2 i\) is \(\mathbf v = (1, -1 - i)\text{.}\) Recalling that \(e^{i\theta} = \cos \theta + i \sin \theta\text{,}\)
\begin{align*} \mathbf x(t) & = e^{(1+2i)t} \mathbf v\\ & = e^{(1+2i)t} \begin{pmatrix} 1 \\ -1 - i \end{pmatrix}\\ & = e^{t} e^{2it} \begin{pmatrix} 1 \\ -1 - i \end{pmatrix}\\ & = e^{t} (\cos 2t + i \sin 2t) \begin{pmatrix} 1 \\ -1 - i\end{pmatrix}\\ & = e^{t} \begin{pmatrix} \cos 2t + i \sin 2t \\ (-1 - i)(\cos 2t + i \sin 2t) \end{pmatrix}\\ & = e^{t} \begin{pmatrix} \cos 2t + i \sin 2t \\ (- \cos 2t + \sin 2t) + i(- \cos 2t - \sin 2t) \end{pmatrix}\\ & = e^{t} \begin{pmatrix} \cos 2t \\ - \cos 2t + \sin 2t \end{pmatrix} + i e^{t} \begin{pmatrix} \sin 2t \\ - \cos 2t - \sin 2t \end{pmatrix} \end{align*}
is a complex solution to our system. Taking the real and imaginary parts of this solution, we obtain the general solution to our system
\begin{equation*} {\mathbf x}(t) = c_1 e^{t} \begin{pmatrix} \cos 2t \\ - \cos 2t + \sin 2t \end{pmatrix} + c_2 e^{t} \begin{pmatrix} \sin 2t \\ - \cos 2t - \sin 2t \end{pmatrix}. \end{equation*}

Example 5.4.9.

Solve the following linear system with the given initial conditions, and sketch a phase portrait of the solution.
\begin{align*} x' \amp = 3x - 2y \\ y' \amp = 13x + y\\ x(0) \amp = 1 \\ y(0) \amp = 3 \end{align*}
The characteristic polynomial of the associated matrix is \((3 - \lambda)(1 - \lambda) + 26\text{,}\) which gives eigenvalues \(2 \pm 5i\text{.}\) Choosing eigenvalue \(2 + 5i\) (we could have chosen either one) and subtracting this from the main diagonal of the associated matrix gives \(\begin{pmatrix}1 - 5i \amp -2 \\ 13 \amp -1 - 5i\end{pmatrix}\text{,}\) so we have eigenvector \(\begin{pmatrix}1 + 5i \\ 13\end{pmatrix}\text{.}\) This gives a complex solution (ignoring initial conditions)
\begin{equation*} e^{(2+5i)t}\begin{pmatrix}1 + 5i \\ 13\end{pmatrix} \end{equation*}
We can write \(e^{2+5i} = e^{2t}(\cos(5t) + i\sin(5t))\text{,}\) so this solution equals
\begin{equation*} e^{2t}(\cos(5t)+i\sin(5t))\begin{pmatrix}1 + 5i \\ 13\end{pmatrix} = e^{2t}\begin{pmatrix}\cos(5t) + 5i\cos(5t) + i\sin(5t) - 5\sin(5t) \\ 13\cos(5t) + 13i\sin(5t)\end{pmatrix} \end{equation*}
\begin{equation*} = e^{2t}\begin{pmatrix}\cos(5t) - 5\sin(5t) \\ 13\cos(5t)\end{pmatrix} + i\cdot e^{2t}\begin{pmatrix}5\cos(5t) + \sin(5t) \\ 13\sin(5t)\end{pmatrix} \end{equation*}
So the set of all real solutions to the differential system (ignoring initial conditions) is
\begin{equation*} c_1e^{2t}\begin{pmatrix}\cos(5t) - 5\sin(5t) \\ 13\cos(5t)\end{pmatrix} + c_2e^{2t}\begin{pmatrix}5\cos(5t) + \sin(5t) \\ 13\sin(5t)\end{pmatrix} \end{equation*}
Plugging in \(t=0\) and setting the top equal to the initial \(x\) value, the bottom equal to the initial \(y\) value, we get the system
\begin{align*} c_1 + 5c_2 \amp = 1\\ 13c_1 \amp = 3 \end{align*}
This gives the solutions \(c_1 = \frac{3}{13}, c_2 = \frac{2}{13}\text{;}\) plugging these into the general equation gives the solution
\begin{equation*} e^{2t}\begin{pmatrix}\cos(5t) - \sin(5t) \\ 3\cos(5t) + 2\sin(5t) \end{pmatrix} \end{equation*}
Now we are asked to draw a sketch of the solution. Since the real part of the eigenvalue (\(2\)) is positive, we have a spiral source. We also have to determine whether the spiral goes clockwise or counter-clockwise as we spiral out. The matrix associated to the equation is \(A = \begin{pmatrix}3 \amp -2 \\ 13 \amp 1\end{pmatrix}\text{.}\) If we multiply this matrix by \(\begin{pmatrix}1 \\ 0\end{pmatrix}\) we get \(\begin{pmatrix}3 \amp -2 \\ 13 \amp 1\end{pmatrix}\cdot \begin{pmatrix}1 \\ 0\end{pmatrix}\) \(= \begin{pmatrix}3 \\ 13\end{pmatrix}\text{.}\) This means that at the point \((1,0)\) a solution curve will be pointing toward the diretion \(\begin{pmatrix}3 \\ 13\end{pmatrix}\text{,}\) so we are spiraling counter-clockwise away from the origin. So we must draw a curve passing through \(\begin{pmatrix}1 \\ 3\end{pmatrix}\) spiraling counter-clockwise outward.
described in detail following the image
This is the solution curve for our initial value problem.
Figure 5.4.10. Solution curve
The nature of the equilibrium solution is determined by the factor \(e^{\alpha t}\) in the solution. If \(\alpha \lt 0\text{,}\) the equilibrium point is a spiral sink. If \(\alpha \gt 0\text{,}\) the equilibrium point is a spiral source. If \(\alpha = 0\text{,}\) the equilibrium point is a center.
Although we have outlined a procedure to find the general solution of \(\mathbf x' = A \mathbf x\) if \(A\) has complex eigenvalues, we have not shown that this method will work in all cases. We will do so in Section 6.1.

Activity 5.4.2. Planar Systems with Complex Eigenvalues.

Consider the system \(d\mathbf x/dt = A \mathbf x\text{,}\) where
\begin{equation*} A = \begin{pmatrix} 7 \amp -4 \\ 10 \amp -5 \end{pmatrix} \end{equation*}
(a)
Find the eigenvalues, \(\lambda\) and \(\overline{\lambda}\) of \(A\text{.}\)
(b)
Find eigenvectors, \(\mathbf v\) and \(\overline{\mathbf v}\) for the eigenvalues \(\lambda\) and \(\overline{\lambda}\text{,}\) respectively.
(c)
Find the complex solution to the system \(d\mathbf x/dt = A \mathbf x\text{.}\)
(d)
Find the real solution to the system \(d\mathbf x/dt = A \mathbf x\text{.}\)
(e)
Is the origin a spiral source or a spiral sink? Sketch a solution curve in the \(xy\)-plane.

Subsection 5.4.4 Important Lessons

  • If
    \begin{equation*} A = \begin{pmatrix} \alpha & \beta \\ -\beta & \alpha \end{pmatrix}, \end{equation*}
    then \(A\) has two complex eigenvalues, \(\lambda = \alpha \pm i \beta\text{.}\) The general solution to the system \({\mathbf x}' = A {\mathbf x}\) is
    \begin{equation*} {\mathbf x}(t) = c_1 e^{\alpha t} \begin{pmatrix} \cos \beta t \\ - \sin \beta t \end{pmatrix} + c_2 e^{\alpha t} \begin{pmatrix} \sin \beta t \\ \cos \beta t \end{pmatrix}. \end{equation*}
    If \(\alpha \lt 0\text{,}\) the equilibrium point is a spiral sink. If \(\alpha \gt 0\text{,}\) the equilibrium point is a spiral source.

Reading Questions 5.4.5 Reading Questions

1.

When are two complex numbers equal?

2.

What is Euler’s formula?

3.

For a \(2 \times 2\) linear system with complex eigenvalues, what are the three different possibilities for the phase plane of the system?

Exercises 5.4.6 Exercises

Solving Linear Systems with Complex Eigenvalues.

Find the general solution of each of the linear systems in Exercise Group 5.4.6.1–4.
1.
\begin{align*} x' & = 2x + 2y\\ y' & = -4x + 6y \end{align*}
2.
\begin{align*} x' & = 3x - 10y\\ y' & = 2x - y \end{align*}
3.
\begin{align*} x' & = 5x - 2y\\ y' & = 5x + 3y \end{align*}
4.
\begin{align*} x' & = 2x - 5y\\ y' & = x - 2y \end{align*}

Solving Initial Value Problems.

Solve each of the following linear systems for the given initial values in Exercise Group 5.4.6.5–8.
5.
\begin{align*} x' & = 2x + 2y\\ y' & = -4x + 6y\\ x(0) & = 2\\ y(0) & = -3 \end{align*}
6.
\begin{align*} x' & = 3x - 10y\\ y' & = 2x - y\\ x(0) & = 11\\ y(0) & = 5 \end{align*}
7.
\begin{align*} x' & = 5x - 2y\\ y' & = 5x + 3y\\ x(0) & = 15\\ y(0) & = 15 \end{align*}
8.
\begin{align*} x' & = 2x - 5y\\ y' & = x - 2y\\ x(0) & = 5\\ y(0) & = -5 \end{align*}