Intuition What this deep-dive is for
The parent note taught you the four master formulas. Here we stress-test them: every quadrant, every sign, the degenerate cases where a formula almost breaks, a limiting case where a chord becomes a tangent, a word problem, and an exam twist. By the end you will have seen a point in each region of each conic, so no problem can surprise you.
Before anything, one reminder in plain words. A parameter is a single dial (call it θ or t ) you turn; each dial-setting hands you one point ( x , y ) that is guaranteed to sit on the curve. We never work with the messy Cartesian constraint again — we work with the dial.
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 a = b , and the axis endpoints θ = 0 , 2 π , π , 2 3 π
E3
D
Hyperbola, choosing the right vs left branch (sign of sec θ )
E4
E
Hyperbola, the forbidden value θ = 2 π and the asymptote limit
E5
F
Parabola, a point above and below the axis (sign of t ), and vertex t = 0
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
cos θ and sin θ on the unit circle
Draw a circle of radius 1 centred at the origin. Start at the point ( 1 , 0 ) and walk anticlockwise through angle θ . Wherever you land, its horizontal coordinate is called cos θ and its vertical coordinate is called sin θ . That is the whole definition — a coordinate reader for a point on the circle.
In quadrant I (angle 0 to 2 π ): both are + .
Quadrant II (2 π to π ): cos < 0 , sin > 0 (you are left and up).
Quadrant III: both − . Quadrant IV: cos > 0 , sin < 0 .
sec θ and tan θ
sec θ = cos θ 1 — the reciprocal of the horizontal coordinate. Because cos θ lives in [ − 1 , 1 ] , its reciprocal sec θ is never between − 1 and 1 : it is ≥ 1 or ≤ − 1 . That is exactly why it fits a hyperbola, whose x -values also avoid the gap ( − a , a ) .
tan θ = cos θ sin θ — rise over run, the steepness of the radius line. It runs over all real numbers, matching the unlimited y of a hyperbola.
The sign of sec θ = the sign of cos θ . So sec θ > 0 (angle near 0 ) gives x = a sec θ > 0 → right branch ; sec θ < 0 (angle near π ) gives x < 0 → left branch . Hold that thought for E4.
See Trigonometric identities for the identities cos 2 + sin 2 = 1 and sec 2 − tan 2 = 1 we lean on, and Hyperbolic functions for the cosh / sinh alternative.
Worked example E1 — Ellipse, first-quadrant point ·
Cell A
On 16 x 2 + 4 y 2 = 1 , find the point at eccentric angle θ = 6 π and confirm it lies in quadrant I.
Forecast: guess — will x or y be larger? (Here a = 4 > b = 2 and cos 6 π > sin 6 π , so x should dominate.)
Read off a 2 = 16 ⇒ a = 4 , b 2 = 4 ⇒ b = 2 .
Why this step? The parametric form is x = a cos θ , y = b sin θ ; we need the actual a , b , the square roots, not the squares.
x = 4 cos 6 π = 4 ⋅ 2 3 = 2 3 ≈ 3.46 .
Why? cos 6 π = 2 3 is a standard value; positive because 6 π is quadrant I.
y = 2 sin 6 π = 2 ⋅ 2 1 = 1 .
Why? sin 6 π = 2 1 ; positive → point is up and right, quadrant I as forecast.
Verify: 16 ( 2 3 ) 2 + 4 1 2 = 16 12 + 4 1 = 4 3 + 4 1 = 1. ✓
Worked example E2 — One point in
each of quadrants II, III, IV · Cell B
Same ellipse 16 x 2 + 4 y 2 = 1 . Find the points at θ = 3 2 π (QII), θ = 4 5 π (QIII), θ = 4 7 π (QIV).
Forecast: which coordinate is negative in each? Predict the sign pattern before computing.
θ = 3 2 π : cos = − 2 1 , sin = + 2 3 → x = 4 ( − 2 1 ) = − 2 , y = 2 ⋅ 2 3 = 3 . Left & up = QII . ✓
Why this step? The sign of cos and sin carries the quadrant — the a , b only scale, they never flip signs.
θ = 4 5 π : cos = − 2 2 , sin = − 2 2 → x = 4 ( − 2 2 ) = − 2 2 , y = 2 ( − 2 2 ) = − 2 . Both − = QIII . ✓
θ = 4 7 π : cos = + 2 2 , sin = − 2 2 → x = 2 2 , y = − 2 . Right & down = QIV . ✓
Why? Reading the unit-circle picture (figure s01) tells you the sign in each region without memorising.
Verify (QIII point): 16 ( − 2 2 ) 2 + 4 ( − 2 ) 2 = 16 8 + 4 2 = 2 1 + 2 1 = 1. ✓ (Signs vanish under squaring — that is why the same identity holds in every quadrant.)
Worked example E3 — Degenerate cases: circle & axis endpoints ·
Cell C
(a) Show 9 x 2 + 9 y 2 = 1 has θ = the true geometric angle. (b) List the four axis-endpoints of 25 x 2 + 4 y 2 = 1 .
Forecast: for part (a), when does the eccentric angle equal the real angle? (Guess: when the ellipse is a circle.)
(a) Here a 2 = b 2 = 9 ⇒ a = b = 3 , so x = 3 cos θ , y = 3 sin θ — the circle form.
Why this step? When a = b there is no vertical squash , so the eccentric angle and the geometric angle coincide. This is the ONLY case the parent's mistake-callout allows them to be equal.
(b) a = 5 , b = 2 . Endpoints occur at the "clean" angles:
θ = 0 : ( 5 , 0 ) — right vertex.
θ = 2 π : ( 0 , 2 ) — top co-vertex.
θ = π : ( − 5 , 0 ) — left vertex.
θ = 2 3 π : ( 0 , − 2 ) — bottom co-vertex.
Why? At these four angles one of cos , sin is 0 and the other is ± 1 , so a coordinate collapses to 0 — that is a degenerate (zero) input and it lands you exactly on an axis.
Verify: ( 0 , 2 ) : 25 0 + 4 4 = 0 + 1 = 1. ✓ ( − 5 , 0 ) : 25 25 + 0 = 1. ✓
Worked example E4 — Hyperbola: choosing the branch by sign of
sec θ · Cell D
On 9 x 2 − 16 y 2 = 1 find (a) a point with θ = 3 π , (b) a point with θ = 3 2 π , and say which branch each is on.
Forecast: predict the sign of x from the sign of cos θ before computing.
a = 3 , b = 4 (from a 2 = 9 , b 2 = 16 ). Form: x = 3 sec θ , y = 4 tan θ .
(a) θ = 3 π : cos = 2 1 > 0 , so sec = 2 → x = 3 ⋅ 2 = 6 > 0 . tan 3 π = 3 → y = 4 3 . Since x > 0 : right branch .
Why this step? x = a sec θ ≥ a whenever cos θ > 0 ; the point cannot enter the gap ( − 3 , 3 ) , exactly matching the hyperbola.
(b) θ = 3 2 π : cos = − 2 1 , so sec = − 2 → x = 3 ⋅ ( − 2 ) = − 6 < 0 . tan 3 2 π = − 3 → y = − 4 3 . Since x < 0 : left branch .
Why? One trig parametrization reaches both branches — that is the advantage over the cosh form, which (with a + sign) only gives the right branch.
Verify (a): 9 36 − 16 ( 4 3 ) 2 = 4 − 16 48 = 4 − 3 = 1. ✓ (b): 9 36 − 16 48 = 4 − 3 = 1. ✓
Worked example E5 — The forbidden
θ = 2 π and the asymptote limit · Cell E
Why is θ = 2 π banned in x = a sec θ ? And what happens to ( a sec θ , b tan θ ) as θ → 2 π − ?
Forecast: guess where the point runs off to — a corner? infinity along a straight line?
At θ = 2 π , cos θ = 0 , so sec θ = 0 1 is undefined . No point exists there.
Why this step? Division by zero — the same reason tan 2 π blows up. This is the "degenerate input" cell for the hyperbola.
As θ → 2 π − : cos θ → 0 + , so x = a sec θ → + ∞ and y = b tan θ → + ∞ .
Ratio: x y = a sec θ b tan θ = a b ⋅ 1/ cos θ sin θ / cos θ = a b sin θ → a b ⋅ 1 = a b .
Why this step? We formed the slope from the origin to see the direction the point escapes. It tends to a b — the slope of the asymptote y = a b x .
So the missing θ = 2 π corresponds to "the point at infinity along the asymptote." The gap in the parameter is the asymptote.
Verify: take θ = 1.5 rad (just under 2 π ≈ 1.5708 ) on the E4 hyperbola: slope a b sin θ = 3 4 sin 1.5 ≈ 1.330 , close to 3 4 ≈ 1.333 . ✓ (See Tangents and normals to conics for how asymptotes emerge as limiting tangents.)
Worked example E6 — Parabola: above, below the axis, and the vertex ·
Cell F
On y 2 = 8 x (so 4 a = 8 , a = 2 ) find the points t = 2 , t = − 2 , t = 0 .
Forecast: t = 2 and t = − 2 give the same x but mirror-image y — guess why before you compute.
a = 2 , so point is ( a t 2 , 2 a t ) = ( 2 t 2 , 4 t ) .
t = 2 : ( 2 ⋅ 4 , 4 ⋅ 2 ) = ( 8 , 8 ) — above the axis (y > 0 ).
t = − 2 : ( 2 ⋅ 4 , 4 ⋅ ( − 2 )) = ( 8 , − 8 ) — below the axis (y < 0 ), same x .
Why this step? x = a t 2 depends on t 2 , so ± t share an x ; y = 2 a t is odd in t , so it flips sign. That is why the parabola is symmetric about its axis.
t = 0 : ( 0 , 0 ) — the vertex , the zero/degenerate input.
Why? t = 0 is the single time the racetrack car sits at the turning point.
Verify: t = − 2 : y 2 = ( − 8 ) 2 = 64 and 8 x = 8 ⋅ 8 = 64 . ✓ Vertex: 0 = 0 . ✓
Worked example E7 — Limiting case: chord → tangent on the parabola ·
Cell G
On y 2 = 8 x (a = 2 ) write the chord through parameters t 1 and t 2 , then let t 2 → t 1 = t and recover the tangent.
Forecast: the parent found the tangent slope is 1/ t . Guess: the chord slope should be t 1 + t 2 2 , which becomes 2 t 2 = t 1 .
Points P = ( 2 t 1 2 , 4 t 1 ) , Q = ( 2 t 2 2 , 4 t 2 ) . Slope = 2 t 1 2 − 2 t 2 2 4 t 1 − 4 t 2 = 2 ( t 1 − t 2 ) ( t 1 + t 2 ) 4 ( t 1 − t 2 ) = t 1 + t 2 2 .
Why this step? We cancelled the common factor ( t 1 − t 2 ) — legal while t 1 = t 2 , i.e. while it is a genuine chord.
Let t 2 → t 1 = t : slope → t + t 2 = t 1 .
Why? A tangent is the limit of chords as the two touch-points merge. This is where the derivative comes from — see Parametric differentiation .
Line through ( 2 t 2 , 4 t ) with slope t 1 : y − 4 t = t 1 ( x − 2 t 2 ) ⇒ t y − 4 t 2 = x − 2 t 2 ⇒ t y = x + 2 t 2 .
Why? This is the parent's t y = x + a t 2 with a = 2 — consistency check passed.
Verify: parent formula gives t y = x + a t 2 = x + 2 t 2 ; our derivation gives the same. At t = 2 , tangent 2 y = x + 8 ; touch-point ( 8 , 8 ) satisfies 2 ⋅ 8 = 8 + 8 = 16 . ✓
Worked example E8 — Word problem: a planet's orbit ·
Cell H
A planet moves on the ellipse 100 x 2 + 64 y 2 = 1 (units in millions of km). It is at eccentric angle θ = 4 π . Find its coordinates and its straight-line distance from the origin (the ellipse's centre).
Forecast: distance should sit between b = 8 and a = 10 . Guess it is nearer 9 .
a = 10 , b = 8 . At θ = 4 π : x = 10 ⋅ 2 2 = 5 2 ≈ 7.07 , y = 8 ⋅ 2 2 = 4 2 ≈ 5.66 .
Why this step? Convert the physical dial (angle) to a position with the parametric form.
Distance from centre = x 2 + y 2 = ( 5 2 ) 2 + ( 4 2 ) 2 = 50 + 32 = 82 ≈ 9.06 .
Why? We want an actual length, so we use the plain distance formula on the concrete coordinates.
Verify: on the ellipse? 100 50 + 64 32 = 2 1 + 2 1 = 1. ✓ And 8 < 9.06 < 10 as forecast. ✓
Worked example E9 — Exam twist: eliminate a
disguised parameter · Cell I
A point moves as x = 3 sec ϕ + 1 , y = 4 tan ϕ − 2 . Identify the curve (name & centre).
Forecast: the + 1 and − 2 are a shift; strip them and expect a hyperbola centred at ( 1 , − 2 ) .
Isolate the trig: 3 x − 1 = sec ϕ , 4 y + 2 = tan ϕ .
Why this step? To use an identity we must expose the bare sec ϕ and tan ϕ ; the constants and multipliers get moved aside first.
Apply sec 2 ϕ − tan 2 ϕ = 1 : ( 3 x − 1 ) 2 − ( 4 y + 2 ) 2 = 1 .
Why? Eliminating ϕ proves the shape — the identity with a minus ⇒ hyperbola, not ellipse.
So 9 ( x − 1 ) 2 − 16 ( y + 2 ) 2 = 1 : a hyperbola with centre ( 1 , − 2 ) , a = 3 , b = 4 .
Verify: at ϕ = 3 π : x = 3 ⋅ 2 + 1 = 7 , y = 4 3 − 2 . Then 9 ( 7 − 1 ) 2 − 16 ( 4 3 ) 2 = 9 36 − 16 48 = 4 − 3 = 1. ✓
Recall Sign bookkeeping — the one thing to never forget
In the ellipse form, which factor decides the quadrant? ::: The signs of cos θ and sin θ — the a , b only scale.
On the hyperbola x = a sec θ , right branch corresponds to which sign of cos θ ? ::: cos θ > 0 (so sec θ > 0 , x > a > 0 ).
Which single θ is forbidden for x = a sec θ and what does it "become"? ::: θ = 2 π ; it is the point at infinity along the asymptote.
On the parabola, why do t and − t share an x but mirror y ? ::: x = a t 2 is even in t ; y = 2 a t is odd in t .
A chord becomes a tangent when… ::: the two parameters merge (t 2 → t 1 ) — the limit of chords.
Mnemonic Quadrant sign check
"All Students Take Calculus" — in QI A ll are + , QII only S ine + , QIII only T an + , QIV only C osine + . Turn any dial and read the quadrant from this.