Mathwords logoMathwords

Radius — Definition, Formula & Examples

The radius is the distance from the center of a circle to any point on its circumference. Every circle has infinitely many radii, and they are all the same length.

For a circle with center OO, the radius is a line segment OP\overline{OP} where PP is any point on the circle, or equivalently the scalar length r=OPr = |OP|. The radius is half the diameter: r=d2r = \tfrac{d}{2}.

Key Formula

r=d2C=2πrA=πr2r = \frac{d}{2} \qquad C = 2\pi r \qquad A = \pi r^2
Where:
  • rr = Radius of the circle
  • dd = Diameter of the circle
  • CC = Circumference of the circle
  • AA = Area of the circle
  • π\pi = Pi, approximately 3.14159

How It Works

The radius is the single measurement that defines a circle's size. Once you know the radius, you can calculate every other property: diameter (d=2rd = 2r), circumference (C=2πrC = 2\pi r), and area (A=πr2A = \pi r^2). You can also find the radius if you are given any of these other measurements by rearranging the formulas. For example, if you know the circumference, divide it by 2π2\pi to get the radius.

Worked Example

Problem: A circle has a diameter of 20 cm. Find the radius, the circumference, and the area.
Find the radius: The radius is half the diameter.
r=d2=202=10 cmr = \frac{d}{2} = \frac{20}{2} = 10 \text{ cm}
Find the circumference: Use the circumference formula with r = 10.
C=2πr=2π(10)=20π62.83 cmC = 2\pi r = 2\pi(10) = 20\pi \approx 62.83 \text{ cm}
Find the area: Use the area formula with r = 10.
A=πr2=π(10)2=100π314.16 cm2A = \pi r^2 = \pi(10)^2 = 100\pi \approx 314.16 \text{ cm}^2
Answer: The radius is 10 cm, the circumference is 20π62.8320\pi \approx 62.83 cm, and the area is 100π314.16100\pi \approx 314.16 cm².

Another Example

Problem: A circular garden has an area of 50.24 m250.24 \text{ m}^2. Find the radius. (Use π3.14\pi \approx 3.14.)
Start with the area formula: Write the area formula and substitute the known value.
A=πr2    50.24=3.14r2A = \pi r^2 \implies 50.24 = 3.14 \cdot r^2
Solve for r²: Divide both sides by 3.14.
r2=50.243.14=16r^2 = \frac{50.24}{3.14} = 16
Take the square root: Since length must be positive, take the positive square root.
r=16=4 mr = \sqrt{16} = 4 \text{ m}
Answer: The radius of the garden is 4 m.

Why It Matters

Radius is one of the first measurements you learn in a middle-school geometry course, and it stays relevant through high school and beyond. Engineers use the radius to design wheels, pipes, and lenses. In coordinate geometry, the equation of a circle — (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2 — is built directly around the radius.

Common Mistakes

Mistake: Confusing radius and diameter, especially in word problems that give the diameter.
Correction: Always check whether the problem gives the diameter or the radius. The radius is half the diameter, so if a circle's diameter is 14, its radius is 7 — not 14.
Mistake: Forgetting to square the radius in the area formula, writing A=πrA = \pi r instead of A=πr2A = \pi r^2.
Correction: The circumference formula is C=2πrC = 2\pi r (radius to the first power). The area formula is A=πr2A = \pi r^2 (radius squared). Keep them distinct.