Circle Calculator

Calculate circle radius, diameter, circumference, and area from any single measurement. Includes visual diagram and step-by-step formulas.

Ad
Ad

About Circle Calculator

Calculate the radius, diameter, circumference, and area of any circle from a single known measurement. Enter any one value and the calculator derives the rest using the standard circle formulas. An interactive SVG diagram updates in real time to show each measurement with labels.

Circle Formulas

All circle calculations build from the radius (r):

PropertyFormulaExample (r = 5)
Diameter (d)d = 2rd = 10
Circumference (C)C = 2πr = πdC = 31.416
Area (A)A = πr²A = 78.540

If you start with a different measurement, the calculator works backwards to find r first:

  • From diameter: r = d / 2
  • From circumference: r = C / (2π)
  • From area: r = √(A / π)

Worked example: A circular garden has a circumference of 25 metres. Find its area.

  • r = 25 / (2π) = 25 / 6.2832 = 3.979 m
  • A = π x 3.979² = π x 15.832 = 49.74 m²

Common Circle Measurements

Reference table for everyday objects:

ObjectDiameterRadiusCircumferenceArea
Quarter (US coin)24.3 mm12.15 mm76.3 mm463.6 mm²
Tennis ball6.7 cm3.35 cm21.0 cm35.3 cm²
Football (soccer)22 cm11 cm69.1 cm380.1 cm²
Dinner plate27 cm13.5 cm84.8 cm572.6 cm²
Pizza (large)35 cm (14")17.5 cm110.0 cm962.1 cm²
Bicycle wheel68 cm (27")34 cm213.6 cm3,631.7 cm²
Hula hoop90 cm45 cm282.7 cm6,361.7 cm²

Why Does π Appear in Circle Formulas?

Pi (π ≈ 3.14159...) is the ratio of any circle's circumference to its diameter. It is the same for every circle regardless of size. This constant was known to ancient Babylonians (who approximated it as 3.125) and Egyptians (who used 3.1605). Archimedes proved it lies between 223/71 and 22/7 around 250 BC. Today it has been computed to over 100 trillion digits, though 15 digits of precision are sufficient for any practical calculation.

The area formula A = πr² comes from the fact that a circle can be divided into infinitely many thin triangular sectors. When rearranged, these sectors form a rectangle with width πr and height r, giving area = πr x r = πr².

Circle vs Square: Area Comparison

A circle is the most efficient shape for enclosing area with minimum perimeter:

ShapePerimeter 20 cmAreaEfficiency
CircleC = 20 cm31.83 cm²100% (most efficient)
SquareP = 20 cm (sides = 5)25.00 cm²78.5%
Equilateral triangleP = 20 cm (sides = 6.67)19.25 cm²60.5%

With the same perimeter, a circle encloses 27% more area than a square. This is why tanks, pipes, and silos use circular cross-sections - maximum volume for minimum material.

Practical Applications

  • Landscaping: A circular garden bed with radius 3m needs A = π x 9 = 28.3 m² of soil and C = 18.8 m of edging.
  • Pipes and wiring: A pipe with 5 cm diameter has cross-sectional area = π x 2.5² = 19.6 cm². Doubling the diameter quadruples the area (and flow capacity).
  • Pizza math: A 14-inch pizza has area 153.9 in² while a 12-inch pizza has 113.1 in². The 14-inch is 36% larger in area, not just 17% larger in diameter.
  • Wheel distance: A wheel with diameter 68 cm travels C = π x 68 = 213.6 cm per revolution. In 1 km (100,000 cm), it makes 468 revolutions.

For angle and trigonometry work, the unit circle shows sine, cosine, and tangent values at standard angles. For more advanced circle-related calculations, the circumference calculator also covers arc length and sector area.

All calculations run entirely in your browser. No data is sent to a server.

Frequently Asked Questions

How do I calculate the area of a circle?

The area of a circle is calculated using A = pi times r squared, where r is the radius. For example, a circle with radius 5 has an area of about 78.54 square units.

What is the relationship between radius and diameter?

The diameter is always exactly twice the radius. If the radius is 5, the diameter is 10. If you know the diameter, divide it by 2 to get the radius.

How do I find circumference from area?

First find the radius from the area using r = square root of (A / pi), then calculate circumference as C = 2 times pi times r. This tool does that conversion automatically.

Can I enter circumference to find the radius?

Yes. Select the Circumference input mode, type the value, and the tool will calculate the radius, diameter, and area for you instantly.

What units does this calculator use?

The calculator works with any consistent unit. If you enter radius in centimetres, all results are in centimetres (and square centimetres for area). Just keep your units consistent.

Link to this tool

Copy this HTML to link to this tool from your website or blog.

<a href="https://toolboxkit.io/tools/circle-calculator/" title="Circle Calculator - Free Online Tool">Try Circle Calculator on ToolboxKit.io</a>