Circle measurements
Enter a measured radius and keep both common circle formulas visible. The sample uses a radius of 3.5 metres.
| @1 | radius = 3.5 m | |
| @2 | area = pi * radius ^ 2 | |
| @3 | circumference = 2 * pi * radius |
How it works
- Replace
radiuswith the measurement from your drawing or object. - Review
areafor the surface inside the circle. - Use
circumferencefor the distance around its edge.
Try changing the unit to centimetres or inches and let the result keep the corresponding square unit for area.