Circle and Triangle Area Formulas, Explained With Real Shapes

The area formulas for circles and triangles (including Heron's formula) worked through with real numbers.

Circle and triangle area formulas look completely different on the surface, but both ultimately reduce complex shapes down to a small number of measurable inputs.

Circle area and circumference

Area = πr², Circumference = 2πr. A circle with radius 5: Area = π × 5² = π × 25 ≈ 78.54 square units. Circumference = 2 × π × 5 ≈ 31.42 units. Notice area grows with the square of the radius while circumference grows linearly — doubling the radius quadruples the area but only doubles the circumference.

Triangle area via Heron's formula

When you know all three side lengths (not a base and height), Heron's formula finds the area without needing to measure height directly: first calculate the semi-perimeter s = (a+b+c)/2, then Area = √(s(s−a)(s−b)(s−c)). For a triangle with sides 5, 6, and 7: s = (5+6+7)/2 = 9. Area = √(9 × 4 × 3 × 2) = √216 ≈ 14.7 square units.

Why Heron's formula is useful beyond textbook problems

Most real-world triangle measurements (a plot of land, a triangular sail, a truss) are easier to measure as three side lengths with a tape measure than as a base and perpendicular height, which is hard to locate precisely without instruments. Heron's formula sidesteps that entirely, needing nothing more than the three side lengths.

What happens with invalid side lengths

If three lengths don't actually satisfy the triangle inequality (each side must be shorter than the sum of the other two), the term inside Heron's square root becomes negative — signaling that no real triangle can have those three side lengths at all, a useful built-in validity check.

Common mistakes to avoid

  • Confusing radius and diameter when calculating circle area or circumference — using diameter directly in the radius-based formulas doubles the error
  • Forgetting Heron's formula requires the semi-perimeter (half the perimeter), not the full perimeter, in each of its four terms
  • Assuming any three side lengths automatically form a valid triangle without checking the triangle inequality first

Calculate your own shapes with the circle calculator and triangle area calculator.