Diameter to Radius Calculator

Convert between diameter and radius, and calculate circumference and area from either input.

Choose Input Type

Result

Radius
5
units
Diameter 10
Radius 5
Circumference 31.415927
Area 78.539816
Sphere Surface Area 314.159265
Sphere Volume 523.598776

Step-by-Step Solution

r = d / 2

Understanding Diameter and Radius

The diameter and radius are two fundamental measurements of a circle. The diameter is the distance across the circle through its center -- the longest chord of the circle. The radius is the distance from the center to any point on the circle's edge. The relationship between them is simple: the diameter is exactly twice the radius, and the radius is exactly half the diameter.

This relationship is expressed as d = 2r or equivalently r = d/2. While simple, these are among the most frequently used conversions in geometry, engineering, and everyday measurements. Many formulas use the radius (like area and circumference), while many real-world measurements use the diameter (like pipe sizes and wheel sizes).

Related Circle Formulas

Diameter to Radius

The radius is half the diameter. This is the most basic circle relationship.

r = d / 2

Radius to Diameter

The diameter is twice the radius. Simply multiply by 2.

d = 2r

Circumference

The distance around the circle. Can be calculated from either radius or diameter.

C = 2*pi*r = pi*d

Circle Area

The space enclosed by the circle, measured in square units.

A = pi*r^2 = pi*(d/2)^2

Sphere Surface Area

The total area of the surface of a sphere with the same radius.

SA = 4*pi*r^2

Sphere Volume

The space enclosed by a sphere with the same radius.

V = (4/3)*pi*r^3

Why Both Measurements Matter

In practice, whether you use diameter or radius depends on the context. Manufacturing and engineering often use diameter because it is easier to measure directly with calipers. Mathematics and physics typically use radius because formulas are cleaner (e.g., C = 2*pi*r, A = pi*r2). Being able to convert quickly between the two is an essential skill.

Common Diameter-Radius Pairs

  • d = 1, r = 0.5 -- The unit circle when d = 2 has r = 1.
  • d = 10, r = 5 -- A common example for quick calculations.
  • d = 2.54 cm (1 inch), r = 1.27 cm -- Common in imperial-metric conversions.
  • d = 22 cm, r = 11 cm -- Typical dinner plate size.
  • d = 68-70 cm, r = 34-35 cm -- Standard soccer ball circumference implies this diameter range.

Practical Applications

Diameter and radius conversions are used everywhere: in plumbing (pipe diameters), automotive (wheel and tire sizes), cooking (pan and cake sizes), astronomy (planetary radii), and sports (ball sizes). TV and monitor sizes are measured by diagonal, but circular elements like lenses, pipes, and wheels are measured by diameter.

The Number Pi

The constant pi (approximately 3.14159265) is defined as the ratio of a circle's circumference to its diameter: pi = C/d. This means the circumference is always pi times the diameter, or equivalently 2*pi times the radius. Pi is an irrational number, meaning its decimal representation never ends and never repeats. It is one of the most important constants in all of mathematics.

Extended Calculations

From just the diameter or radius, you can calculate every property of the circle: circumference (C = pi*d), area (A = pi*r2), and even properties of related 3D shapes. A sphere with the same radius has surface area 4*pi*r2 and volume (4/3)*pi*r3. This calculator provides all of these values automatically.