Dr Zoidburg
- 39
- 0
I have a problem with determining eigenvalues. This is what I've got thus far:
Identify and sketch the graph of the quadratic equation
4x² + 10xy + 4y² = 9
We put it in the matrix form:
\begin{pmatrix} 4 & 5 \\<br /> 5 & 4 \\<br /> \end{pmatrix}
Now we find the eigenvalues:
Det(A – xI) = \begin{pmatrix} (4-x) & 5 \\<br /> 5 & (4-x) \\<br /> \end{pmatrix}
= x² – 8x – 9
= (x – 9)(x + 1)
eigenvalues are \lambda1 = 9 & \lambda2 = -1
From there, it's pretty simple solving:
\lambda1x'^2 + \lambda2y'^2 = 9
My problem here is: How do I know which eigenvalue is which? It obviously makes quite a bit of difference to the final result. Nothing in my textbook says.
Homework Statement
Identify and sketch the graph of the quadratic equation
4x² + 10xy + 4y² = 9
The Attempt at a Solution
We put it in the matrix form:
\begin{pmatrix} 4 & 5 \\<br /> 5 & 4 \\<br /> \end{pmatrix}
Now we find the eigenvalues:
Det(A – xI) = \begin{pmatrix} (4-x) & 5 \\<br /> 5 & (4-x) \\<br /> \end{pmatrix}
= x² – 8x – 9
= (x – 9)(x + 1)
eigenvalues are \lambda1 = 9 & \lambda2 = -1
From there, it's pretty simple solving:
\lambda1x'^2 + \lambda2y'^2 = 9
My problem here is: How do I know which eigenvalue is which? It obviously makes quite a bit of difference to the final result. Nothing in my textbook says.