Equation of a Circle Calculator
Enter center and radius, three points on the circle, or general form coefficients to find the equation of a circle in both standard and general form.
⭕ What is the Equation of a Circle?
The equation of a circle is a mathematical expression that describes all points in a plane that are a fixed distance (the radius) from a fixed point (the center). The standard form is (x − h)² + (y − k)² = r², where (h, k) is the center and r is the radius. This equation is derived directly from the Pythagorean theorem applied to the distance from any point (x, y) on the circle to the center (h, k).
There are three common situations where you need to find the equation of a circle. First, you may know the center and radius directly, in which case you substitute into the standard form immediately. Second, you may have three specific points that lie on the circle (for example, three measured coordinates from a physical object or a geometry problem), in which case you solve a system of linear equations to recover h, k, and r. Third, you may have a circle equation given in expanded general form x² + y² + Dx + Ey + F = 0, and you need to convert it back to standard form by completing the square.
The equation of a circle is widely used across mathematics and applied fields. In analytic geometry, it is the simplest conic section. In physics, circular motion and orbital paths are described using circle equations in Cartesian or polar coordinates. In computer graphics, circles and arcs are defined by their equations for rasterization and collision detection. In GPS and telecommunications, signal coverage areas are modeled as circles in 2D coordinate systems, and the circle equation determines whether a point (a receiver) is within range.
A key distinction is between the circle (the boundary, the set of points at exactly distance r from center) and the disk (the filled region, all points at distance at most r). The equation of a circle describes the boundary. The general form x² + y² + Dx + Ey + F = 0 can also describe a single point (if r² = 0) or have no real solutions (if r² is negative, called an imaginary circle). This calculator checks for these cases and reports an error if the coefficients do not describe a real circle.