Instantly calculate the radius of a circle from any known dimension: diameter, circumference, or area. Visualize the circle with annotated radius and diameter lines.
The radius (r) of a circle is the distance from the center to any point on its circumference. It is the fundamental parameter from which all other circle properties — diameter, circumference, and area — are derived. The radius appears in countless formulas across pure mathematics, physics, engineering, and everyday life. Our interactive calculator allows you to retrieve the radius instantly, whether you know the diameter, the circumference, or the area.
Essential radius relations:
d = 2r | C = 2πr | A = πr²
→ r = d/2 | r = C/(2π) | r = √(A/π)
The concept of the radius dates back to ancient Babylon and Egypt, where early geometers studied circles to solve practical problems. The Greek mathematician Euclid formalized circle properties in his "Elements" (c. 300 BCE), defining the radius as the foundational segment. Later, Archimedes derived bounds for π using inscribed and circumscribed polygons, highlighting the radius's role in measuring the circle. Today, the radius is central to trigonometry, coordinate geometry (circle equation (x−h)² + (y−k)² = r²), and complex analysis. From designing car wheels to analyzing planetary orbits, the radius is omnipresent.
The calculator implements the following priority logic: if a valid diameter is provided, radius = diameter / 2. Otherwise, if circumference is given, radius = circumference / (2π). Else if area is provided, radius = √(area / π). Only non-negative real inputs are accepted. Using the derived radius, the tool recomputes diameter (2r), circumference (2πr), and area (πr²) for consistency and displays all values. This method ensures that users clearly see relationships among the four circle measures. In case of multiple fields filled, priority follows: diameter > circumference > area, guaranteeing deterministic output.
π (Pi) is approximated using JavaScript's Math.PI (≈ 3.141592653589793). All calculations use double-precision floating-point arithmetic, offering accuracy to about 15 significant digits.
A bicycle wheel has a circumference of 2.2 meters. To select the correct tire size, the wheel radius is essential. Using the formula r = C/(2π) → r = 2.2 / (2 × 3.14159) ≈ 0.3501 m (35 cm). With this radius, the designer can compute the wheel's diameter (70 cm) and rotational inertia. Our tool returns the exact radius instantly, aiding both engineering and retail tire matching.
When comparing two pizzas, one with area 200 in² and another with diameter 18 inches, which offers larger radius? For the first: r = √(200/π) ≈ 7.98 inches; the second radius = 9 inches. Despite a smaller area, the second pizza yields a bigger radius (and overall larger area: ≈ 254 in²). Use our radius calculator to compare deals at a glance.
Earth’s mean radius (≈ 6,371 km) is derived from circumference measurements. Knowing Earth's circumference (≈ 40,075 km), radius = 40,075 / (2π) ≈ 6,378 km (equatorial). Such calculations are fundamental to satellite orbit determination and map projection.
The radius concept extends to spheres (radius of a sphere), arcs, sectors, and even curvature of curves (radius of curvature). In coordinate geometry, the standard circle equation relies directly on the radius. In polar coordinates, a circle centered at origin is r = constant. The radius also defines the base of trigonometric unit circle definitions, making sine and cosine periodic.
| Known parameter | Example value | Computed radius | Derived properties |
|---|---|---|---|
| Diameter | 10 cm | 5 cm | C ≈ 31.416 cm, A ≈ 78.54 cm² |
| Circumference | 31.416 cm | 5 cm | d = 10 cm, A = 78.54 cm² |
| Area | 78.54 cm² | 5 cm | d = 10 cm, C ≈ 31.416 cm |
| Diameter | 1 (unit) | 0.5 | C = π, A = π/4 ≈ 0.7854 |