|
Notes and Formulas for a Circle:
- Given the radius find the area and circumference
- a = Π * r^2
- c = 2 * Π * r
- Given the area find the radius and circumference
- r = square root (a / Π)
- c = 2 * Π * r
- Given the circumference find the radius and area
- r = square root (a / Π)
- a = Π * r^2
|

r = radius
a = area
c = circumference
Π = Pi
|