- Identify nondegenerate conic sections given their general form equations.
- Write equations of rotated conics in standard form.
- Identify conics without rotating axes.
Identifying Conic Sections from the General Equation
The Main Idea
The general second-degree equation for conic sections is [latex]Ax^{2}+Bxy+Cy^{2}+Dx+Ey+F=0[/latex].
Depending on the coefficients, this equation can represent a circle, ellipse, parabola, or hyperbola. These are called nondegenerate conics. Identifying which conic you have involves looking at the coefficients [latex]A,B,C[/latex].
Quick Tips: How to Identify the Conic
-
Check the Cross-Term ([latex]Bxy[/latex])
-
If [latex]B\ne 0[/latex], the conic is rotated. Identification requires more advanced analysis (rotation of axes).
-
If [latex]B=0[/latex], proceed with simpler tests below.
-
-
Circle
-
[latex]A=C \ne 0[/latex].
-
Example: [latex]x^{2}+y^{2}-16=0[/latex].
-
-
Ellipse (not circle)
-
[latex]A \ne C[/latex], both positive.
-
Example: [latex]\dfrac{x^{2}}{9}+\dfrac{y^{2}}{4}=1[/latex].
-
-
Parabola
-
One squared term only (either [latex]A=0[/latex] or [latex]C=0[/latex]).
-
Example: [latex]y^{2}=8x[/latex].
-
-
Hyperbola
-
[latex]A[/latex] and [latex]C[/latex] have opposite signs.
-
Example: [latex]\dfrac{x^{2}}{9}-\dfrac{y^{2}}{4}=1[/latex].
-
a) [latex]4x^2 + 4y^2 - 16 = 0[/latex]
b) [latex]9x^2 + 16y^2 - 144 = 0[/latex]
c) [latex]y^2 - 8x = 0[/latex]
d) [latex]4x^2 - 9y^2 = 36[/latex]
You can view the transcript for “Determining What Type of Conic Section from General Form” here (opens in new window).
Equations of Rotated Conics in Standard Form
The Main Idea
When the general conic equation has a cross-product term [latex]Bxy[/latex], the conic is rotated relative to the coordinate axes. To write its equation in standard form, we apply a rotation of axes. This change of variables removes the [latex]xy[/latex]-term so the conic can be recognized (circle, ellipse, parabola, or hyperbola).
The rotation formulas are:
-
[latex]x = x'\cos\theta - y'\sin\theta[/latex]
-
[latex]y = x'\sin\theta + y'\cos\theta[/latex]
The angle [latex]\theta[/latex] that eliminates the [latex]xy[/latex]-term satisfies:
[latex]\tan(2\theta) = \dfrac{B}{A-C}[/latex].
Quick Tips: Writing Rotated Conics in Standard Form
-
Identify the Cross Term
-
If [latex]B=0[/latex], no rotation is needed.
-
If [latex]B\ne 0[/latex], compute [latex]\theta[/latex] using [latex]\tan(2\theta)=\dfrac{B}{A-C}[/latex].
-
-
Apply Rotation Formulas
-
Substitute [latex]x, y[/latex] in terms of [latex]x', y'[/latex].
-
Expand and simplify to eliminate the [latex]x'y'[/latex]-term.
-
-
Recognize the Standard Form
-
Once simplified, the equation will match a conic standard form:
-
Ellipse: [latex]\dfrac{x'^{2}}{a^{2}}+\dfrac{y'^{2}}{b^{2}}=1[/latex]
-
Hyperbola: [latex]\dfrac{x'^{2}}{a^{2}}-\dfrac{y'^{2}}{b^{2}}=1[/latex]
-
Parabola: [latex]y'^{2}=4px'[/latex] or [latex]x'^{2}=4py'[/latex]
-
-
Rewrite [latex]xy = 4[/latex] in standard form by rotating the axes.
You can view the transcript for “Rotation of Conics” here (opens in new window).
Identifying Conics without Rotating Axes
The Main Idea
Even if a conic equation includes a cross-product term [latex]Bxy[/latex], it is possible to identify the type of conic without actually rotating the axes. This is done using the discriminant: where the general conic equation is [latex]Ax^{2} + Bxy + Cy^{2} + Dx + Ey + F = 0[/latex].
The discriminant reveals the type of conic:
-
[latex]\Delta < 0[/latex] → ellipse (if [latex]A=C[/latex] and [latex]B=0[/latex], it’s a circle).
-
[latex]\Delta = 0[/latex] → parabola.
-
[latex]\Delta > 0[/latex] → hyperbola.
Quick Tips: Identifying Conics
-
Write in General Form
-
Ensure the equation is in [latex]Ax^{2}+Bxy+Cy^{2}+Dx+Ey+F=0[/latex].
-
-
Compute the Discriminant
-
[latex]\Delta = B^{2}-4AC[/latex].
-
-
Interpret the Result
-
If [latex]\Delta < 0[/latex] → ellipse.
-
If [latex]\Delta = 0[/latex] → parabola.
-
If [latex]\Delta > 0[/latex] → hyperbola.
-
-
Special Case: Circle
-
If [latex]\Delta < 0[/latex] and [latex]A=C[/latex], with [latex]B=0[/latex], the conic is a circle.
-
Use the discriminant to identify each conic section.
a) [latex]9x^2 + 16y^2 + 24x - 32y - 36 = 0[/latex]
b) [latex]x^2 - 6x + 4y + 9 = 0[/latex]
c) [latex]4x^2 - 9y^2 + 8xy = 12[/latex]