Formula and Method for Triangle Area
Base & Height:
A = ½ × base × height
or A = √(s(s−a)(s−b)(s−c)) using Heron's formula when only the three sides are known
A triangle's area can be found two standard ways, and this calculator supports both. If you know one side (the base) and the perpendicular height to that side, use A = ½ × base × height. If you only know the lengths of all three sides, use Heron's formula: compute the semiperimeter s = (a + b + c) / 2, then A = √(s(s−a)(s−b)(s−c)).
How the calculation works
For the base-and-height method, the calculator simply multiplies the base by the height and halves the result — this works for any triangle (acute, right, or obtuse) as long as the height is measured perpendicular to the base, not along one of the other sides. For the three-sides method, the calculator first checks the triangle inequality (the sum of any two sides must exceed the third), then applies Heron's formula: it finds the semiperimeter s, multiplies (s−a), (s−b), and (s−c) together with s, and takes the square root. Enter all measurements in the same unit — mixing feet and inches, or centimeters and meters, produces incorrect results.
Common mistakes
- Using the slant side instead of the height: the height must be the perpendicular (90°) distance from the base to the opposite vertex, not the length of an adjacent side.
- Units: area is in square units (ft², m²). A triangle with a 10 ft base and 6 ft height has an area of 30 ft², not 30 ft.
- Invalid side lengths: for the three-sides method, if the two shorter sides don't add up to more than the longest side, no triangle exists and Heron's formula cannot produce a real result.
Real-world applications
- Roofing, siding, and paint estimates often break a surface into triangular sections to calculate material needed (add 10–15% for waste and cuts).
- Land surveying and real estate use the three-sides method (Heron's formula) when only boundary lengths are measured, not perpendicular distances.
- Engineering and construction use triangle area for structural gussets, trusses, and load-bearing calculations.
- Trigonometry and geometry coursework use both methods to connect the concepts of height, side length, and the semiperimeter.