Academy
Formulas/maths/Circles/Tangent at a Point on the Circle

Tangent at a Point on the Circle

Equation of the tangent to x² + y² + 2gx + 2fy + c = 0 at the point (x₁, y₁) lying on it. Obtained by the T = 0 substitution rule.
Derivation

Let the circle be x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 with centre C(g,f)C(-g, -f), and let P(x1,y1)P(x_1, y_1) be a point on it.

The radius CPCP has slope:

mCP=y1(f)x1(g)=y1+fx1+gm_{CP} = \frac{y_1 - (-f)}{x_1 - (-g)} = \frac{y_1 + f}{x_1 + g}

The tangent at PP is perpendicular to CPCP, so its slope is:

mT=x1+gy1+fm_T = -\frac{x_1 + g}{y_1 + f}

Equation of the tangent through P(x1,y1)P(x_1, y_1):

yy1=x1+gy1+f(xx1)y - y_1 = -\frac{x_1 + g}{y_1 + f}(x - x_1)

Multiplying through by (y1+f)(y_1 + f):

(yy1)(y1+f)=(x1+g)(xx1)(y - y_1)(y_1 + f) = -(x_1 + g)(x - x_1)

Expanding and collecting:

xx1+yy1+g(x+x1)+f(y+y1)+c=0xx_1 + yy_1 + g(x + x_1) + f(y + y_1) + c = 0

The last step uses the fact that (x1,y1)(x_1, y_1) lies on the circle: x12+y12+2gx1+2fy1+c=0x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c = 0.

The substitution rule (T = 0): To write the tangent at (x1,y1)(x_1, y_1), replace x2xx1x^2 \to xx_1, y2yy1y^2 \to yy_1, 2xx+x12x \to x + x_1, 2yy+y12y \to y + y_1 in the circle equation. This pattern holds for all conics.