Tested tool guide
Tested browser tools
Checked August 16, 2026
What Shape Area & Perimeter Calculator does, with a checked example
Pick a shape from a gallery of more than 20 entries - circles, triangles, quadrilaterals, regular polygons, ellipses, and sectors - and the page draws a labeled diagram showing exactly which dimensions to enter. Type those lengths in and the tool returns the area and the perimeter computed from the standard formulas. The surprise most users hit is scaling: double a circle's radius and the circumference merely doubles, but the area quadruples, so a shape that looks twice as wide holds four times as much. The diagram also exists to stop a subtler error - entering the slant side of a trapezoid where the perpendicular height belongs.
Worked example
A concrete input and expected output from the current implementation.
Input
Circle, radius = 5 cm
->
Expected output
Area = 78.54 square cm; perimeter (circumference) = 31.42 cm
Area is pi times the radius squared: pi x 25 = 78.5398, rounded to 78.54. The circumference is 2 x pi x 5 = 31.4159, rounded to 31.42. Both results carry the units entered, so the area is quoted in square centimeters.