Report

Help us improve this tool

Circle Center Calculator

Find the center and radius of a circle from 3 points, diameter endpoints, standard equation, or general form with step-by-step solutions.

O M T

What Is the Center of a Circle?

The center of a circle is the unique point in a plane that is equidistant from all points located along the circle perimeter. This constant distance is the circle radius $r$. In Cartesian coordinate geometry, the center point is conventionally denoted by the coordinate pair $(h, k)$.

Knowing the center $(h, k)$ and radius $r$ allows you to determine the complete mathematical equation, area, circumference, chords, and intersections of the circle. You can also explore our Circle Calculator and Chord Length Calculator to solve for other circle attributes.

Methods to Find the Center of a Circle

Depending on the geometric information you have, there are several methods to find the coordinates $(h, k)$:

1. From Three Points on the Circle $(x_1, y_1), (x_2, y_2), (x_3, y_3)$

Any three non-collinear points uniquely define a circle (the circumscribed circle of the triangle formed by the points). Let:

$$d_1 = x_1^2 + y_1^2, \quad d_2 = x_2^2 + y_2^2, \quad d_3 = x_3^2 + y_3^2$$

The determinant $D$ is given by:

$$D = 2 [ x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) ]$$

If $D \neq 0$, the center coordinates $(h, k)$ and radius $r$ are:

$$h = \frac{d_1(y_2 - y_3) + d_2(y_3 - y_1) + d_3(y_1 - y_2)}{D}$$

$$k = \frac{d_1(x_3 - x_2) + d_2(x_1 - x_3) + d_3(x_2 - x_1)}{D}$$

$$r = \sqrt{(x_1 - h)^2 + (y_1 - k)^2}$$

2. From Diameter Endpoints $(x_1, y_1)$ and $(x_2, y_2)$

Because the diameter passes straight through the center, the center $(h, k)$ is the exact midpoint between the two endpoints:

$$h = \frac{x_1 + x_2}{2}, \quad k = \frac{y_1 + y_2}{2}$$

$$r = \frac{\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}}{2}$$

3. From the General Form Equation ($x^2 + y^2 + Dx + Ey + F = 0$)

By completing the square on the general quadratic equation of a circle:

$$\left(x + \frac{D}{2}\right)^2 + \left(y + \frac{E}{2}\right)^2 = \frac{D^2 + E^2 - 4F}{4}$$

From this, the center coordinates and radius are:

$$h = -\frac{D}{2}, \quad k = -\frac{E}{2}, \quad r = \sqrt{h^2 + k^2 - F}$$

4. From the Standard Form Equation ($(x - h)^2 + (y - k)^2 = r^2$)

In standard form, the coordinates $(h, k)$ and radius $r$ are read directly from the expression. For example, $(x - 3)^2 + (y + 4)^2 = 25$ has center $(3, -4)$ and radius $r = 5$.

Comparison of Circle Representations

Form Equation Center $(h, k)$ Radius $(r)$
Standard Form $(x - h)^2 + (y - k)^2 = r^2$ $(h, k)$ $r$
General Form $x^2 + y^2 + Dx + Ey + F = 0$ $\left(-\frac{D}{2}, -\frac{E}{2}\right)$ $\sqrt{h^2 + k^2 - F}$
Diameter Midpoint $(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$ $\left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)$ $\frac{1}{2}\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

Step-by-Step Example: Three Points

Find the center and radius of a circle passing through $P_1(0, 0)$, $P_2(4, 0)$, and $P_3(2, 2)$.

  1. Calculate squared distances from origin: $d_1 = 0^2 + 0^2 = 0$, $d_2 = 4^2 + 0^2 = 16$, $d_3 = 2^2 + 2^2 = 8$.
  2. Calculate determinant ($D$): $$D = 2 [ 0(0 - 2) + 4(2 - 0) + 2(0 - 0) ] = 2[0 + 8 + 0] = 16$$
  3. Calculate center coordinate $h$: $$h = \frac{0(0 - 2) + 16(2 - 0) + 8(0 - 0)}{16} = \frac{32}{16} = 2$$
  4. Calculate center coordinate $k$: $$k = \frac{0(2 - 0) + 16(0 - 2) + 8(4 - 0)}{16} = \frac{-32 + 32}{16} = 0$$
  5. Calculate radius ($r$): $$r = \sqrt{(0 - 2)^2 + (0 - 0)^2} = \sqrt{4} = 2$$
  6. Result: Center is $(2, 0)$ with radius $r = 2$. The standard equation is $(x - 2)^2 + y^2 = 4$.

Frequently Asked Questions

What does it mean if three points are collinear?

If three points lie on the same straight line, the determinant $D = 0$. Collinear points cannot form a circle because their perpendicular bisectors are parallel and never intersect, resulting in an infinite radius.

How do you find the center of a circle from the general equation?

For an equation in the form $x^2 + y^2 + Dx + Ey + F = 0$, the center coordinates are $h = -D/2$ and $k = -E/2$. The radius is $r = \sqrt{h^2 + k^2 - F}$.

Can a circle have a negative radius?

No. In Euclidean geometry, radius is a physical distance and must be strictly positive ($r > 0$). If the expression $h^2 + k^2 - F < 0$, no real circle exists in the real plane (it represents an imaginary circle).

What is the relationship between the center of a circle and its chords?

The perpendicular bisector of any chord of a circle passes directly through the center of the circle. The intersection of perpendicular bisectors of any two distinct non-parallel chords locates the exact circle center.