PlanetMath (more info)
 Math for the people, by the people.
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: High Entry average rating: Very high
[parent] finding eigenvalues (Example)

This example investigates eigenvalues and the similarity transformation used to diagonalize matrices. We seek the eigenvalues of the matrix $ A$ below. Afterward, we can transform this matrix into a diagonal matrix which has many useful applications.

$\displaystyle A=\left( \begin{array}{cc} 2 & 1 \ 1 & 2 \end{array} \right )$
Here, we need to solve the corresponding matrix equation;
$\displaystyle \left( \begin{array}{cc} 2 & 1 \ 1 & 2 \end{array} \right ) \le... ...rray} \right )=\lambda \left( \begin{array}{c} x_1 \ x_2 \end{array} \right )$
or
$\displaystyle AX=\lambda X$
rearranging gives
$\displaystyle AX-\lambda X=0$
or
$\displaystyle (A-\lambda I) X=0$

We seek the values for $ \lambda$ and $ X$. First, we need to solve the characteristic equation of $ A$. We do this by finding $ det(A-\lambda I)$. First, calculating $ A-\lambda I$ gives;
$\displaystyle A -\lambda I= \left( \begin{array}{cc} 2-\lambda & 1 \ 1 & 2-\lambda \end{array} \right )$
Next, calculating $ det(A-\lambda I)$ yields
$\displaystyle det(A-\lambda I)=(2-\lambda)^2-1=\lambda^2-4\lambda+3=(\lambda-1)(\lambda-3)=0$

Substituting $ \lambda=1$ into $ (A-\lambda I)X$ gives...
$\displaystyle \left\{ \begin{array}{c} x_1+x_2=0 \ x_1+x_2=0 \end{array} \right.$
so that $ x_2=-x_1$ and the corresponding eigenvector is
$\displaystyle \left( \begin{array}{c} t \ -t \end{array} \right )=t \left( \begin{array}{c} 1 \ -1 \end{array} \right )$
where $ t\ne 0.$
Substituting $ \lambda=3$ gives...
$\displaystyle \left\{ \begin{array}{c} -x_1+x_2=0 \ x_1-x_2=0 \end{array} \right.$
so that $ x_2=x_1$ and the corresponding eigenvector is
$\displaystyle \left( \begin{array}{c} t \ t \end{array} \right )=t \left( \begin{array}{c} 1 \ 1 \end{array} \right )$
where $ t\ne 0.$
Finally, to diagonalize $ A$ we let the eigenvectors be the columns of a new matrix
$\displaystyle P=\left( \begin{array}{cc} 1 & -1 \ 1 & 1 \end{array} \right )$
and then since our eigenvectors are linearly independent we can also find;
$\displaystyle P^{-1}=\frac{1}{2} \left( \begin{array}{cc} -1 & 1 \ 1 & 1 \end{array} \right )$
then we create a diagonal matrix as follows...
$\displaystyle D=P^{-1}AP=\left( \begin{array}{cc} 1 & 0 \ 0 & 3 \end{array} \right )$
Computing powers of $ A$ is a very useful application of $ D$. Solving for $ A$ lets us compute powers of $ A$
$\displaystyle A=PDP^{-1}$

so that
$\displaystyle A^n=PD^nP^{-1}$

or
$\displaystyle A^n=P\left( \begin{array}{cc} 1^n & 0 \ 0 & 3^n \end{array} \right )P^{-1}$



"finding eigenvalues" is owned by PrimeFan. [ full author list (2) | owner history (2) ]
(view preamble)

View style:

Keywords:  eigenvalue, eigenvector

This object's parent.
Log in to rate this entry.
(view current ratings)

Cross-references: powers, linearly independent, columns, eigenvector, characteristic equation, equation, diagonal matrix, Transform, matrices, diagonalize, similarity transformation, eigenvalues
There is 1 reference to this entry.

This is version 2 of finding eigenvalues, born on 2006-04-27, modified 2008-02-15.
Object id is 7873, canonical name is FindingEigenvalues.
Accessed 7484 times total.

Classification:
AMS MSC15A18 (Linear and multilinear algebra; matrix theory :: Eigenvalues, singular values, and eigenvectors)

Pending Errata and Addenda
None.
[ View all 1 ]
Discussion
Style: Expand: Order:
forum policy

No messages.

Interact
post | correct | update request | add example | add (any)