← Back to Overview
Contents
  1. Introduction to Conics
  2. The Circle
  3. The Ellipse
  4. The Conic Parabola
  5. The Hyperbola
  6. Completing the Square
  7. Common Mistakes
1 Introduction to Conic Sections

Conic sections are curves formed by the intersection of a plane and a double cone. They are defined as the locus of points satisfying a geometric condition.

ConicLocus DefinitionStandard Equation
CircleAll points equidistant from a centre(x−h)² + (y−k)² = r²
EllipseAll points where sum of distances from two foci is constantx²/a² + y²/b² = 1
ParabolaAll points equidistant from a focus and a directrix line(x−h)² = 4c(y−k)
HyperbolaAll points where difference of distances from two foci is constantx²/a² − y²/b² = 1
2 The Circle
Standard form
(x − h)² + (y − k)² = r²
Centre
(h, k)
Radius
r
General form
x² + y² + Dx + Ey + F = 0 (expand and collect terms)

Standard ↔ General Form

✏️
Example (General → Standard): x² + y² − 4x − 6y + 4 = 0
(x² − 4x + 4) + (y² − 6y + 9) = −4 + 4 + 9
(x − 2)² + (y − 3)² = 9 → centre (2, 3), radius 3
3 The Ellipse

An ellipse is a "stretched circle" with two focal points (foci). The sum of distances from any point on the ellipse to both foci is constant = 2a (the length of the major axis).

Standard Form — Horizontal Ellipse (wider side along x-axis)

Equation
x²/a² + y²/b² = 1 (a > b)
Major axis length
2a (along x-axis)
Minor axis length
2b (along y-axis)
Foci location
(±c, 0) where c² = a² − b² (or b² = a² − c²)
Latus rectum
Line through a focus perpendicular to major axis

Standard Form — Vertical Ellipse (taller side along y-axis)

Equation
x²/a² + y²/b² = 1 (b > a)
Major axis
Along y-axis, length 2b
Foci
(0, ±c) where c² = b² − a²
💡
Foci are always on the major axis (the longer one). The closer the foci to the centre, the more circular the ellipse.
⚠️
Key relation for ellipse: a² = b² + c² (largest value = other two combined). For hyperbola it's different!
4 The Conic Parabola

As a conic, a parabola is defined by a focus (a point) and a directrix (a line). Every point on the parabola is equidistant from both.

Four Possible Orientations

OpensStandard FormVertexFocusDirectrix
Up(x−h)² = 4c(y−k) (c > 0)(h, k)(h, k+c)y = k−c
Down(x−h)² = −4c(y−k) (c > 0)(h, k)(h, k−c)y = k+c
Right(y−k)² = 4c(x−h) (c > 0)(h, k)(h+c, k)x = h−c
Left(y−k)² = −4c(x−h) (c > 0)(h, k)(h−c, k)x = h+c
📐
Latus Rectum = 4c — a chord through the focus, parallel to the directrix. Use it as a graphing aid.

Relation to Quadratic

Quadratic form
y = ax² + bx + c (vertex form: y = a(x−h)² + k)
Conic parabola form
(x−h)² = 4c(y−k)
Connection
a = 1/(4c) → c = 1/(4a)

Completing the Square for Conic Parabola

To go from general form to standard form:

5 The Hyperbola (Centred at Origin)

A hyperbola has two branches that open in opposite directions. Unlike the ellipse, the focal relation uses a difference of distances.

Horizontal Hyperbola (opens left/right)

Equation
x²/a² − y²/b² = 1
Vertices
(±a, 0) — on the x-axis
Asymptotes
y = ±(b/a)x
Foci
(±c, 0) where c² = a² + b²

Vertical Hyperbola (opens up/down)

Equation
y²/b² − x²/a² = 1 (or −x²/a² + y²/b² = 1)
Vertices
(0, ±b) — on the y-axis
Asymptotes
y = ±(b/a)x
Foci
(0, ±c) where c² = a² + b²
⚠️
Ellipse vs Hyperbola: Ellipse: a² = b² + c² (subtract). Hyperbola: c² = a² + b² (add). The hyperbola's c is LARGER than both a and b.

Graphing a Hyperbola — 5 Steps

6 Completing the Square — General Method

Used to convert any conic from general form to standard form.

✏️
Example: y² + 6y − 4x − 19 = 0
y² + 6y = 4x + 19
y² + 6y + 9 = 4x + 19 + 9  [add (6/2)² = 9]
(y + 3)² = 4x + 28 = 4(x + 7)
→ Horizontal parabola, vertex (−7, −3), c = 1
7 Common Mistakes
MistakeFix
Confusing ellipse and hyperbola formulasEllipse: + between fractions, sum = 1. Hyperbola: − between fractions. The sign changes everything.
Wrong focal formulaEllipse: c² = a² − b²  ·  Hyperbola: c² = a² + b². Learn which one adds and which one subtracts.
Forgetting to add to BOTH sides when completing squareAdding (b/2)² to the left must be balanced by adding the same to the right.
Reading h and k with wrong signs(x − h)² means h is positive even if you see a minus. (x + 3)² → h = −3.
Conic parabola: confusing c with the quadratic aa in y = ax² equals 1/(4c). They are related but not the same number.