Academy
Formulas/maths/Ellipse/Parametric Point on the Ellipse

Parametric Point on the Ellipse

θ is the eccentric angle — not the actual angle subtended at the centre. Every point on the ellipse corresponds to a unique θ. The parametric form simplifies tangent, normal, and focal chord calculations.
Derivation

Set x=acosθx = a\cos\theta, y=bsinθy = b\sin\theta. Substituting into x2/a2+y2/b2x^2/a^2 + y^2/b^2:

a2cos2θa2+b2sin2θb2=cos2θ+sin2θ=1\frac{a^2\cos^2\theta}{a^2} + \frac{b^2\sin^2\theta}{b^2} = \cos^2\theta + \sin^2\theta = 1 \checkmark

Every value of θ[0°,360°)\theta \in [0°, 360°) gives a distinct point on the ellipse.

Eccentric angle vs actual angle: θ\theta is NOT the angle POx\angle POx where P=(acosθ,bsinθ)P = (a\cos\theta, b\sin\theta). The actual angle is ϕ=arctan(y/x)=arctan ⁣(batanθ)\phi = \arctan(y/x) = \arctan\!\left(\frac{b}{a}\tan\theta\right). They coincide only at θ=0°,90°,180°,270°\theta = 0°, 90°, 180°, 270°.

Chord joining two parametric points: The chord joining (acosα,bsinα)(a\cos\alpha, b\sin\alpha) and (acosβ,bsinβ)(a\cos\beta, b\sin\beta) has equation:

xacos ⁣α+β2+ybsin ⁣α+β2=cos ⁣αβ2\frac{x}{a}\cos\!\frac{\alpha+\beta}{2} + \frac{y}{b}\sin\!\frac{\alpha+\beta}{2} = \cos\!\frac{\alpha-\beta}{2}

Focal distances in terms of θ\theta:

r1=aeacosθ=a(1ecosθ)r_1 = a - e \cdot a\cos\theta = a(1 - e\cos\theta) r2=a+eacosθ=a(1+ecosθ)r_2 = a + e \cdot a\cos\theta = a(1 + e\cos\theta)