Conic
Sections
Four curves — circle, ellipse, parabola, hyperbola — all come from slicing a cone. This guide connects the geometry to the algebra with diagrams, worked examples, and checkpoints at each step.
A conic section is what you get when you slice through a double cone at different angles. The angle of the cut determines which curve you see:
| Conic | How to recognise the equation | Key feature |
|---|---|---|
| Circle | (x−h)² + (y−k)² = r² | Equal spread in all directions from centre |
| Ellipse | x²/a² + y²/b² = 1 — two different denominators, both + signs | Two radii (major and minor axes) |
| Parabola | One variable squared: (x−h)² = 4c(y−k) or (y−k)² = 4c(x−h) | Opens in one direction; has focus & directrix |
| Hyperbola | x²/a² − y²/b² = 1 — minus sign between fractions | Two branches; has asymptotes |
Quick-ID Method
Given a general second-degree equation Ax² + Bxy + Cy² + ... = 0 (with B = 0), check A and C:
Both variables squared with equal coefficients (+1 each) → Circle with radius 5.
Both squared, both positive, different denominators (4 ≠ 9) → Ellipse.
Only one variable (y) is squared → Parabola. Since x is alone (not squared), it opens left or right.
Two squared terms with a minus sign between them → Hyperbola. x² is positive → opens left/right.
(a) 4x² + 4y² = 36 → divide by 4: x² + y² = 9 → Circle, radius 3
(b) 4x² + 9y² = 36 → x²/9 + y²/4 = 1 → Ellipse (different denominators)
(c) 4x² − 9y² = 36 → x²/9 − y²/4 = 1 → Hyperbola (minus sign)
(d) 4x² = y → only x is squared → Parabola, opens upward
Every point on the circle is exactly r units from the centre (h, k). That's the definition — the equation is just the distance formula squared.
Distance from (x, y) to (h, k) = √((x−h)² + (y−k)²). Set that equal to r and square both sides: (x−h)² + (y−k)² = r².
Standard ↔ General Form
The general form x² + y² + Dx + Ey + F = 0 hides the centre and radius. To convert, complete the square for both x and y.
If = 25 → on circle. If < 25 → inside. If > 25 → outside.
Horizontal vs Vertical Ellipse
| Feature | Horizontal (a under x²) | Vertical (a under y²) |
|---|---|---|
| Equation form | x²/a² + y²/b² = 1, a > b | x²/b² + y²/a² = 1, a > b |
| Major axis | Along x-axis, length 2a | Along y-axis, length 2a |
| Minor axis | Along y-axis, length 2b | Along x-axis, length 2b |
| Foci | (±c, 0) | (0, ±c) |
| Key relation | c² = a² − b² (a is always the larger value) | |
Foci and vertices are on the y-axis → vertical major axis. So a is under y².
a² = 25 (larger, under y²) → major axis is vertical.
The conic definition — locus of points equidistant from a focus and a directrix — gives the same curve as y = a(x−h)² + k, just described differently. The key new element is the parameter c: the distance from the vertex to both the focus and the directrix.
| Orientation | Equation | Focus | Directrix |
|---|---|---|---|
| Opens UP | (x−h)² = 4c(y−k), c>0 | (h, k+c) | y = k−c |
| Opens DOWN | (x−h)² = −4c(y−k), c>0 | (h, k−c) | y = k+c |
| Opens RIGHT | (y−k)² = 4c(x−h), c>0 | (h+c, k) | x = h−c |
| Opens LEFT | (y−k)² = −4c(x−h), c>0 | (h−c, k) | x = h+c |
y is squared → parabola opens left or right. Negative sign → opens LEFT.
Horizontal vs Vertical Hyperbola
| Feature | Horizontal (x² positive) | Vertical (y² positive) |
|---|---|---|
| Equation | x²/a² − y²/b² = 1 | y²/a² − x²/b² = 1 |
| Opens | Left and right | Up and down |
| Vertices | (±a, 0) | (0, ±a) |
| Foci | (±c, 0) | (0, ±c) |
| Asymptotes | y = ±(b/a)x | y = ±(a/b)x |
| Key relation | c² = a² + b² (c is always larger than a and b) | |
Ellipse: c² = a² − b² → c < a < "radius"
Hyperbola: c² = a² + b² → c > a, foci are outside the branches
Graphing Strategy — 5 Steps
- Step 1: Identify a, b, c, and orientation (which term is positive).
- Step 2: Draw the central box: width = 2a (horizontal) or 2b (vertical), centred at (h, k).
- Step 3: Draw asymptotes through the box corners: y − k = ±(b/a)(x − h).
- Step 4: Plot vertices on the axis of the positive term.
- Step 5: Sketch branches starting at vertices, curving toward but never touching asymptotes.
y² term is positive → vertical hyperbola, opens up and down.
Conics are often given in general form Ax² + Cy² + Dx + Ey + F = 0. Completing the square reveals the type, centre, and parameters. The process is the same for all four conics.
The Algorithm
- Step 1: If A ≠ 1 (or C ≠ 1), factor the coefficient out of its group: e.g. 4(x² − 3x) + ...
- Step 2: Group x-terms together and y-terms together. Move the constant to the right side.
- Step 3: For each group: add (half the linear coefficient)² inside the parentheses, and add the same amount (×any factored-out coefficient) to the right side.
- Step 4: Factor each group as a perfect square binomial.
- Step 5: Divide both sides to get the standard form (= 1 for ellipse/hyperbola).
Group and factor:
r² = 0 means r = 0 — this is a degenerate conic: a single point at (3, −4).