Diagonal Quadratic Forms of a Matrix

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
1 reply · 3K views
cookiesyum
Messages
72
Reaction score
0

Homework Statement



Let the quadratic form F(x,y,z) be given as

F(x,y,z) = 2x^2 + 3y^2 + 5z^2 - xy -xz - yz.

Find the transitional matrix that would transform this form to a diagonal form.


Homework Equations



A quadratic form is a second degree polynomial equation in three variables which has the form

F(x,y,z) = ax^2 + by^2 + cz^2 + 2dxy + 2exz + 2fyz

where coefficients a through i are real numbers.

The curve F(x,y,z) = j can be written in the form (x^T)*A*x = j where

x = [x, y, z]

A = [a, d, e]
[d, b, f]
[e, f, c]

The Attempt at a Solution



I need to find the eigenvectors of (A-sI) to form the transitional matrix. Does (x^T)*A*x = j have anything to do with finding this matrix? Having trouble picturing all of this...
 
Physics news on Phys.org
Don't worry about "(x^T)*A*x= j", that will come automatically once you have found the correct transition matrix. First, find the eigenvalues for your matrix. Then find the eigenvectors corresponding to each eigenvalue. Since it is symmetric,there will exist a "complete set" of eigenvectors- a basis for the space consisting of eigenvectors. P will be the matrix having those eigenvectors as columns, P-1 its inverse. Then P-1AP= D, a diagonal matrix having the eigenvalues on the main diagonal.