Standard Equation Circle Calculator - Center, Radius, and Standard Form

Use this standard equation circle calculator. Enter the center, radius, point, or diameter endpoints and read the standard form, general form, and measurements.

Updated: June 16, 2026 • Free Tool

Standard Equation Circle Calculator

Pick how the radius is determined. All three modes produce the same standard equation.

x-coordinate of the center in (x - A)^2 + (y - B)^2 = C. Overridden in diameter mode.

y-coordinate of the center in (x - A)^2 + (y - B)^2 = C. Overridden in diameter mode.

Used when 'Type the radius r directly' is selected. Must be greater than 0 for a real circle.

x-coordinate of a known point on the circle. Used in point mode.

y-coordinate of a known point on the circle. Used in point mode.

x-coordinate of the first diameter endpoint. Used in diameter mode.

y-coordinate of the first diameter endpoint. Used in diameter mode.

x-coordinate of the second diameter endpoint. Used in diameter mode.

y-coordinate of the second diameter endpoint. Used in diameter mode.

Results

Standard form
0
Center 0
Radius 0units
Diameter 0units
Circumference 0units
Area 0sq units
General form 0

What Is the Standard Equation of a Circle?

The standard equation circle formula is (x - A)^2 + (y - B)^2 = C, with (A, B) as the center and C equal to the radius squared. It puts the center and the radius in plain sight, which is why most coordinate-geometry problems are written in this form. A standard equation circle calculator is the right tool when a problem hands you the center and one extra piece of information and asks for the equation that describes that circle.

  • Write the standard equation from a center and radius: Type a known center (A, B) and a radius and read the standard and general forms in one pass.
  • Find the standard equation from a center and one point on the circle: Use point mode, enter the center and a known point, and the radius falls out of the distance formula.
  • Find the standard equation from the diameter endpoints: Use diameter mode, enter the two endpoints, and the midpoint plus half the length give the center and radius.
  • Verify a worked answer in an algebra or geometry textbook: Use the page as a quick check that the equation you wrote down is the right circle.

The standard form is the cleanest description of a circle in the coordinate plane. Every point (x, y) that satisfies the equation is the set of points that are sqrt(C) away from (A, B), so the geometric meaning is just 'a fixed distance from a fixed point'. Because A, B, and C are visible, you can read the center and the radius without completing the square, which is the practical difference from the general form x^2 + y^2 + Dx + Ey + F = 0.

If you only need the geometric measurements from a known radius, the Circle Calculator gives you area and circumference without writing the equation.

How the Standard Equation Circle Calculator Works

The calculator reads the center, decides how you want the radius to be set, computes C = r^2, and then writes out both the standard form and the matching general form. Every result updates as you type, so you can see the equations change in real time.

(x - A)^2 + (y - B)^2 = C, where C = r^2 and r > 0
  • A, B: Coordinates of the center; A is the x-coordinate and B is the y-coordinate. Any real numbers.
  • r: Radius; positive real number equal to the distance from the center to any point on the circle.
  • C: Right-hand side of the standard form, equal to r squared. Must be positive for a real circle.
  • D, E, F: General-form coefficients, recovered as D = -2A, E = -2B, F = A^2 + B^2 - C.

In point mode, the calculator uses the distance formula to recover r from the center and a known point. In diameter mode, the center is the midpoint of the endpoints and the radius is half the distance between them. When r would come out to zero or negative, the page flags 'No real circle' and zeros the geometric outputs.

Center (3, -4) and radius 5

A = 3, B = -4, r = 5 in radius mode.

C = 25. D = -6, E = 8, F = 0.

(x - 3)^2 + (y + 4)^2 = 25, center (3, -4), radius 5, area 78.5398, circumference 31.4159.

This is the classic 3-4-5 right triangle turned into a circle: the center is at (3, -4) and every point 5 units away lies on the circle.

According to Math Open Reference, the standard equation of a circle is (x - A)^2 + (y - B)^2 = r^2, where (A, B) is the center and r is the radius.

When the problem is handed to you in the general form x^2 + y^2 + Dx + Ey + F = 0 instead of in standard form, the Circle Equation converts it the other way and returns the same center and radius.

Key Concepts Behind the Standard Equation

Four short ideas explain why the standard form is the form to start with, and they apply every time a circle shows up in a coordinate-geometry problem.

Standard form puts the center and radius in plain sight

The center is (A, B) and the radius is sqrt(C). Read them directly without rearranging.

C is the radius squared, not the radius

The right-hand side is r^2, so a positive C is required for a real circle; non-positive C is 'no real circle'.

The general form is the standard form with the squares expanded

Expanding the squares gives x^2 + y^2 - 2Ax - 2By + A^2 + B^2 - C = 0, so D = -2A, E = -2B, F = A^2 + B^2 - C.

The distance formula and the standard form are the same statement

The standard form says the distance from (x, y) to (A, B) is r. Squaring the distance formula gives (x - A)^2 + (y - B)^2 = r^2.

If you already know the distance formula, the standard form is a one-line upgrade. The general form is the same equation with the squares expanded, which is why its linear coefficients look like -2A and -2B. Going back the other way is what completing the square does. Because C is r^2, doubling r quadruples both C and the area.

If the problem hands you three points on the circle rather than the center, the Circle Center Calculator solves for (A, B) first, and you can paste that result into this page to get the standard equation.

How to Use the Standard Equation Circle Calculator

Pick the radius mode that matches your inputs, type the coordinates, and read the standard form, the general form, and the measurements from the results panel.

  1. 1 Pick the radius source: Use the radius mode when you know r, point mode when you have a known point on the circle, or diameter mode when you have the two endpoints of a diameter.
  2. 2 Enter the center coordinates (radius or point mode): Type A in Center X and B in Center Y; diameter mode overrides them with the midpoint.
  3. 3 Enter the radius, point, or diameter endpoints: Fill in the fields for the mode you chose. The page uses these inputs to compute r and then C = r^2.
  4. 4 Read the standard form: The results panel writes (x - A)^2 + (y - B)^2 = C with explicit plus and minus signs and the right-hand side rounded to four decimals.
  5. 5 Read the general form and the measurements: Below the standard form, the page shows the general form x^2 + y^2 + Dx + Ey + F = 0, the center, the radius, the diameter, the circumference, and the area.

A geometry problem gives you a center of (-2, 1) and tells you the point (4, 5) lies on the circle. Switch the page to point mode, type A = -2, B = 1, Px = 4, Py = 5, and the results panel returns the standard form (x + 2)^2 + (y - 1)^2 = 52, the general form x^2 + y^2 + 4x - 2y - 47 = 0, the center (-2, 1), the radius about 7.2111, and the area about 163.3628.

When you already know the diameter and just need the radius to plug into (x - A)^2 + (y - B)^2 = C, the Circle Diameter Calculator converts the diameter length to the matching radius.

Benefits of Using the Standard Equation Circle Calculator

The standard form is what most coordinate-geometry problems expect, and the page gives it back in one step instead of asking you to expand and complete squares by hand.

  • Skip completing the square: Recover the standard form from a general form (or vice versa) without rearranging the equation yourself.
  • All three input modes in one place: Type the radius, a point on the circle, or the diameter endpoints without switching tools.
  • Read the center and radius directly: The standard form puts the center and radius in plain sight, so you can copy them into a sketch or textbook answer.
  • Catch a non-real circle early: If your inputs would force r^2 to be zero or negative, the page flags the result instead of returning a complex or zero radius.
  • Pull the geometric measurements for free: Diameter, circumference, and area fall out of the radius, so the same calculator replaces a separate area or perimeter tool.

These benefits stack in the typical workflow. A student writing a 'find the center and radius' answer gets both pieces in one step. A teacher checking a worksheet can copy the standard form straight into a key.

Factors That Affect a Standard Equation Circle Result

A few characteristics of the input shape the result. Knowing them tells you when to trust the numbers and when to read the no-real-circle flag.

Sign of r and of C

If r <= 0 in radius mode, the equation does not describe a real circle. The page shows 'No real circle (r^2 <= 0)'.

Point mode distance from the center

In point mode, the radius is the distance from the center to the point. A point equal to the center gives r = 0 and the no-real-circle branch.

Diameter mode midpoint and half-length

In diameter mode, the center is the midpoint of the endpoints and the radius is half the length. Identical endpoints give r = 0.

  • Inputs are treated as plain numbers, so the calculator does not parse symbolic expressions such as '5 sqrt(2)'. Convert by hand first.
  • Results are decimals, not exact multiples of pi. If you need the area in terms of pi, look at C in the standard form: area equals pi times C.

The algebra behind the standard form is exact, so rounding enters only in the decimal display. For most homework and sketch use, four decimal places is enough; if a problem is graded symbolically, look at C in the standard form to recover an exact answer in terms of pi.

According to Cuemath, the general form is x^2 + y^2 + Dx + Ey + F = 0, and completing the square puts the center at (-D/2, -E/2).

As published by Wolfram MathWorld, the area of a circle is pi r^2 and the circumference is 2 pi r.

If a question stops at the perimeter, the Circle Length Calculator pulls the circumference from the same radius without re-deriving the standard equation.

Standard equation circle calculator showing a circle centered at (A, B) on a coordinate plane with the standard form (x - A)^2 + (y - B)^2 = C
Standard equation circle calculator showing a circle centered at (A, B) on a coordinate plane with the standard form (x - A)^2 + (y - B)^2 = C

Frequently Asked Questions

Q: What is the standard equation of a circle?

A: The standard equation of a circle is (x - A)^2 + (y - B)^2 = C, where (A, B) is the center and C = r^2 is the radius squared. The center and the radius are visible directly from the three numbers, which is why this form is the one textbooks and exams usually expect.

Q: How do you find the center and radius from the standard equation of a circle?

A: The center is (A, B) and the radius is the square root of C. Read A and B from the first two terms and the radius from the right-hand side. If C is zero or negative, the equation does not describe a real circle.

Q: How do you write the standard equation of a circle given a center and a point on the circle?

A: Use the distance formula. The radius is the distance from the center to the point, so r = sqrt((Px - A)^2 + (Py - B)^2). Then C = r^2 and the standard form is (x - A)^2 + (y - B)^2 = C. The point mode on this page runs that arithmetic for you.

Q: Can the standard equation of a circle describe a point or an empty set?

A: Yes. If C = 0, the standard form describes a single point at (A, B). If C < 0, there are no real (x, y) that satisfy the equation. Both cases are flagged as 'No real circle' on this page so a sketch never picks up a fake radius.

Q: How do you convert the standard form of a circle to the general form?

A: Expand the squares. (x - A)^2 + (y - B)^2 = C becomes x^2 + y^2 - 2Ax - 2By + A^2 + B^2 - C = 0. So D = -2A, E = -2B, and F = A^2 + B^2 - C in x^2 + y^2 + Dx + Ey + F = 0. The page writes both forms at once, so converting is just reading the second line.

Q: What is the difference between r and r squared in the standard equation of a circle?

A: r is the radius, the actual distance from the center to any point on the circle. C (the right-hand side of the standard form) is r squared, which is why the right-hand side is the radius squared, not the radius itself. The radius is what you read off the circle; C is what goes into the equation.