Circle Calculator

The circle is the most studied curve in mathematics and the most universal shape in engineering, architecture, and nature. Every circle is defined by a single number — the radius — and from it all other measurements follow: diameter (d = 2r), circumference (C = 2πr), and area (A = πr²). This calculator lets you start from any one of those four values and instantly solves the other three, then optionally computes sector area, arc length, and chord length for a chosen central angle. Step-by-step formulas with full precision π are shown so you can verify the work. Inputs accept centimetres, metres, inches, or feet — outputs are unit-consistent (area in unit²). The math is universal: the same Euclidean geometry is taught and applied identically across the US (Common Core), UK (GCSE / A-Level), Canada (provincial curricula), and Australia (ACARA).

star 4.8
auto_awesome AI
New

Circle Calculator calculator

calculate Circle Inputs

°
For sector area, arc length, chord length
Formulas Used
d = 2r
C = 2πr
A = πr²

analytics Circle Results

Area
78.5398 cm²
Radius
5
cm
Diameter
10
cm
Circumference
31.4159
cm
pie_chart Sector (90°)
Sector Area
19.6350
cm²
Arc Length
7.8540
cm
Chord Length
7.0711
cm
Step-by-Step
Given r = 5 cm
d = 2 × 5 = 10 cm
C = 2π × 5 ≈ 31.4159 cm
A = π × 5² ≈ 78.5398 cm²

lightbulb Tips

  • Area: A = πr² · Circumference: C = 2πr
  • Diameter d = 2r — always twice the radius
  • Double the radius → 4× the area, 2× the circumference
  • Sector area: (θ/360) × πr² · Arc: (θ/360) × 2πr
  • Chord across angle θ: 2r·sin(θ/2)

How to Calculate Circle Area, Circumference and Radius in 4 Steps

tune

Pick the Known Input

Choose whether you're starting from radius, diameter, circumference, or area.

edit

Enter the Value and Unit

Type the measured value and pick cm, m, inches, or feet.

rotate_right

(Optional) Add a Sector Angle

For sector area, arc length, or chord length, enter the central angle in degrees.

visibility

Read the Results

All four basic measurements plus sector outputs appear instantly with step-by-step formulas.

The Formula

Every circle is determined by its radius r. From r you get the diameter d = 2r, the circumference C = 2πr, and the area A = πr². To go backwards: r = d/2 from diameter, r = C/(2π) from circumference, r = √(A/π) from area. For a sector of central angle θ (degrees): sector area = (θ/360) × πr², arc length = (θ/360) × 2πr, and the chord length is 2r·sin(θ/2). This calculator picks the right formula automatically based on which input you provide.

A = πr², C = 2πr, d = 2r

lightbulb Variables Explained

  • r Radius — distance from the centre to any point on the circle
  • d Diameter — the longest chord, twice the radius: d = 2r
  • C Circumference — the distance around the circle: C = 2πr = πd
  • A Area — the region enclosed by the circle: A = πr²
  • π Pi — the constant ratio C/d, approximately 3.14159265359, irrational and transcendental

tips_and_updates Pro Tips

1

Start from whatever you can actually measure: radius is easiest with a ruler from centre, circumference is easiest with a tape around the perimeter

2

The diameter is always exactly twice the radius — no formula needed, just multiply by two

3

π is irrational — use the calculator's full-precision value rather than the rough 3.14, especially when squaring (small errors get amplified in area)

4

Area scales with the square of the radius — doubling the radius makes the area four times larger, not twice

5

Circumference scales linearly with radius — doubling the radius doubles the circumference

6

For a sector, central angle goes in degrees by default; convert from radians by multiplying by 180/π

7

Chord length for a central angle θ is 2r·sin(θ/2) — useful in pipe-bending and arch-cutting layout work

8

Use consistent units for all inputs — mixing cm and inches without conversion is the most common error

9

Real-world circles (wheels, pipes, drums) are never perfectly circular — measure twice at perpendicular diameters and average to reduce error

A circle is the set of all points in a plane equidistant from a fixed centre — the simplest curve in geometry, and the building block for every round shape in engineering, architecture, manufacturing, and nature. Every circle is fully determined by one number: the radius r. From r flow the diameter d = 2r, the circumference C = 2πr, and the area A = πr². This calculator inverts all three relationships so you can start from any of the four values and get the other three. Optional sector inputs add sector area (θ/360)·πr², arc length (θ/360)·2πr, and chord length 2r·sin(θ/2) for a chosen central angle θ. Pi (π) is used in full double-precision (15-17 significant digits) so accuracy is preserved through squaring and square roots. Inputs accept centimetres, metres, inches, or feet — outputs are unit-consistent (area in unit²). The same Euclidean formulas are taught and applied identically across the US (Common Core G-C.B.5), UK (GCSE / A-Level), Canada (provincial curricula), and Australia (ACARA), so this calculator works for students, engineers, and DIYers in any of those markets. Below: the area and circumference formulas explained in depth, how to invert them, the mathematics of π, sector/arc/chord computations, real-world applications, and common pitfalls.

What Is a Circle Calculator? Definition, Inputs, and Output Modes

A circle calculator is a tool that converts between any one of a circle's four core measurements — radius, diameter, circumference, area — and the other three, using the relationships d = 2r, C = 2πr, and A = πr². This implementation takes one input plus a unit (cm, m, in, or ft) and returns all four basic measurements rounded to your chosen precision. Optional inputs include a central angle θ in degrees, which unlocks three additional outputs: sector area (the 'pie slice' region between two radii), arc length (the curved boundary of that slice), and chord length (the straight segment connecting the two arc endpoints). The calculator runs entirely in the browser — no server round-trip, no data sent anywhere — so it's instant and works offline once the page has loaded. All π references use the full JavaScript Math.PI constant (3.141592653589793) rather than a rounded value, which keeps cumulative precision tight when you go through multiple inversions (area → radius → circumference).

How to Calculate the Area of a Circle (A = πr²) Step-by-Step

The area of a circle is A = πr² — square the radius, then multiply by π. The factor of π comes from integrating concentric thin rings: a ring at radius x with thickness dx has circumference 2πx and area 2πx·dx; integrating from 0 to r gives ∫₀ʳ 2πx dx = πr². Step-by-step from a known radius r = 5 cm: (1) square it: r² = 25; (2) multiply by π: A = π × 25 = 25π; (3) evaluate: A ≈ 78.5398 cm². Starting from the diameter d instead: r = d/2, so A = π(d/2)² = πd²/4. Starting from circumference: r = C/(2π), so A = πr² = C²/(4π). Starting from area is trivial — you already have it — but inverting to get the radius is r = √(A/π). The calculator picks the right path automatically based on which input mode you select.

How to Calculate the Circumference of a Circle (C = 2πr)

Circumference is the perimeter of the circle — the distance around its edge. The formula is C = 2πr or equivalently C = πd, because d = 2r makes the two forms algebraically identical. Step-by-step from r = 5 cm: C = 2 × π × 5 = 10π ≈ 31.4159 cm. From the diameter directly: C = π × 10 ≈ 31.4159 cm. From the area: rearrange A = πr² to r = √(A/π), then C = 2π√(A/π) = 2√(πA). Circumference scales linearly with radius — doubling r doubles C — while area scales quadratically, which is why a pizza of double the radius has four times the area but only twice the perimeter. The historical definition of π (Greek perimetros, 'measure around') is precisely this ratio: π = C/d for every circle in flat Euclidean geometry, regardless of size.

Finding Radius and Diameter from Circumference or Area

Going backwards is the calculator's main job. From diameter to radius: r = d/2 (trivial, no formula needed). From circumference: r = C/(2π) and d = C/π. Example: a tree trunk measuring 1.57 m around has radius ≈ 0.25 m and diameter ≈ 0.5 m. From area: r = √(A/π) and d = 2√(A/π) = √(4A/π). Example: a circular garden bed of 50 m² has radius √(50/π) ≈ 3.99 m and diameter ≈ 7.98 m. This 'invert the formula' work is where the calculator earns its keep — most real measurements are circumference (tape around) or area (the constraint, like 'how much patio fits in 20 m²'), and you need the radius to lay out the geometry. The calculator does the square root and π division with full floating-point precision so the inversion is accurate to far more digits than any tape measure or ruler.

The Number Pi (π): History, Value, and Calculation Precision

Pi (π) is defined as the ratio C/d of any circle's circumference to its diameter — a constant value in flat Euclidean geometry. Numerically: π ≈ 3.141592653589793... — irrational (its decimal expansion never terminates or repeats) and transcendental (it is not the root of any polynomial with integer coefficients, proven by Lindemann in 1882). Ancient approximations: Babylonians used 25/8 = 3.125, the Rhind Papyrus (Egypt, c. 1650 BCE) used (16/9)² ≈ 3.1605, Archimedes (c. 250 BCE) bounded π between 223/71 and 22/7 using inscribed and circumscribed polygons of 96 sides. Modern computation reaches trillions of digits, but only the first ~15 digits matter for any physical engineering — beyond that, atomic-scale measurement uncertainty dominates. This calculator uses Math.PI (15-17 significant digits), enough that the precision loss from inverting through square roots is negligible compared to your measurement error.

Circle Sector, Arc Length, and Chord Calculations Explained

A sector is the 'pizza slice' region bounded by two radii and the arc between them, defined by a central angle θ. Three measurements characterise a sector: sector area = (θ/360) × πr² (degrees) or (θ/2)r² (radians); arc length = (θ/360) × 2πr (degrees) or rθ (radians); chord length = 2r·sin(θ/2). Worked example with r = 10 and θ = 60°: sector area = (60/360) × π × 100 = (1/6) × 100π ≈ 52.36; arc length = (60/360) × 2π × 10 = (1/6) × 20π ≈ 10.47; chord length = 2 × 10 × sin(30°) = 20 × 0.5 = 10. Notice that at 60° the chord length equals the radius — a property used historically to define the regular hexagon and the basis of one Archimedean π approximation. Sector and arc calculations are central to road design (curve radii), conveyor belt layout, irrigation coverage, fan blade geometry, and pie chart rendering.

Circle Calculations in Engineering, Manufacturing, and CAD

Every rotating machine and every cylindrical part starts with a circle. Pipe and tube engineering: cross-sectional area πr² determines fluid flow rate (Hagen-Poiseuille), and circumference 2πr determines pipe wall surface area for heat transfer and insulation. Wheel and pulley design: circumference equals rolling distance per revolution — a 70 cm bicycle wheel covers 70π ≈ 220 cm per turn. Bearing and bushing tolerances: inner and outer diameters with micron-precision fits determine load capacity. CNC machining: tool-path radii, plunge circles, and circular pocketing all reduce to circle math, with feed-rate calculations using arc length. CAD software (AutoCAD, SolidWorks, Fusion 360) stores circles as centre + radius and computes circumference, area, and tangents on the fly using exactly the formulas here. The calculator is a quick sanity check when you need to verify a CAD output or back-calculate from a print to a missing dimension.

Circle Calculations in DIY, Gardening, and Construction

Round garden beds, patios, fire pits, and water features all need area for material estimation. A circular patio of 3 m radius needs π × 9 ≈ 28.3 m² of paver coverage — at, say, $35/m² that's $990 in pavers alone. Round flower beds: area determines mulch volume (area × depth) and plant spacing (area divided by plant count). Sprinkler coverage: a 90° sector at 5 m radius covers (90/360) × π × 25 ≈ 19.6 m², so four corner sprinklers tile the same garden as one full-circle 5 m sprinkler in the centre — efficient water use. Round table tops, lazy Susans, and clock faces: circumference gives the trim length, area gives the finish coverage. Concrete column footings: cross-sectional area determines load capacity; the calculator pairs with our Concrete Calculator for volume math. Fence rings around trees: 2πr gives the wire length needed.

Circle Calculator for Students: Geometry Homework Help

Geometry curriculum across the four target markets covers circles at three depths. Primary (ages 8-11): definitions of radius, diameter, circumference, and basic area; introduction of π ≈ 3.14. Middle school / KS3 (ages 11-14): A = πr² and C = 2πr applied to word problems. High school / GCSE / A-Level / Common Core G-C (ages 14-18): sector area, arc length, chord length, inscribed angles, tangent properties, and proofs of the area formula via integration. This calculator is most useful at the middle and high school levels — it shows the formula and the step-by-step substitution alongside the numeric answer, so a student can copy the method into homework while understanding the derivation. For exam preparation, use the calculator to check answers, not to skip the work — examiners across all four curricula expect to see the formula stated, values substituted, and units carried through.

Common Mistakes in Circle Area and Circumference Calculations

Six recurring errors. (1) Confusing radius and diameter — students plug the diameter into A = πr² instead of r, yielding a result four times too large. Always check: r is centre-to-edge, d is edge-to-edge through the centre. (2) Forgetting to square in A = πr² — calculating πr instead of πr². Catch this by noting that area units must be squared (cm², m²); if your answer is in linear units, something is wrong. (3) Using π = 3.14 in problems with squaring — small rounding gets amplified. For exam work, use 3.14159 or the symbol π exactly. (4) Mixing units — radius in cm but expected output in m². The calculator helps by keeping units consistent, but in pencil-and-paper work, convert everything to the same unit first. (5) Treating arc length as a fraction of area instead of circumference — arc length comes from C = 2πr, not from A = πr². (6) Angle in the wrong mode — sector formulas use degrees by default in school work but radians in calculus and physics. Convert with degrees × π/180 = radians, or use the calculator's degree-mode default.

Circle vs Other Shapes: Polygons, Ellipses, and Sphere Volume

Among all closed plane curves with a given perimeter, the circle encloses the maximum possible area — the isoperimetric inequality, A ≤ P²/(4π), with equality only for the circle. This is why soap bubbles and water droplets minimise surface area into spheres (the 3D analogue), and why pressure-confined containers (gas tanks, hydraulic cylinders) are cylindrical: it minimises material for a given volume. Compared with regular polygons of n sides inscribed in a circle of radius r: as n grows, the polygon's perimeter approaches 2πr and its area approaches πr² — exactly how Archimedes computed π. An ellipse generalises a circle with two radii (semi-major a, semi-minor b): area is πab (the calculator's circle case is a = b = r) and circumference has no closed form, only a series (Ramanujan's approximation: π[3(a+b) − √((3a+b)(a+3b))] is accurate to ~10⁻⁵). Sphere volume (3D) is (4/3)πr³ and sphere surface area is 4πr² — both are integrals over circles of varying radius.

How to Memorize Circle Formulas: Mnemonics and Tips

Five proven memory aids. (1) 'Apple pies are square, cherry pies are round' — A = πr² (area = pi r squared). The squared part is what you forget; the rhyme nails it. (2) 'Two pies are round' for C = 2πr (two-pi-r, also 'twice pi r'). (3) The unit clue: area is always in unit² (square units), so if a formula gives you linear units (like 2πr) it must be a perimeter / circumference, not an area. (4) The Greek roots: peri-meter means 'measure around' (circumference); the perimeter formula must therefore be a 'going around' measurement. (5) Derive from scratch by integration if you're past calculus — A = ∫₀ʳ 2πx dx = πr² in three lines. Knowing the derivation means you never need to memorise the formula. For sector / arc / chord: the (θ/360) factor is just the fraction of the full circle covered by angle θ, then multiplied into the full-circle area or circumference. Chord 2r·sin(θ/2) comes from dropping a perpendicular from centre to chord and using a right-triangle SOH-CAH-TOA.

code

Embed this Circle Calculator on your site

Free for any site. Copy the snippet below and paste into your HTML — no attribution required beyond the built-in credit link.

<iframe src="https://calculators.im/embed/circle-calculator" width="100%" height="720" style="border:0;max-width:100%;" loading="lazy" title="Circle Calculator by Calculators.im"></iframe>
<p style="font-size:12px;text-align:center;color:#64748b;margin-top:6px;">Powered by <a href="https://calculators.im/circle-calculator?utm_source=embed&utm_medium=snippet&utm_campaign=circle-calculator">Circle Calculator</a> by Calculators.im</p>
open_in_new Preview embed Auto-resizing iframe. Mobile responsive. Works with WordPress, Ghost, Webflow, and plain HTML.

Frequently Asked Questions

sell

Tags