Academy
Formulas/maths/Circles/Centre from General Form

Centre from General Form

Centre of x² + y² + 2gx + 2fy + c = 0. Read off as the negatives of half the linear coefficients.
Derivation

Starting from x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, complete the square in xx and yy:

(x2+2gx+g2)+(y2+2fy+f2)=g2+f2c(x^2 + 2gx + g^2) + (y^2 + 2fy + f^2) = g^2 + f^2 - c (x+g)2+(y+f)2=g2+f2c(x + g)^2 + (y + f)^2 = g^2 + f^2 - c

Comparing with (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2:

h=g,k=fh = -g, \quad k = -f

Therefore the centre is (g,f)(-g, -f).

The centre coordinates are the negatives of half the respective linear coefficients in the original equation.