Linear Algebra, Quadratic Forms, Change of Variable (concept)

calvert11
Messages
31
Reaction score
0

Homework Statement



Make a change of variable that transforms the quadratic form with no cross-product term:

9x1^2 - 8x1x2 = 3x2^2

Homework Equations



A = PDP^-1
Q = y^TDy

The Attempt at a Solution



I know the answer. This is a question regarding concept.

The eigenvalues for this problem are 1 and 11. The order in which I construct D affect the coefficients of the quadratic form following a change of variable.

Consider constructing D as either

1 0
0 11

or

11 0
0 1

The two resulting quadratic forms would have their coefficients switched.
Basically, I'm asking, is this ok?

Would both answers be acceptable?
 
Physics news on Phys.org
yes they are both ok, though the convention is usually to put the smaller eigenvalue first

moving the the diagonal coordinate system is change of basis to one composed of the eignevectors of the matrix A .

If you take the eigenvector corresponding to 1 as your first basis vector, and make it the first column of P then you will end up with the first form of D.

Alternately if you take the eigenvector corresponding to 11 as your first basis vector, and make it the first column of P then you will end up with the 2nd form of D.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top