learn.howToCalculate
learn.whatIsHeading
A circle is the set of all points in a plane that are exactly the same distance (the radius) from a central point. All four measurements — radius, diameter, circumference, and area — can be calculated from just one known value using the mathematical constant π (pi ≈ 3.14159).
단계별 가이드
- 1Radius (r): the distance from the centre to any point on the circle
- 2Diameter (d): twice the radius — d = 2r
- 3Circumference (C): the perimeter of the circle — C = 2πr = πd
- 4Area (A): the space enclosed — A = πr²
풀어진 예시
입력
r = 5
결과
d=10, C=31.416, A=78.540
All from one given value
입력
C = 100
결과
r=15.915, d=31.831, A=795.775
Working back from circumference
입력
A = 200
결과
r=7.979, d=15.959, C=50.133
Working back from area
계산할 준비가 되셨나요? 무료 Circle 계산기를 사용해 보세요
직접 시도해 보세요 →