📐 Math CalculatorsFree · No signup

Circle Calculator

Calculate circle area, circumference, diameter, arc length, and sector area from radius. Full geometric analysis of circles for math, engineering, and design.

Area

78.54

r = 5 · C = 31.415927

Area

78.539816

Circumference

31.415927

Diameter

10

Radius

5

Arc Length (90°)

7.853982

Sector Area (90°)

19.634954

A = πr² = 78.539816

C = 2πr = 31.415927

Arc = r×θ = 7.853982 (θ=1.5708 rad)

Sector = ½r²θ = 19.634954

About the Circle Calculator

A circle calculator computes all geometric properties of a circle — area, circumference, diameter, arc length, and sector area — from the radius. The circle is the most fundamental shape in geometry, appearing in engineering design, architecture, physics, and daily life from wheel design to satellite orbits. Given only one measurement (radius, diameter, or circumference), all other properties are derivable through exact formulas involving π (pi ≈ 3.14159265...). Our calculator takes a radius and optional arc angle to produce: area (A = πr²), circumference (C = 2πr), diameter (d = 2r), arc length for any angle (arc = rθ in radians), and sector area for any central angle. These quantities appear in engineering contexts (pipe cross-sections, gear teeth, pressure vessel analysis), architectural design (dome dimensions, circular rooms, curved facades), navigation (great circle distances on a sphere), and hundreds of other applications. The calculator also shows the precise formulas used, making it educational as well as computational. Relevant for geometry students, engineers, architects, and anyone needing circle calculations.

Formula

A = πr² | C = 2πr | arc = rθ (radians) | sector = ½r²θ (radians) = (θ°/360) × πr²

How It Works

Area: A = πr² (pi times radius squared). For r = 5: A = π × 25 = 78.540 sq units. Circumference: C = 2πr = πd. For r = 5: C = 31.416. Diameter: d = 2r = 10. Arc length: arc = r × θ_rad, where θ_rad = θ_degrees × (π/180). For r = 5, θ = 90°: θ_rad = π/2 = 1.5708. Arc = 5 × 1.5708 = 7.854. Sector area: sector = ½r²θ_rad = (θ_deg/360) × πr². For r = 5, θ = 90°: sector = (90/360) × π × 25 = 0.25 × 78.540 = 19.635. Annulus (ring) area = π(R² − r²) where R = outer radius, r = inner radius. Area of circular segment (chord-bounded region) = sector area − triangle area = ½r²(θ − sin θ). These additional formulas extend the basic circle calculator for specialized geometry problems.

Tips & Best Practices

  • π to sufficient precision: for most engineering calculations, π ≈ 3.14159 (6 sig figs) is adequate. Machined parts typically require 3-4 decimal places; calculations on large structures (bridges, tunnels) rarely need more than 5-6 significant figures. JavaScript Math.PI provides 15 significant figures.
  • Engineering pipe sizes: nominal pipe sizes use outer diameter, not inner (bore). A "2 inch" pipe has an OD of 2.375 inches and various wall thicknesses. Always confirm whether a specified diameter is ID or OD before calculating cross-sectional area for flow calculations.
  • Radian vs degree: the arc length formula arc = rθ requires θ in radians. Remember: 360° = 2π radians; 180° = π; 90° = π/2; 45° = π/4. For a complete circle: arc = r × 2π = circumference = 2πr — consistent as expected.

Who Uses This Calculator

Students solving geometry problems involving circles, arcs, and sectors. Engineers calculating pipe cross-sections, gear tooth geometry, and cam profiles. Architects designing circular rooms, domes, and curved structural elements. Craftspeople and manufacturers cutting circular pieces and calculating material requirements.

Optimised for: USA · UK · Canada · Australia · Calculations run in your browser · No data stored

Frequently Asked Questions

What is the formula for the area of a circle?

A = πr² (area equals pi times radius squared). Or equivalently: A = π(d/2)² = πd²/4. Example: radius 5 cm: A = π × 25 = 78.54 cm². Circumference: C = 2πr = πd.

How do I calculate arc length?

Arc length = r × θ, where θ is the central angle in radians. To convert degrees to radians: θ_rad = θ_deg × π/180. Example: r = 10, θ = 90°: arc = 10 × (π/2) = 15.71.

How do I calculate the area of a sector?

Sector area = ½r²θ (in radians) = (θ/360°) × πr² (in degrees). Example: 90° sector of a circle with radius 6: Sector = (90/360) × π × 36 = 28.27 square units.