Conic Equation using a Quadratic Form

  • Thread starter Thread starter Apple&Orange
  • Start date Start date
  • Tags Tags
    Form Quadratic
Click For Summary
SUMMARY

The discussion focuses on transforming the quadratic equation x1² + x1x2 + 2x2² = 8 into a quadratic form using the matrix representation \underline{X}^T A \underline{X} = 8. The correct matrix A is identified as [1 0.5; 0.5 2], which is symmetric, ensuring valid eigenvalues. The transformation matrix Q is derived as [1 0; 1/sqrt(2) 1/sqrt(2)], but the resulting quadratic form is not in standard form, indicating further adjustments are necessary to achieve the correct representation.

PREREQUISITES
  • Understanding of quadratic forms and their matrix representations
  • Knowledge of eigenvalues and eigenvectors in linear algebra
  • Familiarity with matrix diagonalization techniques
  • Proficiency in MATLAB for matrix operations
NEXT STEPS
  • Study the properties of symmetric matrices and their eigenvalues
  • Learn about matrix diagonalization and its applications in quadratic forms
  • Explore MATLAB functions for matrix manipulation and eigenvalue computation
  • Research standard forms of quadratic equations and their geometric interpretations
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, quadratic forms, and matrix theory, as well as anyone needing assistance with MATLAB for mathematical computations.

Apple&Orange
Messages
28
Reaction score
2

Homework Statement



x12+x1x2+2x22=8

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

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

Homework Equations



[itex]\underline{X}[/itex]=Q[itex]\underline{Y}[/itex]
[itex]\underline{X}[/itex]TA[itex]\underline{X}[/itex]=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 [itex]\underline{X}[/itex]=Q[itex]\underline{Y}[/itex], 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
[tex]\begin{bmatrix}1 & 0.5 \\ 0.5 & 2\end{bmatrix}[/tex]

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
[tex]\begin{bmatrix}1 & 0.5 \\ 0.5 & 2\end{bmatrix}[/tex]

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!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
1
Views
2K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K