Circle Equation Calculator

Use the Circle Equation Calculator to convert between standard form (x−h)²+(y−k)²=r² and general form x²+y²+Dx+Ey+F=0, with center and radius shown instantly.

863.7K usesUpdated · 2026-04-27Runs locally · zero upload

How to Use Circle Equation Calculator

The Circle Equation Calculator supports two conversion modes.

  1. Choose a modeStandard → General Form to derive the general equation from center and radius, or General → Standard Form to find the center and radius from the general coefficients.
  2. Enter your values — in Standard mode, type the center coordinates (h, k) and radius r. In General mode, enter the coefficients D, E, and F from x² + y² + Dx + Ey + F = 0.
  3. Read the output — the Circle Equation Calculator instantly shows both forms of the circle equation plus the center coordinates and radius value.

If the coefficients do not yield a positive r², the Circle Equation Calculator flags the input as invalid so you can correct it immediately.

Formula & Theory — Circle Equation Calculator

The Circle Equation Calculator handles the two standard representations of a circle in the coordinate plane.

Standard form:  (x − h)² + (y − k)² = r²
General form:   x² + y² + Dx + Ey + F = 0

Converting standard → general:

Expand (x − h)² + (y − k)² = r²:

x² + y² − 2hx − 2ky + (h² + k² − r²) = 0
⟹  D = −2h,  E = −2k,  F = h² + k² − r²

Converting general → standard (completing the square):

center = (−D/2, −E/2)
r²     = (D/2)² + (E/2)² − F
r      = √((D/2)² + (E/2)² − F)
Symbol Meaning
(h, k) Center of the circle
r Radius
D, E, F Coefficients in the general equation

Validity Check

A valid circle requires r² > 0. If (D/2)² + (E/2)² − F ≤ 0 the expression represents a point or has no real solution, and the Circle Equation Calculator will alert you.

Use Cases for Circle Equation Calculator

The Circle Equation Calculator is an essential tool for analytic geometry work:

  • Analytic geometry homework — convert between forms and verify your algebra with the Circle Equation Calculator.
  • Graphing & visualization — quickly extract center and radius to graph circles on coordinate axes.
  • Conic section studies — practice identifying circle equations within the broader family of conics.
  • Engineering & CAD — express circular features algebraically when working with coordinate-based design systems.

From classroom exercises to professional applications, the Circle Equation Calculator saves time and eliminates algebraic errors.

Frequently asked questions about Circle Equation Calculator

What is the standard form of a circle equation?

The standard form is (x − h)² + (y − k)² = r², where (h, k) is the center and r is the radius. The Circle Equation Calculator generates this form automatically.

How does the Circle Equation Calculator convert general form to standard form?

It uses completing the square. Given x² + y² + Dx + Ey + F = 0, the center is (−D/2, −E/2) and the radius is √((D/2)² + (E/2)² − F).

What if the general form does not define a valid circle?

If (D/2)² + (E/2)² − F ≤ 0, no real circle exists. The Circle Equation Calculator will display an error message in that case.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.