Orthogonal Diagonalization of a Symmetric Matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 6K views
aznkid310
Messages
106
Reaction score
1

Homework Statement



Orthogonally diagonalize the matrix:
| 2 1 1|
| 1 2 1|
| 1 1 2|


Homework Equations



Since this only has three of the same eigenvalues ( lambda = 2), how do i use
A = PD(P^t)? What is P?

After row reduction, I got x = y = z = 1. This would give me the first column of P, but what about the other two columns?


The Attempt at a Solution



This is a symmetric matrix and the eigen values are lambda = 2,2,2

solving (2I - A)x = 0 i get | 0 1 1 |
| 1 0 1 |
| 1 1 0 |

After row reduction: | 1 0 0 |
| 0 1 0 |
| 0 0 1 |

Which means x = y = z = 1?
 
Physics news on Phys.org
| (lambda - 2) 1 1 |
| 1 (2-lambda) 1 |
| 1 (2-lambda) 1 |

Taking the determinant, i get: -L^3 + 6L^2 - 9L + 4

How do i solve this?
 
Well, you don't "solve" a polynomial, you solve an equation. What you mean, of course is solve [itex]-\lambda^3 + 6\lambda^2 - 9\lambda + 4= 0[/itex]

By the "rational root theorem", the only rational roots, if it has any, must be [itex]\pm 1[/itex], [itex]\pm 2[/itex], [itex]\pm 4[/itex], the integer factors of 4. Try those. It is always a good idea to try the simple things first!