Two Ways to Calculate Triangle Area
Base and Height
Area = ½ × Base × Height
This is the simplest method when you know a triangle's base and its perpendicular height.
Heron's Formula (Three Sides)
Area = √[s(s−a)(s−b)(s−c)], where s = (a+b+c) ÷ 2 (the semi-perimeter)
Heron's formula lets you calculate a triangle's area knowing only its three side lengths, without needing to know the height directly — useful when height isn't easily measured.
The Triangle Inequality
For three lengths to form a valid triangle, the sum of any two sides must be greater than the third side. This calculator checks this condition and will alert you if your three side lengths can't actually form a triangle.