Find the characteristic polynomial

Niles
Messages
1,834
Reaction score
0

Homework Statement


If I have a n x n matrix B, and I must show that a vector a is an eigenvector for the matrix B and I have to find the corresponding eigenvalue, what is the easiest way of doing this?

The Attempt at a Solution


I know I can find the characteristic polynomial, but I thought that there is perhaps an easier way?
 
Physics news on Phys.org
Look at Ba?
 
Ahh yes, thanks :-)
 
Write out the defining equation for an eigenvalue, Bx= \lambdax, of course. You know x= a and you know B. Go ahead and do the multiplication on the left and compare it to the right side!

For example if you know that
A= \left[\begin{array}{cc} -3 & 15 \\ -2 & 8 \end{array}\right]
and
a= \left[\begin{array}{c} 5 \\ 2\end{array}\right]
is an eigenvector of B, and want to find the corresponding eigenvalue, \lambda

\left[\begin{array}{cc} -3 & 15 \\ -2 & 8 \end{array}\right]\left[\begin{array}{c} 5 \\ 2\end{array}\right]= \lambda\left[\begin{array}{c} 5 \\ 2\end{array}\right]

\left[\begin{array}{c} 15 \\ 6\end{array}\right]= \left[\begin{array}{c} \lambda 5 \\ \lambda 2\end{array}\right]
So we must have 15= 5\lambda and 6= 2\lambda. Obviously, \lambda= 3 satisfies both. (If the same \lambda had not satisfied both, then the given vector was not an eigenvector.)

(Edit: Or I could have just said "look at Ba"!)
 
Nono, because in the example with "Ba" the eigenvalue was 0, so I thought the method was different from the one you showed in your example.

Thanks to both of you.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top