geometry calculators

Circle Calculator

Calculate any circle property — area, circumference, diameter, or radius — by entering any one known measurement. Useful for geometry class, construction planning, or any task involving circular shapes.

About this calculator

All properties of a circle stem from a single value: the radius r. The diameter is d = 2r, the circumference is C = 2πr, and the area is A = πr². If you know any one measurement, you can derive the rest. Starting from diameter: r = d/2. Starting from circumference: r = C/(2π). Starting from area: r = √(A/π). This calculator accepts any of these four inputs, converts to radius internally, then outputs whichever property you need. The constant π ≈ 3.14159 links every linear measurement to the area through its square, which is why area grows as the square of the radius while circumference grows linearly.

How to use

Suppose you know the circumference is 50 units and want the area. First, find the radius: r = 50 / (2π) = 50 / 6.2832 ≈ 7.958 units. Then compute area: A = π × 7.958² = π × 63.33 ≈ 198.94 square units. Select 'Circumference' as your known measurement, enter 50, and choose 'Area' as the output. The calculator converts internally and returns ≈ 198.94 square units. You could equally ask for diameter (≈ 15.92 units) or radius (≈ 7.958 units) from the same input.

Frequently asked questions

How do you calculate the area of a circle from its circumference?

First convert circumference to radius using r = C / (2π), then apply the area formula A = π × r². For example, with C = 31.42 units, r = 31.42 / 6.2832 ≈ 5 units, and A = π × 25 ≈ 78.54 square units. This two-step process is necessary because the area formula requires the radius. This calculator performs both steps automatically when you select circumference as the known input.

What is the relationship between diameter and circumference of a circle?

The circumference equals π times the diameter: C = π × d. This ratio C/d = π ≈ 3.14159 is constant for every circle regardless of size, which is actually one of the classic definitions of π. Equivalently, C = 2πr since d = 2r. If you double the diameter, the circumference also doubles — they share a linear relationship. In practical terms, rolling a circle one full revolution along a flat surface covers a distance exactly equal to its circumference.

Why does area scale with the square of the radius while circumference scales linearly?

Circumference C = 2πr is a one-dimensional measurement (a length along the edge), so it scales linearly with r. Area A = πr² measures two-dimensional space enclosed by the circle, so it depends on r². This means doubling the radius doubles the circumference but quadruples the area. In practical terms, a pipe with twice the radius doesn't just carry twice the flow — it carries four times as much (assuming the same flow velocity). This quadratic scaling is why small increases in radius have a disproportionately large effect on area.