Why Does (A-λ1I)(A-λ2I)x=0 Hold for Linear Combinations of Eigenvectors?

  • Context: Graduate 
  • Thread starter Thread starter makris
  • Start date Start date
  • Tags Tags
    Eigenvector
Click For Summary
SUMMARY

The discussion centers on the relationship between eigenvalues and eigenvectors in the context of the equations (A - λ1I)(A - λ2I)x = 0 and (A - λ1I)x = 0, where A is a non-singular matrix and I is the identity matrix. It is established that any linear combination of eigenvectors corresponding to eigenvalues λ1 and λ2 satisfies the quadratic equation, confirming the linearity of the eigenvalue problem. The Cayley-Hamilton theorem is mentioned as a broader application of this principle, asserting that any square matrix satisfies its own characteristic polynomial.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors in linear algebra
  • Familiarity with matrix operations and properties
  • Knowledge of the Cayley-Hamilton theorem
  • Basic concepts of linear combinations in vector spaces
NEXT STEPS
  • Study the derivation of the Cayley-Hamilton theorem in detail
  • Explore the implications of eigenvalue equations in various applications
  • Learn about the properties of non-singular matrices
  • Investigate the role of linear combinations in vector spaces
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are studying linear algebra, particularly those focusing on eigenvalues, eigenvectors, and their applications in solving complex problems.

makris
Messages
11
Reaction score
0
Hi all,

I have the following question.

A = nxn non singular matrix
I = nxn identity matrix
li = eigevalues of A i=1,2...n
ui = eigenvectors corresponding to the previous eigenvalues.

It true that

( A - l1 * I ) * x =0

is satisfied by any vector of the form x = a1 * u1 where a1= arbitrary real number

Lanczos in his book Applied Analysis p. 61 claims that the following quadratic equation in A

( A - l1 * I ) * ( A - l2 * I ) * x = 0

is satisfied by an arbitrary linear combination of the first two eigenvectors

x = a1 * u1 + a2 * u2

It is not very obvious to me why this happens.
(Extending this to include n eigenvectors and eigenvalues will eventually lead to the so called Cayley-Hamilton theorem.)

I was wondering if you could give me a hint starting from first principals.

Thanks
 
Physics news on Phys.org
( A - l1 * I ) * ( A - l2 * I ) = ( A - l2 * I ) *( A - l1 * I )
so if
T=( A - l1 * I ) * ( A - l2 * I ) = ( A - l2 * I ) *( A - l1 * I )
T(a1 * u1)=a1*T(u1)=0
T(a2 * u2)=a1*T(u2)=0
hence by linearity
T(a1 * u1 + a2 * u2)=0
 
for sharing your question and thoughts on solving the eigenvector problem. The first equation you mentioned is known as the eigenvalue equation, where the matrix A multiplied by an eigenvector u results in a scalar multiple of the same eigenvector, represented by the eigenvalue λ. This equation can be rewritten as (A-λI)u=0, where I is the identity matrix. This equation only has a non-trivial solution when the determinant of (A-λI) is equal to 0, which leads to the characteristic polynomial of A.

In the second equation, (A-λ1I)(A-λ2I)x=0, we can see that the first equation is satisfied by both λ1 and λ2, meaning that the product of the two matrices results in a zero matrix. This can be expanded to include any linear combination of the eigenvectors, as long as the corresponding eigenvalues are used. This is because when we multiply two matrices, the result is a linear combination of the columns of the second matrix, with coefficients determined by the entries of the first matrix. In this case, the first matrix is (A-λ1I) and the second matrix is (A-λ2I), so the resulting linear combination of columns will be a combination of the eigenvectors corresponding to λ1 and λ2.

Extending this to include all n eigenvectors and eigenvalues will lead to the Cayley-Hamilton theorem, which states that any square matrix satisfies its own characteristic polynomial. This can be proven using the same concept of multiplying matrices and linear combinations of eigenvectors.

I hope this helps to clarify the relationship between the two equations and how they can be extended to include multiple eigenvectors. It is a fundamental concept in linear algebra and is essential in solving many problems in mathematics and physics. Best of luck in your studies!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 10 ·
Replies
10
Views
13K