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

Chord with a Given Midpoint

Chord of the ellipse whose midpoint is (x₁, y₁). Explicitly: xx₁/a² + yy₁/b² − 1 = x₁²/a² + y₁²/b² − 1, i.e. T = S₁.
Derivation

Let (x1,y1)(x_1, y_1) be the midpoint of a chord of x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1 with endpoints (x2,y2)(x_2, y_2) and (x3,y3)(x_3, y_3).

Since both endpoints are on the ellipse:

x22a2+y22b2=1andx32a2+y32b2=1\frac{x_2^2}{a^2} + \frac{y_2^2}{b^2} = 1 \quad \text{and} \quad \frac{x_3^2}{a^2} + \frac{y_3^2}{b^2} = 1

Subtracting:

x22x32a2+y22y32b2=0\frac{x_2^2 - x_3^2}{a^2} + \frac{y_2^2 - y_3^2}{b^2} = 0 (x2+x3)(x2x3)a2=(y2+y3)(y2y3)b2\frac{(x_2+x_3)(x_2-x_3)}{a^2} = -\frac{(y_2+y_3)(y_2-y_3)}{b^2}

Using midpoint: x2+x3=2x1x_2+x_3 = 2x_1, y2+y3=2y1y_2+y_3 = 2y_1:

2x1a2(x2x3)=2y1b2(y2y3)\frac{2x_1}{a^2} \cdot (x_2-x_3) = -\frac{2y_1}{b^2} \cdot (y_2-y_3)

Slope of chord: y2y3x2x3=b2x1a2y1\dfrac{y_2-y_3}{x_2-x_3} = -\dfrac{b^2x_1}{a^2y_1}

Chord through (x1,y1)(x_1,y_1) with this slope:

yy1=b2x1a2y1(xx1)y - y_1 = -\frac{b^2x_1}{a^2y_1}(x-x_1)

Rearranging (using x12/a2+y12/b2=S1+1x_1^2/a^2 + y_1^2/b^2 = S_1 + 1):

xx1a2+yy1b21=x12a2+y12b21\frac{xx_1}{a^2} + \frac{yy_1}{b^2} - 1 = \frac{x_1^2}{a^2} + \frac{y_1^2}{b^2} - 1 T=S1T = S_1