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

Chord with a Given Midpoint

Equation of the chord of circle S = 0 whose midpoint is (x₁, y₁). Explicitly: xx₁ + yy₁ + g(x+x₁) + f(y+y₁) + c = x₁² + y₁² + 2gx₁ + 2fy₁ + c.
Derivation

Let M(x1,y1)M(x_1, y_1) be the midpoint of a chord of circle x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 with centre C(g,f)C(-g, -f).

The perpendicular from the centre bisects the chord, so CMCM \perp chord.

Slope of CMCM:

mCM=y1+fx1+gm_{CM} = \frac{y_1 + f}{x_1 + g}

Slope of the chord (perpendicular to CMCM):

mchord=x1+gy1+fm_{\text{chord}} = -\frac{x_1 + g}{y_1 + f}

Equation of the chord through M(x1,y1)M(x_1, y_1):

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

Cross-multiplying and expanding:

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

Rearranging using the fact that (x1,y1)(x_1, y_1) is the midpoint (not necessarily on the circle):

xx1+yy1+g(x+x1)+f(y+y1)+c=x12+y12+2gx1+2fy1+cxx_1 + yy_1 + g(x + x_1) + f(y + y_1) + c = x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c

In shorthand: T=S1T = S_1.

This compact identity — T=S1T = S_1 — is the standard result for the chord with a given midpoint.