3 Sides Triangle Area Calculator
Calculate the area of any triangle from its three side lengths using Heron's formula. Get perimeter, angles, altitudes, inradius, and circumradius instantly.
About
Determining the area of a triangle when only three side lengths are known requires Heron's formula, a method dating to the 1st century CE. The formula computes area through the semi-perimeter s = (a + b + c) ÷ 2 without requiring height or angle measurements. Incorrect area computation in surveying and structural engineering leads to material miscalculation and cost overruns. This tool validates the triangle inequality theorem before computing: the sum of any two sides must strictly exceed the third. It also derives all three interior angles via the law of cosines, classifies the triangle by side and angle type, and computes altitudes, inradius, and circumradius.
Results assume Euclidean plane geometry on flat surfaces. For spherical or hyperbolic geometries, corrections are required. Floating-point precision is limited to 10 decimal digits internally, which may introduce rounding artifacts on triangles with extreme aspect ratios (e.g., a = 1000000, b = 1000000, c = 0.001). Pro tip: when measuring real-world sides, add 1% tolerance for tape sag and thermal expansion of metal tapes.
Formulas
The primary formula used is Heron's formula. Given three sides a, b, c, compute the semi-perimeter first:
Then the area is:
Interior angles are derived via the law of cosines. For angle α opposite side a:
Altitude from side a:
Inradius and circumradius:
Where: a, b, c = side lengths. s = semi-perimeter. A = area. α, β, γ = interior angles opposite sides a, b, c. ha = altitude to side a. r = inradius. R = circumradius.
Reference Data
| Triangle Type | Side Condition | Angle Condition | Example Sides | Area Formula Shortcut |
|---|---|---|---|---|
| Equilateral | a = b = c | All 60° | 5, 5, 5 | √34 ⋅ a2 |
| Isosceles | Two sides equal | Two angles equal | 5, 5, 8 | Heron's or b4√4a2 − b2 |
| Scalene | All sides different | All angles different | 3, 5, 7 | Heron's formula |
| Right (3-4-5) | a2 + b2 = c2 | One 90° | 3, 4, 5 | 12 ⋅ a ⋅ b |
| Right (5-12-13) | Pythagorean triple | One 90° | 5, 12, 13 | 30 sq units |
| Right (8-15-17) | Pythagorean triple | One 90° | 8, 15, 17 | 60 sq units |
| Obtuse | Longest side dominates | One angle > 90° | 3, 4, 6 | Heron's formula |
| Acute | No side dominates | All < 90° | 5, 6, 7 | Heron's formula |
| Degenerate | a + b = c | Collinear points | 1, 2, 3 | Area = 0 |
| 30-60-90 | 1 : √3 : 2 | 30°, 60°, 90° | 1, 1.732, 2 | √34 ⋅ c2 |
| 45-45-90 | 1 : 1 : √2 | 45°, 45°, 90° | 1, 1, 1.414 | a22 |
| Golden Gnomon | 1 : 1 : φ | 36°, 36°, 108° | 1, 1, 1.618 | Heron's formula |
| Egyptian (3-4-5) | Oldest known right triangle | One 90° | 3, 4, 5 | 6 sq units |
| Nearly Flat | c ≈ a + b | One angle ≈ 180° | 1, 1, 1.999 | Area ≈ 0 |