- #1
Dustinsfl
- 2,281
- 5
$$
\mathbf{u}' = \begin{pmatrix}
a & 1\\
-1 & -a
\end{pmatrix}\mathbf{u}.
$$
The characteristic equation is
$$
\lambda^2 -a^2 + 1 = 0\iff \lambda = \sqrt{a^2 - 1}.
$$
The eigenvalues are complex when $-1 < a < 1$ and real otherwise.
Let's consider the real case first.
We have that $(a - \lambda)u_1 + u_2 = 0\iff u_2 = (\lambda - a)u_1$.
Then
$$
u = \begin{pmatrix}
1\\
\lambda - a
\end{pmatrix}.
$$
The solution for the real case is
$$
\mathbf{u} = A\exp\left[t\sqrt{a^2 - 1}\right]\begin{pmatrix}
1\\
\sqrt{a^2 - 1} - a
\end{pmatrix}
+ B\exp\left[-t\sqrt{a^2 - 1}\right]\begin{pmatrix}
1\\
-\sqrt{a^2 - 1} - a
\end{pmatrix}.
$$
Next, let's look at the complex case.
We have $(a - \lambda)u_1 + u_2 = 0\iff u_2 = (\lambda - a)u_1$.
Then
$$
u = \begin{pmatrix}
1\\
\lambda - a
\end{pmatrix}.
$$
The solution for the complex case is
$$
\mathbf{u} = A\exp\left[ti\sqrt{1 - a^2}\right]\begin{pmatrix}
1\\
i\sqrt{1 - a^2} - a
\end{pmatrix} +
B\exp\left[-ti\sqrt{1 - a^2}\right]\begin{pmatrix}
1\\
-i\sqrt{1 - a^2} - a
\end{pmatrix}.
$$
Correct?
\mathbf{u}' = \begin{pmatrix}
a & 1\\
-1 & -a
\end{pmatrix}\mathbf{u}.
$$
The characteristic equation is
$$
\lambda^2 -a^2 + 1 = 0\iff \lambda = \sqrt{a^2 - 1}.
$$
The eigenvalues are complex when $-1 < a < 1$ and real otherwise.
Let's consider the real case first.
We have that $(a - \lambda)u_1 + u_2 = 0\iff u_2 = (\lambda - a)u_1$.
Then
$$
u = \begin{pmatrix}
1\\
\lambda - a
\end{pmatrix}.
$$
The solution for the real case is
$$
\mathbf{u} = A\exp\left[t\sqrt{a^2 - 1}\right]\begin{pmatrix}
1\\
\sqrt{a^2 - 1} - a
\end{pmatrix}
+ B\exp\left[-t\sqrt{a^2 - 1}\right]\begin{pmatrix}
1\\
-\sqrt{a^2 - 1} - a
\end{pmatrix}.
$$
Next, let's look at the complex case.
We have $(a - \lambda)u_1 + u_2 = 0\iff u_2 = (\lambda - a)u_1$.
Then
$$
u = \begin{pmatrix}
1\\
\lambda - a
\end{pmatrix}.
$$
The solution for the complex case is
$$
\mathbf{u} = A\exp\left[ti\sqrt{1 - a^2}\right]\begin{pmatrix}
1\\
i\sqrt{1 - a^2} - a
\end{pmatrix} +
B\exp\left[-ti\sqrt{1 - a^2}\right]\begin{pmatrix}
1\\
-i\sqrt{1 - a^2} - a
\end{pmatrix}.
$$
Correct?