Academy
Formulas/maths/Parabola/Parametric Point on y² = 4ax

Parametric Point on y² = 4ax

Every point on y² = 4ax can be written as (at², 2at) for a unique t. Parametric form simplifies tangent, normal, and chord problems considerably.
Derivation

For y2=4axy^2 = 4ax, let y=2aty = 2at for a real parameter tt. Substituting:

(2at)2=4ax    4a2t2=4ax    x=at2(2at)^2 = 4ax \implies 4a^2t^2 = 4ax \implies x = at^2

So every point on y2=4axy^2 = 4ax can be written as (at2,2at)(at^2, 2at) for a unique tRt \in \mathbb{R}.

Why this parametrisation is natural:

  • t=0t = 0: vertex (0,0)(0, 0)
  • t=1t = 1: point (a,2a)(a, 2a) — upper end of latus rectum
  • t=1t = -1: point (a,2a)(a, -2a) — lower end of latus rectum
  • t±t \to \pm\infty: the curve extends to infinity along the axis

Slope at (at2,2at)(at^2, 2at): Differentiating y2=4axy^2 = 4ax implicitly: 2ydy=4adx2y\,dy = 4a\,dx, so dy/dx=2a/y=2a/(2at)=1/tdy/dx = 2a/y = 2a/(2at) = 1/t.

The slope of the curve at parameter tt is 1/t1/t. This determines the tangent directly.

Two distinct points on the parabola are (at12,2at1)(at_1^2, 2at_1) and (at22,2at2)(at_2^2, 2at_2). The slope of the chord joining them:

2at12at2at12at22=2(t1t2)(t1t2)(t1+t2)=2t1+t2\frac{2at_1 - 2at_2}{at_1^2 - at_2^2} = \frac{2(t_1 - t_2)}{(t_1-t_2)(t_1+t_2)} = \frac{2}{t_1 + t_2}