Formula and method for circle perimeter (circumference)
A circle's perimeter is called its circumference. It is found with one of geometry's oldest and most reliable relationships: C = 2πr, where r is the radius, or equivalently C = πd, where d is the diameter. Both forms give the identical answer because the diameter is always twice the radius (d = 2r).
How the calculation works
Pi (π) is an irrational constant, approximately 3.14159265, equal to the ratio of any circle's circumference to its diameter — a relationship that holds for every circle regardless of size. This calculator takes whichever measurement you know, radius or diameter, converts it to the other automatically, multiplies by 2π (or π) to get the circumference, and also reports the area (A = πr²) so you have the full picture of the circle from a single input. Enter your value in any unit you like; the results are reported in that same unit, and area is reported in that unit squared.
Common mistakes
- Radius vs. diameter: the most common error in circle problems. If you enter a diameter into a field expecting a radius (or vice versa), every result is off by a factor of 2. Use the "Known measurement" selector to tell the calculator which one you have.
- Circumference vs. area: circumference is a length (measured in the unit you entered, like cm or ft); area is a surface measurement (measured in that unit squared, like cm² or ft²). They answer different questions — "how far around" versus "how much surface" — and are not interchangeable.
- Rounding pi too early: using 3.14 instead of a longer approximation of π introduces small errors that compound on large circles. This calculator uses JavaScript's built-in Math.PI, accurate to about 15 significant digits.
Real-world applications
- Fencing, edging, or trim around a circular garden bed, pool, or table uses circumference to estimate linear material needed.
- Wheel and gear design uses circumference to relate rotations to distance traveled (one full turn covers one circumference of ground distance).
- Pipe, tank, and drum specifications often list circumference or diameter, and converting between them is a routine engineering step.
- Track and field lane measurements, running loops, and circular room layouts all rely on the same 2πr relationship.