Rotated Conics and Their Equations
Learning objectives
- Recognise the general second-degree equation with an xy term
- Find the rotation angle that eliminates the xy term
- Apply the rotation of axes transformation
- Classify a conic after eliminating the xy term
The four conics, line, parabola, ellipse, hyperbola, have nice equations only when their axes line up with the coordinate axes. What if a conic is tilted? In its general form , the offender is the cross term . When , the conic's axes are rotated relative to the - and -axes. The fix: rotate the coordinate system by the right angle so the cross term vanishes, then identify the conic.
The discriminant decides the type
The quantity is invariant under rotation. It classifies the conic before any rotating: ellipse (or circle); parabola; hyperbola.
The rotation that kills the cross term
Let new coordinates relate to old by rotation through angle : , . The new cross-term coefficient is . Set : when , else .
- Computer Graphics: Detecting whether a tilted ellipse fits a set of points (e.g., fitting a galaxy's shape to a star catalogue) needs the cross term; rotating the axes to eliminate it gives the principal axes, basis of principal component analysis.
- Statistics: Principal Component Analysis (PCA) IS the rotation that eliminates the term in a 2D covariance ellipse; the new axes are the directions of maximum variance, which is why PCA is the most-taught dimensionality-reduction method.
- Materials Engineering: Stress tensors in materials science have off-diagonal terms in arbitrary coordinates; engineers rotate to principal-stress axes (the same rotation you are computing here) to find where a beam will crack first.
(Select "hyperbola" mode and slide the rotation control. Watch the asymptotes tilt with the conic.)
Worked example: xy = 1
For , , so . Substitute , : , giving , a standard hyperbola.
Try it
- Classify using the discriminant.
- For , find the rotation angle and the type.
- Classify .
Pause: why is invariant under rotation? Because rotation is a rigid motion of the plane and the type of conic is a geometric property that cannot change under rigid motion.
A trap to watch for
The angle in is , not . Many beginners write and get an angle twice the correct one. Always remember the factor of . A second trap: after rotating, the cross term vanishes only if you used the right , verify by substituting back.
What you now know
You can recognise a general second-degree equation, compute the discriminant, find the rotation angle that eliminates the cross term, apply the rotation, and identify the conic. This closes Chapter 12; the next chapter begins the study of functions.
Quick check
Mark section complete →
References
- Lang, S. (1971). Basic Mathematics. Springer. Chapter 12, §5, rotating axes to standardise general second-degree equations.
- Apostol, T. M. (1969). Calculus, Volume 2. Wiley. Chapter 13: invariants of conics under rotation.
- Hartshorne, R. (2000). Geometry: Euclid and Beyond. Springer. Chapter 7: projective treatment of conics.