Circle calculator
This circle calculator takes one known measurement of a circle—radius, diameter, circumference, or area—and automatically calculates the remaining three values.
What is a circle?
A circle is a two-dimensional shape where all points on its boundary are equidistant from a fixed point called the center. This fixed distance is called the radius.
Parts of a circle
- Radius (r) – The distance from the center to any point on the circle.
- Diameter (d) – The longest distance across the circle, passing through the center. It is twice the radius.
- Circumference (C) – The total distance around the circle (the perimeter of a circle).
- Area (A) – The total space inside the circle.
- Chord – A line segment that connects two points on the circle but does not necessarily pass through the center.
- Arc – A portion of the circle’s boundary between two points.
- Sector – A region of the circle enclosed by two radii and an arc.
- Segment – A region of the circle enclosed by a chord and an arc.
- Tangent – A straight line that touches the circle at exactly one point.
- Secant – A straight line that intersects the circle at two points.
What is Pi (π)?
The mathematical constant π (pi) is the ratio of a circle’s circumference to its diameter.
It is an irrational number, approximately equal to 3.14159 but continues infinitely without repeating.
\pi = \frac{\text{Circumference}}{\text{Diameter}}
Formulas for circle measurements
- Radius (r)
- If given the diameter: r = \frac{d}{2}
- If given the circumference: r = \frac{C}{2\pi}
- If given the area: r = \sqrt{\frac{A}{\pi}}
- Diameter (d)
- d = 2r
- d = \frac{C}{\pi}
- Circumference (C)
- C = 2\pi r
- C = \pi d
- Area (A)
- A = \pi r^2
Additional facts about circles
- A circle is a special case of an ellipse where both foci are at the same point.
- The unit circle is a circle with a radius of 1, commonly used in trigonometry.
- Circles are infinitely symmetrical and have no corners or edges.
- The equation of a circle in a Cartesian coordinate system with center (h,k) and radius r is:
(x - h)^2 + (y - k)^2 = r^2