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

Normal at a Point on the Circle

Normal to x² + y² + 2gx + 2fy + c = 0 at (x₁, y₁). Every normal to a circle passes through its centre (−g, −f).
Derivation

The normal to a curve at a point is the line through that point perpendicular to the tangent there.

For a circle, the tangent at any point is perpendicular to the radius at that point. The normal is therefore parallel to the radius — in fact, the normal is the radius extended.

Equation: For the circle x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 with centre C(g,f)C(-g, -f), the normal at P(x1,y1)P(x_1, y_1) passes through both PP and CC.

Slope of CPCP:

m=y1(f)x1(g)=y1+fx1+gm = \frac{y_1 - (-f)}{x_1 - (-g)} = \frac{y_1 + f}{x_1 + g}

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

yy1xx1=y1+fx1+g\frac{y - y_1}{x - x_1} = \frac{y_1 + f}{x_1 + g}

This can be rewritten as:

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

Key fact: All normals of a circle are concurrent — they all pass through the centre. This property distinguishes circles from all other conics, where normals are concurrent only in degenerate cases.