What are the methods for transforming rotated conic sections to standard form?

  • Context: Undergrad 
  • Thread starter Thread starter notnottrue
  • Start date Start date
  • Tags Tags
    Curves
Click For Summary
SUMMARY

The discussion focuses on transforming rotated conic sections, specifically ellipses, into standard form. The function g(x,y) = k = xy/(x^2+y^2) leads to the equation x^2+y^2-xy/k=0, which represents an ellipse. To determine the values of k for which the level curves exist, one can apply constraints on the quadratic equation. Two methods for transforming the conic sections include rotating the coordinate system using trigonometric identities and utilizing matrix representation to find eigenvalues and eigenvectors.

PREREQUISITES
  • Understanding of conic sections and their properties
  • Familiarity with quadratic equations in two variables
  • Knowledge of coordinate transformations and rotation
  • Basic linear algebra, including eigenvalues and eigenvectors
NEXT STEPS
  • Study the method of rotating coordinate systems to eliminate the xy term in conic sections
  • Learn about eigenvalues and eigenvectors in the context of quadratic forms
  • Explore the constraints for identifying ellipses from general conic equations
  • Investigate the application of matrix multiplication in representing conic sections
USEFUL FOR

Mathematicians, students studying conic sections, and anyone interested in advanced algebraic transformations and geometric interpretations of quadratic equations.

notnottrue
Messages
10
Reaction score
0
I am trying to find the level curves for the function g(x,y)= k = xy/(x^2+y^2).
I get, x^2+y^2-xy/k=0.
I know this is an ellipse, but I do not know how to factor, and find values of k for which the level curves exist.
 
Physics news on Phys.org
notnottrue said:
I am trying to find the level curves for the function g(x,y)= k = xy/(x^2+y^2).
I get, x^2+y^2-xy/k=0.
I know this is an ellipse, but I do not know how to factor, and find values of k for which the level curves exist.

If the level curves have to be ellipses, you can use the constraint on a general conic section (any quadratic equation in two variables) for it to be an ellipse. Applying the constraint to your quadratic equation will give you the values of k.
 
There are various ways to change "rotated" conic sections (that have an "xy" term) to "standard form" (without the xy). One is to rotate the coordinate system by writing [itex]x= x'cos(\theta)+ y'sin(\theta)[/itex], [itex]y= -x'sin(\theta)+ y'cos(\theta)[/itex]. Put those into the equation and combine all x'y' terms. Choose [itex]\theta[/itex] to make its coefficient 0.

A method that is more 'advanced' but simple to compute is to write the second order terms as a matrix multiplication: write [itex]ax^2+ bxy+ cy^2[/itex] as
[tex]\begin{bmatrix}x & y \end{bmatrix}\begin{bmatrix}a & b/2 \\ b/2 & c\end{bmatrix}\begin{bmatrix} x \\ y\end{bmatrix}[/tex]
and find the eigenvalues and eigenvectors of that matrix. The eigenvalues will be the coefficients of x2 and y2 and the eigenvectors will give the directions for the rotated coordinate system.

(I "distributed" the b as the b/2 off diagonal terms to make this a symmetric matrix which guarentees that it has real eigenvalues and independent eigenvectors.)
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
6
Views
3K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K