Calculating the area of a triangle in square feet depends on what measurements you have available. Here are four common methods:
1. Base and Height
The most straightforward method when you know the base and height:
Formula: A = ½ × base × height
Example: A triangle with base = 10 ft and height = 6 ft
Area = ½ × 10 × 6 = 30 ft²
2. Three Sides (Heron's Formula)
When you know all three sides, use Heron's formula:
Formula: A = √[s(s-a)(s-b)(s-c)]
Where s = (a + b + c) / 2 (the semiperimeter)
Example: A triangle with sides a = 5 ft, b = 6 ft, c = 7 ft
s = (5 + 6 + 7) / 2 = 9 ft
Area = √[9 × (9-5) × (9-6) × (9-7)] = √[9 × 4 × 3 × 2] = √216 ≈ 14.70 ft²
3. Side-Angle-Side (SAS)
When you know two sides and the angle between them:
Formula: A = ½ × a × b × sin(γ)
Where γ is the angle between sides a and b
Example: Sides a = 8 ft, b = 10 ft, angle = 60°
Area = ½ × 8 × 10 × sin(60°) = 40 × 0.866 ≈ 34.64 ft²
4. Angle-Side-Angle (ASA)
When you know two angles and the side between them:
Formula: A = a² × sin(β) × sin(γ) / [2 × sin(β + γ)]
Example: Side a = 12 ft, angle β = 45°, angle γ = 60°
Area = 12² × sin(45°) × sin(60°) / [2 × sin(105°)] ≈ 54.22 ft²