Instantly compute circle area and circumference from a radius or diameter.
Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(),
tan(), ln(), log(), abs(). Use * for multiplication.
Math Geometry • Basic Shapes and Properties
Instantly compute circle area and circumference from a radius or diameter.
Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(),
tan(), ln(), log(), abs(). Use * for multiplication.
Use A = pi x r^2 for area and C = 2 x pi x r for circumference. Enter r in the calculator to get both results with the working steps.
Convert diameter to radius with r = d/2, then use A = pi x r^2 and C = 2 x pi x r. Equivalently, circumference can be computed directly by C = pi x d.
Area measures surface size, so its unit is length squared. For example, if the radius is in cm, the area is in cm^2 while circumference is in cm.
Yes. The calculator accepts entries like pi, sqrt(2), and 1e-3, and it evaluates them before applying the circle formulas.