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

  • Thread starter Thread starter notnottrue
  • Start date Start date
  • Tags Tags
    Curves
Click For Summary
To transform rotated conic sections to standard form, one can start by applying constraints to the quadratic equation to determine values of k for which the level curves are ellipses. A common method involves rotating the coordinate system using specific transformations to eliminate the xy term. Alternatively, a more advanced technique utilizes matrix representation of the quadratic form, where eigenvalues and eigenvectors are calculated to identify the new coefficients and directions for the rotated system. This approach guarantees real eigenvalues and independent eigenvectors, ensuring accurate transformation. Understanding these methods is crucial for analyzing the level curves of functions like g(x,y) = k = xy/(x^2+y^2).
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 x= x'cos(\theta)+ y'sin(\theta), y= -x'sin(\theta)+ y'cos(\theta). Put those into the equation and combine all x'y' terms. Choose \theta 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 ax^2+ bxy+ cy^2 as
\begin{bmatrix}x & y \end{bmatrix}\begin{bmatrix}a & b/2 \\ b/2 & c\end{bmatrix}\begin{bmatrix} x \\ y\end{bmatrix}
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 2 ·
Replies
2
Views
3K
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
6K
Replies
7
Views
3K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K