Academy
Formulas/maths/Parabola/Chord with a Given Midpoint

Chord with a Given Midpoint

Equation of the chord of y² = 4ax whose midpoint is (x₁, y₁). Explicitly: yy₁ − 2a(x+x₁) = y₁² − 4ax₁.
Derivation

Let (x1,y1)(x_1, y_1) be the midpoint of a chord of y2=4axy^2 = 4ax with endpoints at parameters t1t_1 and t2t_2.

Midpoint conditions:

at12+at222=x1,2at1+2at22=y1\frac{at_1^2 + at_2^2}{2} = x_1, \quad \frac{2at_1 + 2at_2}{2} = y_1

From the second: a(t1+t2)=y1a(t_1 + t_2) = y_1, so t1+t2=y1/at_1 + t_2 = y_1/a.

Slope of the chord joining (at12,2at1)(at_1^2, 2at_1) and (at22,2at2)(at_2^2, 2at_2):

m=2t1+t2=2y1/a=2ay1m = \frac{2}{t_1 + t_2} = \frac{2}{y_1/a} = \frac{2a}{y_1}

Equation of the chord through (x1,y1)(x_1, y_1) with slope 2a/y12a/y_1:

yy1=2ay1(xx1)y - y_1 = \frac{2a}{y_1}(x - x_1) y1(yy1)=2a(xx1)y_1(y - y_1) = 2a(x - x_1) yy1y12=2ax2ax1yy_1 - y_1^2 = 2ax - 2ax_1 yy12ax=y122ax1yy_1 - 2ax = y_1^2 - 2ax_1

In the shorthand notation T=yy12a(x+x1)T = yy_1 - 2a(x+x_1) and S1=y124ax1S_1 = y_1^2 - 4ax_1:

T+2ax12ax1=S1+4ax12ax1    T=S1T + 2ax_1 - 2ax_1 = S_1 + 4ax_1 - 2ax_1 \implies T = S_1

The chord with midpoint (x1,y1)(x_1, y_1) is T=S1T = S_1.