Trigonometry

Triangle Area Formulas: ½ab sin C and Heron's Formula

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

Electrical

Voltage drop, wire sizing, load balancing

You know from geometry that the area of a triangle is 12×base×height\frac{1}{2} \times \text{base} \times \text{height}. But that formula requires a perpendicular height, which you rarely know for oblique triangles. These two trigonometric formulas solve that problem — one for when you know two sides and the included angle (SAS), and one for when you know all three sides (SSS).

Formula 1: Area = ½ab sin C (SAS)

When you know two sides and the angle between them, you can compute the area directly.

Why ½ab sin C Works — The Height Is b sin C

h = b sin CabCCBA

The derivation: Drop a perpendicular from vertex A to side aa. That perpendicular height is h=bsinCh = b \sin C (from basic right-triangle trig). Substituting into the standard area formula:

Area=12×a×h=12×a×bsinC\text{Area} = \frac{1}{2} \times a \times h = \frac{1}{2} \times a \times b \sin C

Area=12absinC\boxed{\text{Area} = \frac{1}{2}ab\sin C}

The angle CC must be the included angle — the angle between sides aa and bb. Using a non-included angle gives a wrong answer.

Example 1: SAS Area

Problem: Find the area of a triangle with sides 8 and 11 and an included angle of 40 degrees.

Area=12(8)(11)sin(40°)=12(88)(0.6428)=28.3 square units\text{Area} = \frac{1}{2}(8)(11)\sin(40°) = \frac{1}{2}(88)(0.6428) = 28.3 \text{ square units}

Answer: The area is approximately 28.3 square units.

Example 2: Finding an Angle from the Area

Problem: A triangle has sides of 10 and 14 with an area of 50 square units. Find the acute included angle.

50=12(10)(14)sinC50 = \frac{1}{2}(10)(14)\sin C

50=70sinC50 = 70\sin C

sinC=5070=0.7143\sin C = \frac{50}{70} = 0.7143

C=sin1(0.7143)=45.6°C = \sin^{-1}(0.7143) = 45.6°

Answer: The included angle is approximately 45.6 degrees.

Note: Since sin(180°θ)=sin(θ)\sin(180° - \theta) = \sin(\theta), the supplementary angle 134.4°134.4° also has a sine of approximately 0.71430.7143. So there is also an obtuse solution of 134.4 degrees. The problem specifies the acute angle.

Formula 2: Heron’s Formula (SSS)

When you know all three sides but no angles, Heron’s formula gives the area directly.

Heron’s Formula — Area from Three Sides Only

cabs = (a + b + c) / 2

Step 1: Compute the semi-perimeter:

s=a+b+c2s = \frac{a + b + c}{2}

Step 2: Plug into Heron’s formula:

Area=s(sa)(sb)(sc)\text{Area} = \sqrt{s(s - a)(s - b)(s - c)}

Example 3: Heron’s Formula

Problem: Find the area of a triangle with sides 7, 9, and 12.

Step 1 — Semi-perimeter:

s=7+9+122=282=14s = \frac{7 + 9 + 12}{2} = \frac{28}{2} = 14

Step 2 — Compute each factor:

sa=147=7s - a = 14 - 7 = 7 sb=149=5s - b = 14 - 9 = 5 sc=1412=2s - c = 14 - 12 = 2

Step 3 — Apply the formula:

Area=14×7×5×2=980=31.3 square units\text{Area} = \sqrt{14 \times 7 \times 5 \times 2} = \sqrt{980} = 31.3 \text{ square units}

Answer: The area is approximately 31.3 square units.

When to Use Which Formula

What You KnowWhich FormulaWhy
Two sides + included angle (SAS)12absinC\frac{1}{2}ab\sin CFaster — one step
All three sides (SSS)Heron’s formulaNo angles needed
Two sides + non-included angleUse Law of Sines to find the included angle first, then 12absinC\frac{1}{2}ab\sin CNeither formula works directly

If you know SAS, you could use the Law of Cosines to find the third side, then apply Heron’s formula — but 12absinC\frac{1}{2}ab\sin C is faster and involves less arithmetic.

Real-World Application: Surveying a Triangular Lot

A surveyor measures a triangular plot of land with sides of 120 ft, 95 ft, and 140 ft. What is the area in square feet and acres?

s=120+95+1402=3552=177.5s = \frac{120 + 95 + 140}{2} = \frac{355}{2} = 177.5

sa=177.5120=57.5s - a = 177.5 - 120 = 57.5 sb=177.595=82.5s - b = 177.5 - 95 = 82.5 sc=177.5140=37.5s - c = 177.5 - 140 = 37.5

Area=177.5×57.5×82.5×37.5=31,575,585.9=5619.2 sq ft\text{Area} = \sqrt{177.5 \times 57.5 \times 82.5 \times 37.5} = \sqrt{31{,}575{,}585.9} = 5619.2 \text{ sq ft}

Convert to acres: 5619.2÷43,560=0.1295619.2 \div 43{,}560 = 0.129 acres

Answer: The lot is approximately 5,620 square feet or about 0.13 acres.

Common Mistakes

  1. Using a non-included angle with ½ab sin C. The angle must be between the two given sides. Using any other angle produces a wrong answer.
  2. Forgetting to compute the semi-perimeter. Heron’s formula uses s=(a+b+c)/2s = (a+b+c)/2, not a+b+ca+b+c directly. Skipping this step is the most common arithmetic error.
  3. Forgetting the final square root. After multiplying s(sa)(sb)(sc)s(s-a)(s-b)(s-c), you still need to take the square root. Students who forget end up with an area that is way too large.
  4. Rounding intermediate values. In Heron’s formula, keep full precision through the multiplication and only round the final answer. Rounding sas - a, sbs - b, and scs - c individually can compound into significant error.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Find the area of a triangle with sides 15 and 20 and an included angle of 65 degrees.

Area=12(15)(20)sin(65°)=150×0.9063=135.9 sq units\text{Area} = \frac{1}{2}(15)(20)\sin(65°) = 150 \times 0.9063 = 135.9 \text{ sq units}

Answer: The area is approximately 135.9 square units.

Problem 2: Find the area of a triangle with sides 5, 12, and 13 using Heron’s formula. Then verify using the standard base-times-height formula (this is a right triangle).

Heron’s formula:

s=5+12+132=15s = \frac{5 + 12 + 13}{2} = 15

Area=15×10×3×2=900=30\text{Area} = \sqrt{15 \times 10 \times 3 \times 2} = \sqrt{900} = 30

Verification: Since 52+122=25+144=169=1325^2 + 12^2 = 25 + 144 = 169 = 13^2, this is a right triangle with legs 5 and 12.

Area=12(5)(12)=30 ✓\text{Area} = \frac{1}{2}(5)(12) = 30 \text{ ✓}

Answer: The area is exactly 30 square units.

Problem 3: A triangle has sides of 14 and 10 with an area of 50 square units. Find the acute included angle.

50=12(14)(10)sinC=70sinC50 = \frac{1}{2}(14)(10)\sin C = 70\sin C

sinC=5070=0.7143\sin C = \frac{50}{70} = 0.7143

C=sin1(0.7143)=45.6°C = \sin^{-1}(0.7143) = 45.6°

Answer: The acute included angle is approximately 45.6 degrees.

Problem 4: A surveyor measures a triangular lot with sides 85 m, 110 m, and 130 m. Find the area in square meters.

s=85+110+1302=3252=162.5s = \frac{85 + 110 + 130}{2} = \frac{325}{2} = 162.5

Area=162.5×77.5×52.5×32.5\text{Area} = \sqrt{162.5 \times 77.5 \times 52.5 \times 32.5}

=21,488,085.9=4635.5 sq m= \sqrt{21{,}488{,}085.9} = 4635.5 \text{ sq m}

Answer: The lot is approximately 4,636 square meters.

Problem 5: Find the area of a triangle with sides 8 and 11 and an included angle of 40 degrees using ½ab sin C. Then use the Law of Cosines to find the third side and verify with Heron’s formula.

½ab sin C:

Area=12(8)(11)sin(40°)=44×0.6428=28.3\text{Area} = \frac{1}{2}(8)(11)\sin(40°) = 44 \times 0.6428 = 28.3

Find the third side using the Law of Cosines:

c2=82+1122(8)(11)cos(40°)=64+121176(0.7660)=185134.8=50.2c^2 = 8^2 + 11^2 - 2(8)(11)\cos(40°) = 64 + 121 - 176(0.7660) = 185 - 134.8 = 50.2

c=50.2=7.085c = \sqrt{50.2} = 7.085

Heron’s formula:

s=8+11+7.0852=13.04s = \frac{8 + 11 + 7.085}{2} = 13.04

Area=13.04×5.04×2.04×5.96=799.1=28.3 ✓\text{Area} = \sqrt{13.04 \times 5.04 \times 2.04 \times 5.96} = \sqrt{799.1} = 28.3 \text{ ✓}

Answer: Both methods give approximately 28.3 square units.

Key Takeaways

  • Use 12absinC\frac{1}{2}ab\sin C when you know two sides and the included angle (SAS) — it is faster than any alternative
  • Use Heron’s formula when you know all three sides (SSS) and no angles
  • The angle in 12absinC\frac{1}{2}ab\sin C must be the included angle between the two known sides
  • Both formulas work for any triangle — right, acute, or obtuse
  • For surveying and construction, Heron’s formula is especially practical because field measurements often give three side lengths

Return to Trigonometry for more topics in this section.

Last updated: March 28, 2026