Compute circumference, area, radius, and diameter instantly. Visualize circles on a coordinate grid with exact radius & center.
The circumference of a circle is the linear distance around its edge. It’s directly proportional to the diameter, with the constant π (pi) — one of the most fundamental constants in mathematics. Our calculator implements the classical formula C = 2πr and A = πr², giving you instant precise results. The circle has been studied for millennia: from ancient Babylonian approximations (3.125) to Archimedes' polygons and modern supercomputers computing trillions of π digits.
C = 2πr | A = πr² | d = 2r
Where r = radius, d = diameter, π ≈ 3.141592653589793
The formula C = πd originates from the observation that the ratio circumference/diameter is constant across all circles — a property known since antiquity. Using calculus or polygon approximation, one can prove that π = 3.14159... . The area formula A = πr² can be derived by integrating infinitesimal concentric rings or by inscribing regular polygons. Our tool uses the exact arithmetic of JavaScript’s double-precision numbers combined with the built-in Math.PI constant, ensuring high accuracy for all real-world scenarios.
For radius r, the circumference is defined as the length of the closed curve. Furthermore, the circle's equation in Cartesian plane: x² + y² = r². We also provide the diameter for convenience, as many practical measurements start from diameter (e.g., pipes, circular ducts).
A civil engineer designs a circular jogging track with a radius of 35 meters. Using our calculator, circumference = 2π × 35 ≈ 219.91 meters. The area enclosed ≈ 3848.45 m². This data helps estimate paving material, lighting posts spacing, and vegetation planning. For a semicircular extension, the calculator’s radius/diameter sync simplifies iterative optimization. Additionally, the Euler-like property of circles: all radii are equal – simplicity that drives reliable engineering.
The canvas draws the circle centered at the origin (0,0) with axes. A radial segment from (0,0) to (r,0) highlights the radius length. Because the coordinate system dynamically adjusts to keep the entire circle within view, you can inspect radii from 0.5 up to 50 while preserving visual clarity. This feature makes it easy to compare relative sizes across different inputs. The grid lines help estimate dimensions visually.
Egyptian Rhind Papyrus (1650 BC) approximated π as 3.1605; Archimedes (250 BC) bounded π between 3.1408 and 3.1429. The symbol π was popularized by Euler in 1737. Today, π has been computed to over 100 trillion digits. Our circumference calculator pays homage to this legacy by providing an instant digital experience that would have amazed ancient geometers.