Eigenvalues and Eigenvectors Examples 2

Eigenvalues and Eigenvectors Examples 2

Recall from the Eigenvalues and Eigenvectors page that the number $\lambda \in \mathbb{F}$ is said to be an eigenvalue of the linear operator $T \in \mathcal L (V)$ if $T(u) = \lambda u$ for some nonzero vector $u \in V$. The nonzero vectors $u$ such that $T(u) = \lambda u$ are called eigenvectors corresponding to the eigenvalue $\lambda$.

We will now look at some examples regarding eigenvalues of linear operators and eigenvectors corresponding to eigenvalues.

Example 1

Find the eigenvalues of the linear operator $T \in \mathcal (\mathbb{\mathbb{C}}^2)$ defined by $T(x, y) = (-y, x)$ and the corresponding set of eigenvectors for each eigenvalue.

Let $u = (x, y) \in \mathbb{C}^2$ be a nonzero vector in $\mathbb{C}^2$. We want to find the numbers $\lambda \in \mathbb{F}$ such that:

(1)
\begin{align} \quad T(u) = \lambda u \\ \quad T(x, y) = \lambda (x, y) \\ \quad (-y, x) = \lambda (x, y) \end{align}

The equation above gives us the following system of equations:

(2)
\begin{align} \quad -y = \lambda x \\ \quad x = \lambda y \end{align}

Plugging the second equation into the first equation and dividing both sides by $y$ (which is nonzero since if $y = 0$ then this implies $x = 0$ and so $(x, y) = (0, 0)$) and:

(3)
\begin{align} \quad -y = \lambda (\lambda y) \\ \quad -y = \lambda^2 y \\ \quad -1 = \lambda^2 \end{align}

Therefore the eigenvalues of $T$ are $\lambda_1 = i$ and $\lambda_2 = -i$.

For the eigenvalue $\lambda_1 = i$ we have that $(x, y) = (x, - \lambda_1 x) = (x , -ix)$ where $x \neq 0$ are the corresponding eigenvectors to $\lambda_1 = i$.

For the eigenvalue $\lambda_2 = -i$ we have that $(x, y) = (x, -\lambda_2x) = (x, ix)$ where $x \neq 0$ are the corresponding eigenvectors to $\lambda_2 = -i$.

Example 2

Find the eigenvalues of the linear operator $T \in \mathcal (\mathbb{\mathbb{F}}^2)$ defined by $T(x, y) = (y, x)$ and the corresponding set of eigenvectors for each eigenvalue.

Let $u = (x, y)$. We want to find numbers $\lambda \in \mathbb{F}$ such that:

(4)
\begin{align} \quad T(u) = \lambda u \\ \quad T(x, y) = \lambda (x, y) \\ \quad (y, x) = \lambda (x, y) \end{align}

From the equation above we get the following system of equations:

(5)
\begin{align} \quad y = \lambda x \\ \quad x = \lambda y \end{align}

Plugging the second equation into the first equation and we have that $y = \lambda ( \lambda y )$ and so $y = \lambda^2 y$. Once again, we note that $y \neq 0$ (otherwise $x = 0$ and so $u = (0, 0)$). Therefore can divide by $y$ to get that:

(6)
\begin{align} \quad 1 = \lambda^2 \end{align}

Thus $\lambda_1 = 1$ and $\lambda_2 = -1$ are both eigenvalues of $T$.

For $\lambda_1 = 1$ we have that the set of vectors $(x, y) = (x, \lambda x) = (x, x)$ where $x \neq 0$ are the corresponding eigenvectors of $\lambda_1$.

For $\lambda_2 = -1$ we have that the set of vectors $(x, y) = (x, \lambda x) = (x, -x)$ where $x \neq 0$ are the corresponding eigenvectors of $\lambda_2$.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License