How do I find a rotation that brings this equation of a cone to standard axes?I know for a vector in standard basis x¯ we can find a representation for the same thing in a base B, denoted [x¯]B by finding C¯[x¯]b=x¯. So far practice problems have been simple manipulations of matrices, so I'm not sure how to approach this problem:A conic in the xy coordinate system is 5x^2 -2 sqrt{3} xy+7y^2 = 16. Find a rotation of coordinates that bring it to standard form.
cinearth3
Open question
2022-09-01
How do I find a rotation that brings this equation of a cone to standard axes? I know for a vector in standard basis we can find a representation for the same thing in a base B, denoted B by finding . So far practice problems have been simple manipulations of matrices, so I'm not sure how to approach this problem: A conic in the xy coordinate system is . Find a rotation of coordinates that bring it to standard form. What is the matrix of this rotation? What is the cosine of the angle of the rotation?
Answer & Explanation
Jovany Mathews
Beginner2022-09-02Added 8 answers
A general rotation matrix has the form
while the equation of the conic can be written as
Substiuting into the left-hand side of this equation and using gives
We want the term to vanish, so we must have . Solve for . Note that the rows of the resulting rotation matrix will be eigenvectors of the symmetric matrix associated with the conic, but there’s no need to go through the usual eigenvector/eigenvalue computation to solve this problem.
ignizeddyug
Beginner2022-09-03Added 2 answers
One straightforward way of doing this is to find a rotation matrix, U , such that the matrix
is diagonal. The equation of your conic can be written as
so if you define new coordinates by
—that is, with respect to axes subjected to the rotation determined by U —then the equation in the new coordinates is
where are the (diagonal) entries of D . The columns of U need to be chosen as normalised eigenvectors of the matrix , and will then be the corresponding eigenvalues.