Enter circle equation to calculate the center of the circle. Your can also calculate the center from endpoints or center and radius.

Circle Equation, Center, and Radius Calculator

Find the center, radius, diameter, circumference, area, equations, steps, and graph.

From Equation
From Center and Radius
From Three Points
From Diameter Endpoints

Enter either a standard-form circle equation like (x – 3)^2 + (y + 2)^2 = 16 or a general-form equation like x^2 + y^2 – 6x + 4y – 3 = 0.

Enter three non-collinear points on the circle.

Enter the two endpoints of a diameter. The center is the midpoint of those endpoints.

Results

Center
(0, 0)
Radius
0
Diameter
0
Area
0
Circumference
0
Mode
Equation
(x – 0)^2 + (y – 0)^2 = 0
x^2 + y^2 + 0x + 0y + 0 = 0
Your steps will appear here.
The graph is scaled to fit the full circle and key points.

Center Of Circle Formula

If (x1, y1) and (x2, y2) are the endpoints of a diameter of the circle, then the center is the midpoint of those two points.

(h, k) = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

Variables:

  • (h, k) is the center of the circle (coordinates)
  • (x1, y1) and (x2, y2) are the coordinates of the two diameter endpoints

To calculate the center of a circle from diameter endpoints, add the x-coordinates of the two endpoints and divide by 2 to get the x-coordinate of the center (h). Similarly, add the y-coordinates of the two endpoints and divide by 2 to get the y-coordinate of the center (k).

What is a Center Of Circle?

A center of a circle is a specific point inside the circle from which all points on the circumference (boundary) of the circle are equidistant. In other words, if you draw a line from the center to any point on the circle's edge, that line, known as the radius, will always be the same length, no matter which point on the circle you choose.

How to Calculate Center Of Circle?

The following steps outline how to calculate the Center of Circle using the given formula:


  1. First, determine the coordinates of the two endpoints of a diameter, (x1, y1) and (x2, y2).
  2. Next, substitute the values of (x1, y1) and (x2, y2) into the formula: (h, k) = ((x1 + x2) / 2, (y1 + y2) / 2).
  3. Finally, calculate the center of the circle, (h, k), using the formula.
  4. After inserting the values and calculating the result, check your answer by confirming both points are the same distance from the computed center (i.e., they give the same radius).

Example Problem:

Use the following variables as an example problem to test your knowledge (assume the two points are diameter endpoints):

(x1, y1) = (3, 5)

(x2, y2) = (7, 9)

Center: (h, k) = ((3 + 7) / 2, (5 + 9) / 2) = (5, 7)