Triangle Area Formulas
The method for calculating area varies depending on your known values. Below are the four primary approaches, each suited to different measurement scenarios.
Base and Height: A = 0.5 × b × h
Two Sides and Included Angle (SAS): A = 0.5 × a × b × sin(γ)
Three Sides (SSS/Heron's Formula): A = 0.25 × √[(a+b+c)(−a+b+c)(a−b+c)(a+b−c)]
Two Angles and Included Side (ASA): A = 0.5 × a × (a × sin(β) / sin(β + γ)) × sin(γ)
b— Base of the triangleh— Perpendicular height from base to opposite vertexa, b— Two known sidesγ (gamma)— Angle between the two known sidesa, b, c— All three side lengthsβ (beta), γ (gamma)— Two known anglesa— Side opposite the angle between the two known angles
When to Use Each Method
Base-height approach: Ideal when you can measure or are given a perpendicular distance. This is the simplest calculation and avoids trigonometry entirely. Common in construction and land surveying when altitude is accessible.
Two sides with included angle: Use this when you know two edges and the angle between them. A surveyor measuring two distances and the angle between them would use this method.
Three sides (Heron's formula): Apply this when you only have side lengths. A carpenter with measurements from all three edges but no angle data would find this essential. It works for any triangle, regardless of whether it's right-angled or obtuse.
Angles and one side: Choose this method when you know two angles and one side. The third angle can be computed (angles sum to 180°), then the formula solves directly. Navigation and surveying often provide angle and distance data in this format.
Special Cases Worth Knowing
Right triangles: When you have a right angle, the two legs become your base and height. Simply multiply them and divide by 2. A 3–4–5 triangle yields area = (3 × 4) ÷ 2 = 6 square units.
Equilateral triangles: With all sides equal length a, use the formula A = (a² × √3) ÷ 4. For a side of 10 units, this gives 25√3 ≈ 43.3 square units. A 1-unit equilateral triangle covers roughly 0.433 square units.
Isosceles triangles: If two sides match, you still need an angle or a height measurement. Knowing the two equal sides and the angle between them makes the SAS formula straightforward.
Common Pitfalls and Practical Advice
Avoid these frequent mistakes when calculating triangle areas.
- Height must be perpendicular — The height in the base-height formula is always the perpendicular distance from the base to the opposite vertex, not the length of a slanted side. A common error is using a side length instead of the altitude, which will give an incorrect result.
- Angle measurement units matter — Ensure your angles are consistently in the units your calculator expects—degrees or radians. A 90° angle is π/2 radians. Mixing units will produce wildly inaccurate areas. Most geometry software defaults to degrees, but always verify.
- Angles alone aren't enough — Knowing all three angles tells you the shape but not the size. Infinitely many triangles share the same angles but different areas. You must provide at least one side length or the height to pin down the actual area.
- Heron's formula requires valid triangles — For three side lengths to form a valid triangle, the sum of any two sides must exceed the third. If a + b ≤ c, the triangle is impossible and the formula will fail. This constraint is called the triangle inequality.