Verify that a vector is an eigenvector of a matrix

AI Thread Summary
To verify if a vector is an eigenvector of a matrix without calculating eigenvalues, one can perform matrix multiplication. Specifically, for a matrix M and vector v, compute Mv and check if the result is a scalar multiple of v. If Mv equals a scalar times v, that scalar is the eigenvalue associated with v. In the discussed example, Mv results in the zero vector, indicating that v is an eigenvector with an eigenvalue of zero. This approach simplifies the verification process significantly.
Benny
Messages
577
Reaction score
0
Hi could someone explain to me how to verify that a vector is an eigenvector of a matrix without explicitly carrying out the calculations which give the eigenvalues of the matrix? Here is an example to illustrate my problem.

Q. Let M = \left[ {\begin{array}{*{20}c}<br /> { - 3} &amp; 1 &amp; { - 2} &amp; 4 \\<br /> { - 2} &amp; 2 &amp; 3 &amp; { - 3} \\<br /> 1 &amp; { - 7} &amp; 7 &amp; { - 1} \\<br /> 3 &amp; 0 &amp; { - 1} &amp; { - 2} \\<br /> \end{array}} \right] and v = \left[ {\begin{array}{*{20}c}<br /> 1 \\<br /> 1 \\<br /> 1 \\<br /> 1 \\<br /> \end{array}} \right].

Verify that v is an eigenvector of the matrix M and find its associated eigenvalue.

[Hint: DO NOT find all eigenvectors and eigenvalues of M]

I can't really think of a way to go about doing this question without carrying out the time consuming procedure of solving \det \left( {M - \lambda I} \right) = 0 for lambda. Perhaps there's a definition I need to recall to do this question?

Also, I've been working through some problems from various sources and the definition of eigenvector seems to differ which is confusing me. As far as I know, solving det(A - (lambda)I) = 0, where I is the identity matrix, for lamda gives the eigenvalues of the matrix A. Solving (A-(lamda)I)x = 0 for the vector x results in either a single vector or an infinite number of vectors (ie. parameters pop up).

In the case of a single vector resulting from the matrix equation, the eigenvector is just that vector isn't it? What about in the case of an infinite number of vector? For example x = (s,2t,t) = s(1,0,0) + t(0,2,1) where s and t are parameters? Are the eigenvectors all of the vectors represented by (s,2t,t)?

Help with any of the questions would be appreciated thanks.
 
Physics news on Phys.org
Benny said:
Hi could someone explain to me how to verify that a vector is an eigenvector of a matrix without explicitly carrying out the calculations which give the eigenvalues of the matrix?

You're thinking WAY too hard! :biggrin:

Go back to the eigenvalue problem itself: A\vec{x}=\lambda\vec{x}, where A is a square matrix and \lambda is a constant. If \vec{x} is an eigenvector of A then a simple matrix multiplication will show it.
 
As you say correctly in the end, the eigenvectors are always determined up to a scalair, so if v is an eigenvector, mv is one too with m a scalar.

As for your question, compute Mv and see if the result is a multiple of the original vector, the scalar it was multiplied with is then the eigenvalue.
 
Thanks for the help Tom and TD.

Mv = (0,0,0,0)^T = 0(1,1,1,1)^T so the eigenvalue is zero. :biggrin:
 
That is correct :cool:
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top