Conic Equation using a Quadratic Form

  • Thread starter Thread starter Apple&Orange
  • Start date Start date
  • Tags Tags
    Form Quadratic
AI Thread Summary
The discussion revolves around transforming the quadratic equation x12 + x1x2 + 2x22 = 8 into a quadratic form and finding the appropriate matrix Q for diagonalization. The initial attempt at forming the A matrix was incorrect, as it needs to be symmetric to ensure valid eigenvalues. The user derived eigenvalues of 2 and 1 but was advised that the resulting matrix Q did not yield the standard form required by the problem. The importance of using the correct eigenvalues and ensuring the final transformation aligns with the standard form was emphasized. Clarification on these points is necessary for a proper solution.
Apple&Orange
Messages
28
Reaction score
2

Homework Statement



x12+x1x2+2x22=8

a) Write the equation using a quadratic form i.e. \underline{x}TA\underline{X}=8

b)Find the Matrix Q such that the transformation \underline{X}=Q\underline{Y} diagonalises A and reduces the quadratic form to standard form in terms of coordinates (y1,y2)

Homework Equations



\underline{X}=Q\underline{Y}
\underline{X}TA\underline{X}=8

The Attempt at a Solution



For question b), I got the A matrix as [1 1;0 2] or [1 0.5;0.5 2] *sorry, don't know how to use the matrix operator so I've written it MATLAB style*.

I used the first matrix to give a better looking eigenvalues, which resulted in 2 and 1. From the values, I got a vector of [1;0] and [1;1]

Using the vectors, I got a Q matrix of [1 0; 1/sqrt(2) 1/sqrt(2)]
and using \underline{X}=Q\underline{Y}, I got
2.707y12+2.707y1y2+y22 which I'm not even sure if its right.

Could someone please assist me in tackling this question?
Thanks!
 
Physics news on Phys.org
Yes, the matrix here is
\begin{bmatrix}1 & 0.5 \\ 0.5 & 2\end{bmatrix}

The first matrix you give is wrong. In order to be certain that there are eigenvalues, you must have a symmetric matrix. You don't want "better looking" eigenvalues, you want the right eigenvalues!

Finally, the problem asked you to "Find the Matrix Q such that the transformation X=QY diagonalises A reduces the quadratic form to standard form in terms of coordinates (y1,y2)" but your final result is NOT in standard form.
 
HallsofIvy said:
Yes, the matrix here is
\begin{bmatrix}1 & 0.5 \\ 0.5 & 2\end{bmatrix}

The first matrix you give is wrong. In order to be certain that there are eigenvalues, you must have a symmetric matrix. You don't want "better looking" eigenvalues, you want the right eigenvalues!

Finally, the problem asked you to "Find the Matrix Q such that the transformation X=QY diagonalises A reduces the quadratic form to standard form in terms of coordinates (y1,y2)" but your final result is NOT in standard form.

Got it! Thanks!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top