Proving Integer Eigenvalues of Matrix A

  • Thread starter Thread starter hadizainud
  • Start date Start date
  • Tags Tags
    Eigenvalues
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
hadizainud
Messages
15
Reaction score
0

Homework Statement



Prove: If a, b, c, and d are integers such that a+b=c+d, then
A=
[a b]​
[c d]​
has integer eigenvalues, namely,[itex]λ_1{}[/itex]=a+b and [itex]λ_2{}[/itex]=a-c

Homework Equations



No relevant equation.

The Attempt at a Solution



No idea :(
 
Physics news on Phys.org
Do you know how to compute the eigenvalues of a 2x2 matrix? Try that first before applying the additional information given in the problem.
 
You don't really need to calculate the eigenvalues, you are only asked to show that a+b and a- c are eigenvalues- and to do that you use the definition of "eigenvalue".

That is, do there exist values, x and y, such that
[tex]\begin{bmatrix}a & b \\ c & d\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= (a+b)\begin{bmatrix}u \\ v\end{bmatrix}[/tex]
or values u and y such that
[tex]\begin{bmatrix}a & b \\ c & d\end{bmatrix}\begin{bmatrix}u \\ v\end{bmatrix}= (a-b)\begin{bmatrix}u \\ v\end{bmatrix}[/tex]
?
 
Welcome to PF, hadizainud! :smile:

The methods of fzero and HallsofIvy will bring you your answer.
Just for fun, here's yet another method.

The product of the eigenvalues is equal to the determinant.
The sum of the eigenvalues is equal to the trace.
In a quadratic equation the roots are uniquely identified by their product and their sum.
Use a+b=c+d to eliminate d in your equations.
 
I like Serena said:
Welcome to PF, hadizainud! :smile:

The methods of fzero and HallsofIvy will bring you your answer.
Just for fun, here's yet another method.

The product of the eigenvalues is equal to the determinant.
The sum of the eigenvalues is equal to the trace.
In a quadratic equation the roots are uniquely identified by their product and their sum.
Use a+b=c+d to eliminate d in your equations.

Hmm, that's cute :smile: