Triangle Area- Calculation Methods and Formulas

Triangle Area: The Formulas You Actually Need

Every triangle has an area. Calculating it is straightforward once you know which formula applies to your situation. This guide covers every method worth knowing, with zero academic fluff.

The Basic Formula: Base × Height ÷ 2

The most common method works when you know the base length and the perpendicular height:

Area = ½ × base × height

That's it. One-half times base times height.

The height must be the perpendicular distance from the base to the opposite vertex. Not the side length — the straight-down distance.

Example: A triangle with base 10 cm and height 6 cm has area = 0.5 × 10 × 6 = 30 cm²

Heron's Formula: When You Know All Three Sides

Sometimes you don't have the height. You have three side lengths instead. That's when Heron's formula saves you.

First, calculate the semiperimeter:

s = (a + b + c) ÷ 2

Then plug it into the area formula:

Area = √[s(s - a)(s - b)(s - c)]

The √ symbol means square root. The expression inside the brackets is called the Heron term.

Example: Triangle with sides 5, 6, and 7.

Trigonometric Methods

When you know two sides and the angle between them, skip the height calculation entirely.

SAS Method (Side-Angle-Side)

Area = ½ × side₁ × side₂ × sin(included angle)

The included angle is the angle between the two known sides.

Example: Sides of 8 cm and 12 cm with a 45° angle between them.

Area = 0.5 × 8 × 12 × sin(45°) = 48 × 0.707 = 33.94 cm²

ASA and AAS Methods

When you know two angles and one side, find the third angle first (angles sum to 180°), then use the SAS formula.

Work backwards: find a side adjacent to a known angle, then apply SAS.

Special Triangle Formulas

Right Triangles

The two legs of a right triangle are perpendicular by definition. That means they serve as base and height directly.

Area = ½ × leg₁ × leg₂

No height calculation needed. The hypotenuse doesn't factor in.

Equilateral Triangles

When all three sides are equal (length = a), simplify the height:

Height = (a × √3) ÷ 2

Plug into the basic formula:

Area = (a² × √3) ÷ 4

Example: Equilateral triangle with side 6 cm.

Area = (36 × 1.732) ÷ 4 = 15.59 cm²

Comparing Calculation Methods

MethodWhat You NeedBest For
Base × Height ÷ 2Base and perpendicular heightRight triangles, altitude given
Heron's FormulaAll three sidesSurveying, when only side lengths known
SAS (Trig)Two sides + included angleNavigation, engineering
½ × leg₁ × leg₂Two legs of right triangleRight triangles only
(a² × √3) ÷ 4Side length onlyEquilateral triangles only

How to Calculate Triangle Area: Step-by-Step

Pick the scenario that matches what you have:

Scenario 1: You have base and height

  1. Multiply base × height
  2. Divide the result by 2
  3. Label your answer in square units

Scenario 2: You have three side lengths

  1. Add all three sides, divide by 2 (this is s)
  2. Subtract each side from s individually
  3. Multiply all four values together
  4. Take the square root

Scenario 3: You have two sides and the angle between them

  1. Multiply the two sides together
  2. Find the sine of the angle (use a calculator)
  3. Multiply results from steps 1 and 2
  4. Divide by 2

Common Mistakes to Avoid

Which Formula Should You Use?

Look at what information you have:

The math isn't complicated. Pick the right tool for your inputs, plug in the numbers, and calculate. That's all triangle area ever requires.