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

Parametric Point on the Hyperbola

Every point on x²/a² − y²/b² = 1 can be written as (a secθ, b tanθ). θ ∈ [0°, 360°) with θ ≠ 90°, 270°. The right branch corresponds to θ ∈ (−90°, 90°) and the left branch to θ ∈ (90°, 270°).
Derivation

Set x=asecθx = a\sec\theta, y=btanθy = b\tan\theta. Substituting:

a2sec2θa2b2tan2θb2=sec2θtan2θ=1\frac{a^2\sec^2\theta}{a^2} - \frac{b^2\tan^2\theta}{b^2} = \sec^2\theta - \tan^2\theta = 1 \checkmark

Branch identification: secθ>0\sec\theta > 0 for θ(90°,90°)\theta \in (-90°, 90°) — right branch. secθ<0\sec\theta < 0 for θ(90°,270°)\theta \in (90°, 270°) — left branch.

Alternative parametrisation using hyperbolic functions:

x=acosht,y=bsinht,tRx = a\cosh t, \quad y = b\sinh t, \quad t \in \mathbb{R}

This covers only the right branch (cosht>0\cosh t > 0 always). Both branches require x=±acoshtx = \pm a\cosh t.

The secθ\sec\theta/tanθ\tan\theta form is more commonly used in Indian board and JEE problems.

Chord joining θ1\theta_1 and θ2\theta_2: The chord through (asecθ1,btanθ1)(a\sec\theta_1, b\tan\theta_1) and (asecθ2,btanθ2)(a\sec\theta_2, b\tan\theta_2):

xacosθ1θ22ybsinθ1+θ22=cosθ1+θ22\frac{x}{a}\cos\frac{\theta_1-\theta_2}{2} - \frac{y}{b}\sin\frac{\theta_1+\theta_2}{2} = \cos\frac{\theta_1+\theta_2}{2}