3.4.12Conic Sections

Parametric forms of all conics

1,605 words7 min readdifficulty · medium

WHAT is a parametric form?

The magic tool is a trig / hyperbolic identity whose shape matches the conic's equation.

Identity Matches conic
cos2θ+sin2θ=1\cos^2\theta+\sin^2\theta=1 ellipse / circle
sec2θtan2θ=1\sec^2\theta-\tan^2\theta=1 hyperbola
y2=x()y^2=x\cdot(\dots) direct parabola

HOW to derive each one (from scratch)

1. Circle x2+y2=r2x^2+y^2=r^2

We need x,yx,y so that x2+y2x^2+y^2 becomes r2r^2 automatically. The identity cos2θ+sin2θ=1\cos^2\theta+\sin^2\theta=1 is begging to be used. Multiply it by r2r^2: r2cos2θ+r2sin2θ=r2.r^2\cos^2\theta+r^2\sin^2\theta=r^2. Compare with x2+y2=r2x^2+y^2=r^2: match term by term.

2. Ellipse x2a2+y2b2=1\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1

The Cartesian equation is already "()2+()2=1(\cdot)^2+(\cdot)^2=1". So set xa=cosθ,yb=sinθ.\frac{x}{a}=\cos\theta,\quad \frac{y}{b}=\sin\theta. Why this step? Then x2a2+y2b2=cos2θ+sin2θ=1\frac{x^2}{a^2}+\frac{y^2}{b^2}=\cos^2\theta+\sin^2\theta=1 — the identity does all the work.

3. Hyperbola x2a2y2b2=1\dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1

Now we have a minus. We need an identity of the form ()2()2=1(\cdot)^2-(\cdot)^2=1. That's exactly sec2θtan2θ=1\sec^2\theta-\tan^2\theta=1. Set xa=secθ,yb=tanθ.\frac{x}{a}=\sec\theta,\quad \frac{y}{b}=\tan\theta.

4. Parabola y2=4axy^2=4ax

No sum/difference identity needed — the equation directly links xx and y2y^2. Let yy be proportional to a parameter tt: put y=2aty=2at. Then y2=4a2t2=4ax    x=at2.y^2=4a^2t^2=4ax \implies x=at^2. Why y=2aty=2at and not y=ty=t? We chose the neat constant 2a2a so that xx comes out as a clean at2at^2. Any choice works; this is the standard "nice" one.

Figure — Parametric forms of all conics

Worked examples


Common mistakes (steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine a curve is a racetrack. Instead of describing every point by "how far right and how far up," we give a stopwatch time tt. At each time the car is at a definite spot. If I say "time t=3t=3," you instantly know exactly where the car is. For a circle the stopwatch is the angle you've turned. For a parabola it's just a plain number. One number tells the whole position — that's a parametric form.


Summary table

Conic Cartesian Parametric Identity used Range
Circle x2+y2=r2x^2+y^2=r^2 (rcosθ,rsinθ)(r\cos\theta, r\sin\theta) c2+s2=1c^2+s^2=1 [0,2π)[0,2\pi)
Ellipse x2a2+y2b2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}=1 (acosθ,bsinθ)(a\cos\theta, b\sin\theta) c2+s2=1c^2+s^2=1 [0,2π)[0,2\pi)
Parabola y2=4axy^2=4ax (at2,2at)(at^2, 2at) direct R\mathbb R
Hyperbola x2a2y2b2=1\frac{x^2}{a^2}-\frac{y^2}{b^2}=1 (asecθ,btanθ)(a\sec\theta, b\tan\theta) sec2tan2=1\sec^2-\tan^2=1 θπ2\theta\ne\frac\pi2
Hyperbola (alt) same (acosht,bsinht)(a\cosh t, b\sinh t) cosh2sinh2=1\cosh^2-\sinh^2=1 right branch

Connections

  • Conic Sections - Standard equations
  • Eccentric angle and auxiliary circle
  • Tangents and normals to conics
  • Chord of contact and pole-polar
  • Trigonometric identities
  • Hyperbolic functions
  • Parametric differentiation

#flashcards/maths

Parametric form of the circle x2+y2=r2x^2+y^2=r^2
x=rcosθ, y=rsinθx=r\cos\theta,\ y=r\sin\theta
Which identity powers the ellipse parametrization?
cos2θ+sin2θ=1\cos^2\theta+\sin^2\theta=1
Parametric form of ellipse x2a2+y2b2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}=1
x=acosθ, y=bsinθx=a\cos\theta,\ y=b\sin\theta
Why can't (acosθ,bsinθ)(a\cos\theta,b\sin\theta) parametrize a hyperbola?
Hyperbola has a minus sign; need sec2tan2=1\sec^2-\tan^2=1, not cos2+sin2\cos^2+\sin^2
Parametric form of hyperbola x2a2y2b2=1\frac{x^2}{a^2}-\frac{y^2}{b^2}=1 (trig)
x=asecθ, y=btanθx=a\sec\theta,\ y=b\tan\theta
Alternative hyperbolic parametrization of the hyperbola
x=acosht, y=bsinhtx=a\cosh t,\ y=b\sinh t (right branch)
Parametric form of parabola y2=4axy^2=4ax
x=at2, y=2atx=at^2,\ y=2at
What is θ\theta called in the ellipse form (not the geometric angle)?
The eccentric angle
Tangent to y2=4axy^2=4ax at parameter tt
ty=x+at2ty=x+at^2
Slope of parabola at point tt (from (at2,2at)(at^2,2at))
1/t1/t
How do you verify a parametric form?
Eliminate the parameter and recover the Cartesian equation identically

Concept Map

must satisfy

shape matches

gives

gives

gives

alt form

includes

includes

includes

choose y=2at

theta is

theta is

Parametric form x=f t y=g t

Cartesian equation identically

Trig / hyperbolic identity

cos^2+sin^2=1

Circle x=r cos, y=r sin

Ellipse x=a cos, y=b sin

sec^2-tan^2=1

Hyperbola x=a sec, y=b tan

cosh^2-sinh^2=1

Direct link y^2=4ax

Parabola x=a t^2, y=2at

Eccentric angle

Centre angle

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, har conic ek Cartesian equation se define hoti hai — jaise ellipse ke liye x2a2+y2b2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}=1. Lekin kabhi kabhi hume curve ke upar chalna hota hai, matlab ek hi number tt ya angle θ\theta dalo aur seedha ek point (x,y)(x,y) mil jaye jo pakka curve pe hoga. Isko bolte hain parametric form — do variables ki jagah ek variable se poori curve.

Trick simple hai: aisi ek trig identity dhoondo jiska shape conic ki equation se match kare. Sum of squares (cos2+sin2=1)(\cos^2+\sin^2=1) hai to circle/ellipse, isliye x=acosθ, y=bsinθx=a\cos\theta,\ y=b\sin\theta. Minus sign wali hyperbola ke liye sec2tan2=1\sec^2-\tan^2=1 use karo, to x=asecθ, y=btanθx=a\sec\theta,\ y=b\tan\theta. Parabola ke liye koi identity ki zarurat nahi — direct y=2aty=2at rakho to x=at2x=at^2 apne aap aa jata hai.

Ek important yaad rakhne wali baat: ellipse mein jo θ\theta hai, wo point tak ka seedha angle nahi hai — usko eccentric angle kehte hain, jo auxiliary circle (radius aa) pe banta hai. Bahut students yahan galti karte hain. Aur hyperbola ko galti se cos,sin\cos,\sin se mat likhna — minus sign ke liye sec,tan\sec,\tan hi chahiye.

Yeh forms exam mein gold hain: tangent, normal, chord, aur locus ke saare tough sawaal parameter tt mein aasan algebra ban jaate hain. Jaise parabola ka tangent point tt pe seedha ty=x+at2ty=x+at^2 aata hai — bina implicit differentiation ki tension ke. Yaad rakho: eliminate the parameter karke wapas Cartesian equation nikaal lo, to proof ho jaata hai ki form sahi hai.

Go deeper — visual, from zero

Test yourself — Conic Sections

Connections