Circle Center Calculator - Center and Radius in Three Modes
Use this circle center calculator to read the (h, k) center and the radius from the standard form, the general form, or three boundary points.
Circle Center Calculator
Results
What Is the Circle Center Calculator?
The circle center calculator finds the (h, k) center of a circle and its radius from any of the three common circle inputs. Drop in a standard form, a general form, or three boundary points, and the tool returns the center, the radius, and the enclosed area in one read. Use it for coordinate-geometry homework, drafting and CAD layouts, surveying, and any drawing where the center of a round feature is the key piece of information.
- • Coordinate-geometry homework: Solve textbook problems that hand you a circle equation and ask for the center.
- • CAD and drafting layouts: Recover the (h, k) center and the radius from a measured circle on a drawing.
- • Surveying and field measurements: Find the circumcenter of three measured boundary points so the recorded circle is anchored to a single point.
- • Cross-checking fitted circles: Compare a least-squares fitted circle from measured data to the closed-form center from the same equation.
Every output uses the same coordinate unit as the input. Type x and y in centimeters, and the center, radius, and area all come back in centimeters and square centimeters.
The three input modes are deliberately redundant. The standard form is the fastest read, the general form is the most common homework input, and the three-point mode is for when the equation is unknown but the points are measured.
When the (h, k) center is in hand and the next step is the area, circumference, or diameter of the same circle, the Circle Calculator reports every related measurement from the same radius in a single read.
How the Circle Center Calculator Works
The calculator routes the inputs to one of three solvers based on the selected mode. The standard-form mode reads (h, k) directly from the two shifts. The general-form mode completes the square to recover the same (h, k). The three-point mode solves a 2-by-2 linear system built from two perpendicular bisectors.
- h, k: Center coordinates. In the standard form, read directly; in the general form, equal to -D/2 and -E/2.
- D, E: Linear coefficients in the general form. The half-negative of each gives the corresponding center coordinate.
- F: Constant term. Together with D and E, sets the squared radius.
- r: Radius. sqrt(C) in the standard form, sqrt((D/2)^2 + (E/2)^2 - F) in the general form.
The general-form solver uses completing the square: x^2 + Dx = (x + D/2)^2 - (D/2)^2. Substituting back gives the standard form with the (h, k) shift equal to (-D/2, -E/2).
The three-point solver intersects two perpendicular bisectors. The intersection is the circumcenter. Collinear points give parallel bisectors, so the calculator reports an error.
Worked example: standard form (x - 3)^2 + (y + 2)^2 = 16
A = 3, B = -2, C = 16.
Center = (3, -2). r = sqrt(16) = 4. Area = pi * 16.
Center (3, -2), radius 4.0000, area 50.27 square units.
The (A, B) pair sits inside the two squares, so the (h, k) shift reads directly.
Worked example: general form x^2 + y^2 - 6x + 4y - 12 = 0
D = -6, E = 4, F = -12.
h = 3. k = -2. r^2 = 9 + 4 + 12 = 25, so r = 5.
Center (3, -2), radius 5.0000, area 78.54 square units.
Same center, different radius. Completing the square recovers the (h, k) shift.
According to Wolfram MathWorld, the standard form of a circle of center (h, k) and radius r is (x - h)^2 + (y - k)^2 = r^2 and the general form x^2 + y^2 + Dx + Ey + F = 0 reduces to it with center (-D/2, -E/2)
If the input is an ellipse rather than a circle, the same (h, k) shift idea applies with a 2-by-2 gradient system, and the Center of Ellipse Calculator returns the center plus the semi-axes and the tilt angle.
Key Concepts Explained
Four ideas show up every time a circle center problem is solved by hand.
Center (h, k)
The unique point equidistant from every point on the circle. The (h, k) pair locates the center of any 180-degree rotation that maps the circle onto itself.
Standard form (x - h)^2 + (y - k)^2 = r^2
Puts the center and radius on display. The center is the (h, k) inside the two squares and the radius is the square root of the right-hand side.
General form x^2 + y^2 + Dx + Ey + F = 0
The (h, k) shift is hidden in the linear coefficients. The center is (-D/2, -E/2) and the squared radius is (D/2)^2 + (E/2)^2 - F.
Perpendicular bisector method
The intersection of two bisectors is the unique point equidistant from all three endpoints.
The same circle can be written in either form. Going from standard to general means expanding the squares; going the other way means completing the square.
Once the (h, k) center and the radius are known, the chord between any two points on the circle follows from the same distance formula, and the Chord Length Calculator returns the chord, sagitta, and segment area in one step.
How to Use the Circle Center Calculator
Pick the input mode that matches the data you have, drop in the numbers, and read the (h, k) center off the primary result.
- 1 Pick the input mode: Choose the standard form, the general form, or three boundary points.
- 2 Enter the standard-form values: Type A and B for the (h, k) shift and C for the radius squared.
- 3 Enter the general-form values: Type D, E, and F. The (h, k) center is (-D/2, -E/2) and the radius is sqrt((D/2)^2 + (E/2)^2 - F).
- 4 Enter the three boundary points: Type (x1, y1), (x2, y2), and (x3, y3). The tool returns the circumcenter and the common distance as the radius.
- 5 Read the (h, k) center first: Both coordinates come out to four decimal places so non-integer centers stay readable.
- 6 Read the radius and area to cross-check: Use them together to confirm the result. The radius is the distance from the center to any point on the circle.
For x^2 + y^2 - 6x + 4y - 12 = 0, switch to general-form mode, type -6, 4, -12, and the center reads (3, -2) with radius 5 and area 78.54.
With the (h, k) center and the radius pinned, the central angle between two boundary points follows from the chord length, and the Central Angle Calculator gives the angle in degrees or radians.
Benefits of Using the Circle Center Calculator
A focused circle-center tool pulls the (h, k) read, the radius, and the area into a single screen, so the rest of the layout can be drawn from one trusted point.
- • Three input shapes, one center read: Standard form, general form, and three boundary points all map to the same (h, k) output.
- • Direct read for the standard form: The (h, k) center is read straight off the two shifts. No algebra.
- • Closed-form solve for the general form: The (h, k) center drops out of (-D/2, -E/2) and the radius out of sqrt((D/2)^2 + (E/2)^2 - F).
- • Three-point mode covers measured data: The circumcenter from the bisector method is the natural center to anchor the recorded circle.
- • Cross-checks built into the same read: The radius and the area are returned with the center, so a sanity check is one multiplication away.
The calculator also doubles as a formula checker. Enter a circle from the textbook, then read (h, k), r, and the area and confirm the result matches the back of the book.
When the next step from the (h, k) center is the circumference, the arc length of a partial sweep, or the full circle area, the Circle Length Calculator keeps the same radius and returns all three.
Factors That Affect Your Results
The (h, k) center is a deterministic read from the inputs, but a few choices change which result you should trust most.
Input mode
The standard form reads (h, k) directly, the general form solves a closed-form pair, and the three-point mode solves a 2-by-2 system. Mixing modes is the most common reason for a surprising center.
Sign convention in the standard form
The sign written inside each parenthesis is the opposite of the matching center coordinate, because (x - h)^2 forces a minus. (x + 9)^2 + (y - 6)^2 = 100 hides the center at (-9, 6), not (9, -6); a written (y + 4)^2 means k = -4.
Squared-radius sign in the general form
A negative (D/2)^2 + (E/2)^2 - F means an empty set, and the tool returns a clear error.
Point quality in three-point mode
Collinear or near-collinear points give parallel bisectors, so the tool refuses a center.
Unit consistency
Use the same coordinate unit for the (h, k) center and the radius so the (h, k) matches the original sketch.
- • All three modes assume a flat 2-D circle. A great circle on a sphere or a non-planar curve needs a different center.
- • The three-point mode returns the unique circumcenter of the three points, not a least-squares fit. For noisy data, fit a circle to five or more points first.
- • The general-form mode assumes the x^2 and y^2 coefficients are both 1. An equation with a no y^2 term does not have a center to report.
According to Wolfram MathWorld, the circumcenter of three non-collinear points is the unique point equidistant from all three, found as the intersection of two perpendicular bisectors
According to Wikipedia, the center of a circle is the point equidistant from every point on the circle, and the standard form and the general form are equivalent ways to write the same circle
For a cluster of measured points on a circle, the centroid of the three points is a quick sanity check against the circumcenter, and the Centroid Calculator reports that centroid from the same three (x, y) pairs.
Frequently Asked Questions
Q: How do I find the center of a circle from an equation?
A: If the equation is in standard form (x - h)^2 + (y - k)^2 = C, the center is the (h, k) sitting inside the two squares. If the equation is in general form x^2 + y^2 + Dx + Ey + F = 0, complete the square on x and on y to get the same standard form, and the center is (-D/2, -E/2). If you have three points, intersect two perpendicular bisectors to get the circumcenter.
Q: What is the center of a circle from the standard form (x - h)^2 + (y - k)^2 = r^2?
A: The center is the (h, k) pair that appears inside the two squares. So (x - 3)^2 + (y + 2)^2 = 16 has its center at (3, -2) and its radius at 4. The (h, k) read is direct, but the sign written inside each parenthesis is the opposite of the matching center coordinate, so (x + 2)^2 means h = -2 and (y - 5)^2 means k = 5.
Q: How do I find the center of a circle from the general form x^2 + y^2 + Dx + Ey + F = 0?
A: Take h = -D/2 and k = -E/2. The squared radius is then (D/2)^2 + (E/2)^2 - F, which must be positive for a real circle. So x^2 + y^2 - 6x + 4y - 12 = 0 has its center at (3, -2) and its radius at 5, because (-(-6)/2)^2 + (-(4)/2)^2 - (-12) = 9 + 4 + 12 = 25.
Q: How do I find the center of a circle through three points?
A: Draw the perpendicular bisector of any two of the three chord segments. The bisector of the chord from P1 to P2 is the line through the midpoint of P1P2 perpendicular to P1P2. The intersection of the two bisectors is the unique point equidistant from all three endpoints, and that point is the center of the circle through the three points.
Q: Can I find the center of a circle from two points?
A: No. Two points lie on infinitely many circles, and the centers of those circles form a line that is the perpendicular bisector of the chord between the two points. You need a third point, or some extra information such as the radius, to pin down a single center.
Q: Is the center of a circle inside the circle?
A: Yes. The center of a circle is the point equidistant from every point on the circle, so the radius is the distance from the center to the boundary in every direction. The center is always strictly inside the curve, except in the degenerate case where the radius is zero and the circle collapses to a single point that is also the center.