3.4.12 · D3Conic Sections

Worked examples — Parametric forms of all conics

2,141 words10 min readBack to topic

Before anything, one reminder in plain words. A parameter is a single dial (call it or ) you turn; each dial-setting hands you one point that is guaranteed to sit on the curve. We never work with the messy Cartesian constraint again — we work with the dial.


The scenario matrix

Every problem you can meet lives in exactly one of these cells. The examples below are labelled by cell.

Cell Case class Covered by
A Ellipse, first-quadrant point ( acute) E1
B Ellipse, a point in each quadrant II/III/IV (sign bookkeeping) E2
C Degenerate: circle as , and the axis endpoints E3
D Hyperbola, choosing the right vs left branch (sign of ) E4
E Hyperbola, the forbidden value and the asymptote limit E5
F Parabola, a point above and below the axis (sign of ), and vertex E6
G Limiting case: a chord becomes a tangent as two parameters merge E7
H Word problem: a satellite / real orbit (ellipse) E8
I Exam twist: eliminate the parameter when it is disguised E9

The building blocks (earned before use)

Figure — Parametric forms of all conics

The sign of = the sign of . So (angle near ) gives right branch; (angle near ) gives left branch. Hold that thought for E4.

See Trigonometric identities for the identities and we lean on, and Hyperbolic functions for the alternative.


Worked examples

Figure — Parametric forms of all conics
Figure — Parametric forms of all conics

Recall

Recall Sign bookkeeping — the one thing to never forget

In the ellipse form, which factor decides the quadrant? ::: The signs of and — the only scale. On the hyperbola , right branch corresponds to which sign of ? ::: (so , ). Which single is forbidden for and what does it "become"? ::: ; it is the point at infinity along the asymptote. On the parabola, why do and share an but mirror ? ::: is even in ; is odd in . A chord becomes a tangent when… ::: the two parameters merge () — the limit of chords.


Connections