DWG NO. 8.4 — Lesson 4 of 4

Identifying and Classifying Conics from General Form

Unit 8: Conic Sections · ~25 min

Objective Classify a conic section from its general-form equation Ax² + Cy² + Dx + Ey + F = 0, and convert it to standard form by completing the square.

Every circle, ellipse, parabola, and hyperbola you've graphed this unit can be written, once multiplied out, as Ax² + Cy² + Dx + Ey + F = 0 — the same general form you used for circles back in Lesson 8.1, now covering the whole family. (This assumes the conic's axes line up with the x- and y-axes; a tilted conic would also need an xy-term, which this course doesn't cover.) The payoff is that you don't need to complete the square just to know what shape you're dealing with — the coefficients A and C alone give it away.

Reading A and C

One more thing to watch for: completing the square can sometimes produce a degenerate case — a single point, a pair of intersecting lines, or no real graph at all (when a sum of squares is set equal to a negative number). The coefficient test above tells you the family; only finishing the algebra confirms you have an actual, non-degenerate curve.

(2,−3) (−1,−3) (5,−3) (2,−1) (2,−5)

4x² + 9y² − 16x + 54y + 61 = 0, converted below, graphs as the ellipse (x−2)\(\frac{^{2}}{9}\) + (y+3)\(\frac{^{2}}{4}\) = 1

Worked Example 1 · Classify and convert (ellipse)
ProblemClassify and convert 4x² + 9y² − 16x + 54y + 61 = 0.
1A = 4, C = 9 — same sign, different values, so this is an ellipse.
2Group and factor out leading coefficients: 4(x² − 4x) + 9(y² + 6y) = −61.
3Complete each square: 4(x²−4x+4) + 9(y²+6y+9) = −61 + 4(4) + 9(9) = −61+16+81 = 36.
44(x−2)² + 9(y+3)² = 36. Divide by 36: (x−2)\(\frac{^{2}}{9}\) + (y+3)\(\frac{^{2}}{4}\) = 1.
Ellipse, center (2, −3), a=3, b=2 (major axis horizontal)
Worked Example 2 · Classify and convert (hyperbola)
ProblemClassify and convert 2x² − 3y² + 8x + 6y − 1 = 0.
1A = 2, C = −3 — opposite signs, so this is a hyperbola.
2Group: 2(x² + 4x) − 3(y² − 2y) = 1.
3Complete each square: 2(x²+4x+4) − 3(y²−2y+1) = 1 + 2(4) − 3(1) = 1+8−3 = 6.
42(x+2)² − 3(y−1)² = 6. Divide by 6: (x+2)\(\frac{^{2}}{3}\) − (y−1)\(\frac{^{2}}{2}\) = 1.
Hyperbola, center (−2, 1), horizontal transverse axis

Guided practice