Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

General Form Equation
x² + y² + (-4)x + (-6)y + (-12) = 0
from center (2, 3), radius 5
Coefficient Value Formula
D -4 -2h
E -6 -2k
F -12 h² + k² - r²

What This Calculator Does

A circle can be written two ways. The standard form (or center-radius form) is \((x - h)^2 + (y - k)^2 = r^2\), which shows the center \((h, k)\) and radius \(r\) directly. The general form is \(x^2 + y^2 + Dx + Ey + F = 0\), where the structure is hidden inside three coefficients. This tool converts standard form to general form by computing \(D\), \(E\), and \(F\) from the center and radius you provide.

How to Use It

Enter the center coordinates \(h\) and \(k\), then the radius \(r\). The calculator outputs the full general-form equation along with each coefficient. Values may be positive, negative, or zero, and decimals are supported.

The Formula Explained

Expanding the standard form gives the relations used here:

$$D = -2h, \quad E = -2k, \quad F = h^2 + k^2 - r^2.$$

Substituting these back into \(x^2 + y^2 + Dx + Ey + F = 0\) reproduces \((x - h)^2 + (y - k)^2 = r^2\) exactly, so the conversion is exact and reversible.

Diagram mapping standard form to general form with D, E, F relations
Expanding standard form yields the general-form coefficients D, E, and F.
Circle on coordinate axes showing center (h, k) and radius r
A circle defined by its center (h, k) and radius r in standard form.

Worked Example

Suppose the center is \((2, 3)\) and the radius is \(5\). Then \(D = -2(2) = -4\), \(E = -2(3) = -6\), and $$F = 2^2 + 3^2 - 5^2 = 4 + 9 - 25 = -12.$$ The general form is $$x^2 + y^2 - 4x - 6y - 12 = 0.$$

FAQ

Can the radius be zero? A radius of 0 describes a single point (a degenerate circle); the formula still works, giving \(F = h^2 + k^2\).

Why is F sometimes negative? \(F = h^2 + k^2 - r^2\). When the radius is large relative to the center distance from the origin, \(F\) becomes negative — that is normal.

How do I go back to standard form? Use \(h = -D/2\), \(k = -E/2\), and \(r = \sqrt{h^2 + k^2 - F}\).

Last updated: