Academy
Formulas/maths/Ellipse/Tangent at a Point on the Ellipse

Tangent at a Point on the Ellipse

Tangent to x²/a² + y²/b² = 1 at point (x₁, y₁) lying on it. Obtained by the T = 0 rule: replace x² → xx₁, y² → yy₁.
Derivation

Let P(x1,y1)P(x_1, y_1) lie on x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1, so x12/a2+y12/b2=1x_1^2/a^2 + y_1^2/b^2 = 1.

Differentiating implicitly:

2xa2+2yb2dydx=0    dydx=b2xa2y\frac{2x}{a^2} + \frac{2y}{b^2}\frac{dy}{dx} = 0 \implies \frac{dy}{dx} = -\frac{b^2 x}{a^2 y}

Slope at PP: m=b2x1/(a2y1)m = -b^2x_1/(a^2y_1).

Tangent through P(x1,y1)P(x_1, y_1):

yy1=b2x1a2y1(xx1)y - y_1 = -\frac{b^2x_1}{a^2y_1}(x - x_1) a2y1(yy1)=b2x1(xx1)a^2y_1(y-y_1) = -b^2x_1(x-x_1) a2y1ya2y12=b2x1x+b2x12a^2y_1y - a^2y_1^2 = -b^2x_1x + b^2x_1^2 b2x1x+a2y1y=b2x12+a2y12=a2b2b^2x_1x + a^2y_1y = b^2x_1^2 + a^2y_1^2 = a^2b^2

Dividing by a2b2a^2b^2:

xx1a2+yy1b2=1\frac{xx_1}{a^2} + \frac{yy_1}{b^2} = 1

The T = 0 rule: Replace x2xx1x^2 \to xx_1, y2yy1y^2 \to yy_1 in the ellipse equation. This pattern is universal across all standard conics.