What do the eigenvectors of the matrix of a quadratic form represent?

239 Views Asked by At

This is the "structure" we're following as we near the end of our linear algebra course. There are quite a lot of dense bits and I was hoping someone could briefly explain the ulterior motive behind all this (i.e what can I solve with this knowledge?).

Orthogonal transformations --> diagonalize symmetric matrices;

Symmetric matrices --> can represent quadratic forms;

Sylvester's theorem - signature invariant.

Thank you!

2

There are 2 best solutions below

1
On

One application of this theory is the moment of inertia matrix in physics. It's a symmetric, positive-definite form, so there's an orthogonal basis of eigenvectors in “body coordinates”, and the eigenvalues are all positive. You can show that rotation about the axis corresponding to the largest and smallest eigenvalues is stable, but unstable about the axis corresponding to the middle one.

To see what I'm talking about, toss a book in the air while giving it a spin around each of its axes (a rubber band to keep it from opening helps). If you hold the bottom-left and bottom-right corners of the book while looking at its front cover, and flip it up, the book will wobble as it rotates, until it's eventually rotating around either the top-to-bottom or front-to-back axis. There is more about this in Marsden and Ratiu's book on mechanics (the front cover is an illustration of this stability diagram).

0
On

The eigenvectors of a matrix in quadratic form can be used to find the direction of the maximum and minimum values in a constrained optimization setting. Specifically, two main constraints apply:

1) x^2 + y^2 = 1  or  x^T*x    (*This is a unit vector constraint*)
2) x^T*u=0

The eigenvalues determine the max and min values within these constraints, while the eigenvector, normalized, gives the direction in which the max/min values occur.