conic sections
The General Conic Equation
You should know: conic sections, rotation of conics
Overview
Every conic section — circle, ellipse, parabola, or hyperbola, in any position or orientation — is the solution set of a single second-degree equation in two variables, Ax² + Bxy + Cy² + Dx + Ey + F = 0. The cross term Bxy is what allows the conic to be tilted relative to the coordinate axes; when B = 0 the axes of the conic are already aligned with the x- and y-axes. Classifying which type of conic a given equation represents comes down to a single number computed from the coefficients — the discriminant B² − 4AC — while the linear terms Dx + Ey shift the conic's center or vertex away from the origin.
Intuition
Think of the six coefficients as controls on a single flexible curve template. The quadratic coefficients A, B, C control the conic's fundamental shape and tilt — B is the 'shear' term that appears only when the conic's axes are rotated away from horizontal/vertical. The linear coefficients D, E slide the whole curve around the plane without changing its shape, and the constant F adjusts overall scale/position along with them. The discriminant Δ = B²-4AC is invariant under this sliding (translation) and even under rotation of axes, which is exactly why it alone determines conic type regardless of how the curve is centered or tilted.
Formal Definition
The general second-degree equation in two variables, with A, B, C not all zero, is:
Notation
| Notation | Meaning |
|---|---|
| Discriminant of the general conic equation, invariant under rotation and translation of axes | |
| Coefficient of the cross term xy; nonzero exactly when the conic's axes are tilted relative to the coordinate axes |
Derivation
When B ≠ 0, the conic is tilted; rotating the coordinate axes by an angle θ eliminates the cross term and reveals the type. The rotation formulas are:
Coordinate rotation by angle θ
Angle that eliminates the x'y' cross term in the rotated system
After rotation, the equation has no cross term, and the discriminant B^2-4AC is preserved: B'^2 - 4A'C' = B^2-4AC
Properties
Rotation invariance of Δ
No cross term means aligned axes
Degenerate cases exist
Completing the square recovers standard form
Applications
Worked Examples
Identify A=2, B=-4, C=2.
Compute the discriminant.
A zero discriminant indicates a parabola.
Answer: The equation represents a parabola.
Practice Problems
Classify the conic 3x² + 3y² - 6xy + 4x - 2 = 0 using the discriminant.
Complete the square to write x² + y² - 6x + 8y + 21 = 0 in standard form and identify the conic.
An engineer models a tilted reflector cross-section as x² - 2xy + y² + 4x = 0. Compute the discriminant to determine the reflector's cross-sectional type.
Common Mistakes
Believing the discriminant alone always tells you whether the conic is degenerate or not.
The discriminant B²-4AC classifies the *type* (ellipse/parabola/hyperbola) assuming the conic is non-degenerate; separately, the full set of coefficients can make the equation describe a point, a pair of lines, or the empty set instead.
Forgetting to multiply by the leading coefficient when completing the square inside a grouped term, e.g. writing 4(x²-4x+4) but only adding 4 to the other side instead of 4×4=16.
When completing the square inside a factored group like 4(x²-4x+_), the number added inside the parentheses gets multiplied by the outside coefficient before it can be added to the other side of the equation.
Quiz
Summary
- Every conic satisfies Ax²+Bxy+Cy²+Dx+Ey+F=0, with the cross term Bxy present exactly when the conic's axes are tilted.
- The discriminant Δ=B²-4AC classifies non-degenerate conics: negative→ellipse, zero→parabola, positive→hyperbola, and is invariant under rotation of axes.
- Rotating axes by θ with cot(2θ) = (A-C)/B eliminates the cross term, after which the type is read off directly.
- Completing the square (when B=0) converts the general equation into a translated standard-form conic, revealing its center/vertex and axis lengths.
References
- WebsiteWikipedia — Conic section
Mathematics