
Dorsa R.
asked 03/15/20Can you please find the Eigenvalues and eigenvectors of this expression?
p(x,y,z) = 3x2 + y2 +2z2 - 2xy +2xz - 2yz
1 Expert Answer
So you are expressing this quadratic form as XTAX where X is vector (x,y,z) and A is a 3x3 symmetric matrix.
The x2,y2, and z2 coefficients are on the main diagonal and 1/2 of the value of the mixed terms will be in each spot corresponding to the variables. eg. -2xy implies that a13 and a31 will be -1:
Your matrix 3 -1 1
-1 1 -1
1 -1 2
Find the eigenvalues by finding the determinant of A-λI and equating to 0 (main diagonal is 3-λ,1-λ,2-λ)
You can use any row to expand or you can basketweave....
(3-λ)(2-λ)(1-λ)+1+1 -(2-λ)-(1-λ)-(3-λ) = 0
There is no joy here. I solved for eigenvalues numerically using this equation and they do correspond to the matrix that yields the quadratic form as written. (4.21432, 1.46081, .324869)
If you want the eigenvectors, you solve for the vector that, when multiplied by A-λiI, corresponds to each eigenvalue. From Wolfram alpha, I got vectors
corresponding to the eigenvectors listed. Good luck!
Scott P.
Let me also point out here that since the matrix/operator has real entries and is symmetric, it has real eigenvalues and three linearly independent eigenvectors, so we at least know what to expect.03/21/20
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Arturo O.
Eigenvalues and eigenvectors are associated with linear operators and square matrices. What do you mean by finding the eigenvalues and eigenvectors of this polynomial in 3 variables?03/16/20