Proving the Diagonalization of a Real Matrix with Distinct Eigenvalues

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Eigenvalues
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
gtfitzpatrick
Messages
372
Reaction score
0
The real matrix A= [tex] <br /> \begin{pmatrix}\alpha & \beta \\ 1 & 0 \end{pmatrix}<br /> <br /> [/tex] has distinct eigenvalues [tex]\lambda1[/tex] and [tex]\lambda2[/tex].
If P=[tex] <br /> \begin{pmatrix}\lambda1 & \lambda2 \\ 1 & 0 \end{pmatrix}<br /> <br /> [/tex]

proove that P[tex]^{}^-^1[/tex]AP = D =diag{[tex]\lambda1[/tex] , [tex]\lambda2[/tex]}.

deduce that, for every positive integer m, A[tex]^{}m[/tex] = PD[tex]^{}m[/tex]P[tex]^{}^-^1)[/tex]


so i just tryed to multiply the whole lot out, (p^-1 is easy to find, just swap,change signs)
and i got
[tex] <br /> \begin{pmatrix}\lambda1(\alpha - \lambda2) + \beta & \lambda2(\alpha - \lambda2) + \beta \\ \lambda1(-\alpha + \lambda1) - \beta & \lambda2(-\alpha + \lambda1) - \beta \end{pmatrix}<br /> <br /> [/tex]

am i going the right road with this or should i be approaching it differently?
 
Physics news on Phys.org


Just doing the calculation should show that, but I don't get that for the calculation.

If
[tex]P= \begin{bmatrix}\lambda_1 & \lambda_2 \\ 1 & 0\end{bmatrix}[/tex]
then
[tex]P^{-1}= \begin{bmatrix}0 & 1 \\ \frac{1}{\lambda_1} & -\frac{\lambda_1}{\lambda_2}\end{bmatrix}[/tex]

Is that what you got?

You will also want to use the fact that the characteristic equation for A is [itex]x^2- \alpha x- \beta= 0[/itex] so [itex]\lambda_1^2- \alpha \lambda_1- \beta= 0[/itex] and [itex]\lambda_2^2- \alpha \lambda_2- \beta= 0[/itex].
 


HallsofIvy said:
Just doing the calculation should show that, but I don't get that for the calculation.

If
[tex]P= \begin{bmatrix}\lambda_1 & \lambda_2 \\ 1 & 0\end{bmatrix}[/tex]
then
[tex]P^{-1}= \begin{bmatrix}0 & 1 \\ \frac{1}{\lambda_1} & -\frac{\lambda_1}{\lambda_2}\end{bmatrix}[/tex]

Is that what you got?

Nice reply!

HallsofIvy said:
You will also want to use the fact that the characteristic equation for A is [itex]x^2- \alpha x- \beta= 0[/itex] so [itex]\lambda_1^2- \alpha \lambda_1- \beta= 0[/itex] and [itex]\lambda_2^2- \alpha \lambda_2- \beta= 0[/itex].

Perhaps, something like:

[tex]\lambda_{1} = \frac{\alpha \pm \sqrt{\alpha^{2}+4\beta}}{2}[/tex]

[tex]\lambda_{2} = \frac{\alpha \pm \sqrt{\alpha^{2}+4\beta}}{2}[/tex]

not sure though how it will solve the problem.
 


Couldn't you prove it by showing that the columns of P are the eigenvectors of A?
 


Thanks for all the replies. i had it wrong when getting p^-1 i only went and forgot 1/detA!

so for P^1AP i get [tex] = \begin{bmatrix}\lambda_1 & \lambda_1 \\ \alpha-\lambda_1^2/\lambda_2+\alpha/\lambda_1 & \alpha - \lambda_1^2/\lambda_2\end{bmatrix}[/tex]

I thought diag([tex]\lambda_1[/tex],[tex]\lambda_2[/tex]) = [tex] D= \begin{bmatrix}\lambda_1 & 0 \\ 0 & \lambda_2 \end{bmatrix}[/tex]

i still think I am doing something wrong
confussed!
 


After repeatedly trying and not getting anywhere I am after realising i had the question wrong P should read [tex] <br /> <br /> \begin{pmatrix}\lambda1 & \lambda2 \\ 1 & 1 \end{pmatrix}<br /> <br /> <br /> [/tex]

So I am off the try this new version.

But if i wanted to prove it like you said random variable how would i go about that?
take
[itex] \lambda_1^2- \alpha \lambda_1- \beta= 0 and<br /> \lambda_2^2- \alpha \lambda_2- \beta= 0[/itex] and let them = columns of p?
 


right so now i got 1/([tex]\lambda_1-\lambda_2[/tex]) [tex]\begin{bmatrix}\lambda_1(\alpha - \lambda _2 ) + \beta & \lambda_2(\alpha - \lambda_2) + \beta \\ \lambda_1(-\alpha + \lambda_1) - \beta & \lambda_2(-\alpha + \lambda_1) - \beta\end{bmatrix}<br /> [/tex]

not sure where to go from here...