Heron's Formula
Know all three sides but no angle? Heron's Formula gives the area directly — just compute the semi-perimeter and plug into a single elegant formula.
Introduction
Sometimes all you know are the three side lengths. Heron's Formula lets you bypass angle computation entirely and go straight to the area.
Past Knowledge
Triangle inequality (sum of two sides > third), area formula (7.6), square roots.
Today's Goal
Calculate triangle area from three sides using the semi-perimeter and Heron's Formula.
Future Success
Heron's Formula is widely used in coordinate geometry, CAD, and 3D modeling.
Key Concepts
Step 1 — The Semi-Perimeter
Step 2 — Heron's Formula
Quick Validity Check
If any of is negative, the triangle inequality is violated — no valid triangle exists, and the formula will produce an imaginary number.
Worked Examples
Integer Sides
Given: .
Step 1:
Step 2:
Answer: Area square units
Decimal Sides
Given: .
Answer: Area square units
Equilateral Triangle
Given: .
Verify with the equilateral formula: ✓
Answer: Area square units
Common Pitfalls
Using the Perimeter Instead of Semi-Perimeter
is half the perimeter. Forgetting to divide by 2 inflates every factor and gives a wildly wrong answer.
Real-Life Applications
Computer Graphics — Mesh Area
3D models are built from thousands of triangles. Game engines and CAD software use Heron's Formula to compute the surface area of each triangle from vertex coordinates — no angle computation needed, making it extremely fast.
Practice Quiz
Loading...