Orchids Logo
Orchids Logo
Login

Area of a Triangle: A Complete Learning Guide

Introduction

The area of a triangle is the space inside its three sides. This concept is important in math and has practical applications in construction, engineering, landscaping, surveying, and design. To find the area, different methods apply based on the type of triangle and the measurements available. There are specific formulas for right-angled, equilateral, and isosceles triangles. For more complex cases, you can use methods like Heron’s formula and the SAS rule. This guide outlines the key formulas, explains when to use them, and provides examples of practical applications.

Table of Contents

 

Definition of Area of a Triangle

The area of a triangle is simply the amount of space it covers on a flat surface. You measure it in square units, like square centimetres (cm²), square metres (m²), or square inches (in²). To find the area, you usually need to know the length of the base (bottom side) and the height (distance from the base to the peak).

Let's think of it this way: if you were planning a triangular-shaped garden, knowing its base and height would help you work out exactly how much land you’d need to prepare.

 

Area of Triangle Formulas

Basic Area of Triangle Formula

This is the most commonly used formula where both base and height are considered:

Area = ½ × Base × Height

  • Base – This is the bottom side of the triangle, the side it “sits” on.

  • Height – This is how tall the triangle is. It’s the straight, upright line that goes from the base to the top point (peak) of the triangle.

Example:

 Base = 10 cm, Height = 5 cm

 Area = ½ × 10 × 5 = 25 cm²

This basic way of finding a triangle’s area works for all types of triangles, as long as you know the height.

 

Area Using Heron’s Formula  

Heron’s formula helps find the area of any triangle when you know the lengths of all three sides, but not the height. It is useful for irregular triangles or when measuring the height directly is difficult. This method works for all triangle types: scalene, isosceles, and equilateral.  

Steps:  

Find the semi-perimeter (s):  
s = (a + b + c) ÷ 2  

Apply Heron’s formula:  
Area = √[s × (s − a) × (s − b) × (s − c)]  

Example:  
a = 7 cm, b = 8 cm, c = 9 cm  
s = (7 + 8 + 9) ÷ 2 = 12  
Area = √[12 × 5 × 4 × 3]  
Area = √720 ≈ 26.83 cm²  

Uses: Land surveying, architecture, design, and geometry problems where the height is unknown.  

 

Area Using SAS (Side-Angle-Side) Condition  

The SAS method is used when you know two sides of a triangle and the included angle between them. It uses trigonometry to calculate the area directly without needing the height. This method is especially useful in navigation, engineering, and trigonometry-based problems.

Formula:  
Area = ½ × a × b × sin(C)  

Example:  
a = 6 cm, b = 8 cm, C = 60°  
Area = ½ × 6 × 8 × sin(60°)  
Area = 24 × 0.866 ≈ 20.78 cm²  

Uses: Engineering designs, navigation, and physics calculations.  

 

Area of Right-Angled Triangle

A right-angled triangle has one angle equal to 90 degrees. The two sides forming the proper angle act as the base and height.

Formula:

 Area = ½ × Base × Height

Example:

 Base = 12 cm, Height = 5 cm

 Area = ½ × 12 × 5 = 30 cm²

This is the easiest way to find the area of a right-angled triangle. People often use it when making things like buildings, stairs, and ramps.

 

Area of an Equilateral Triangle

An equilateral triangle has all three has all three sides and angles the same, and each angle is 60°.

Formula:

 Area = (√3 ÷ 4) × side²

Example:

 Side = 6 cm

 Area = (√3 ÷ 4) × 36 = 9√3 ≈ 15.59 cm²

This is the standard area formula for an equilateral triangle, perfect for symmetric design calculations and tiling patterns.

 

Area of an Isosceles Triangle

An isosceles triangle has the same aspects and angles.

Method 1 (if base and height are recognised):

 Area = ½ × Base × Height

Method 2 (if all aspects are regarded):

 Use Heron’s method.

Example:

 Base = 10 cm, Height = 6 cm

 Area = ½ × 10 × 6 = 30 cm²

The Area of the isosceles triangle components varies based on the to-be-had facts and is extensively used in architectural and craft designs.

 

Perimeter of Triangle

The perimeter of a triangle is the full length of its 3 sides.

Formula:

 Perimeter = a + b + c

Example:

 Sides: a = 7 cm, b = 9 cm, c = 10 cm

 Perimeter = 7 + 9+ 10 = 26 cm

Knowing the perimeter of the triangle is helpful in fencing and size issues, and it's also needed for Heron’s system.

 

Misconceptions About the Area of the Triangle

  • Height is constantly the longest aspect:

False. Height is the perpendicular line from a vertex to the base.

  • Area calculation constantly wishes for peak:

False. Use Heron’s formulation or the SAS method if the top isn't available.

  • Only one vicinity component fits all triangles:

False Different triangle sorts require special formulas.

  • Area and perimeter are equal ideas:

False, the area is surface insurance; the perimeter is the boundary period.

  • The equilateral triangle needs Heron’s components:

False. A simpler system based on aspect duration exists.

 

Fun Facts

  • Architecture:

Triangles are utilised in roofs and bridges due to the fact they provide a robust structural guide.

  • Land Surveying:

Plots of land are regularly divided into triangles for less complicated area calculations.

  • Art & Design:

Triangles are used to create balanced and symmetric styles.

  • Navigation:

Triangulation, based totally on triangle geometry, is used in GPS generation.

  • Sports:

Triangular discipline sections are commonplace in cricket and soccer grounds.

 

Solved Examples

Example 1 

 Basic Area Formula

Given:

Base = 8 cm, Height = 10 cm

Formula:

 Area = ½ × base × height

Solution: 

½ × 8 = 4, then 4 × 10 = 40

Answer:

Area = 40 cm²

 

Example 2  

Heron’s Formula
Given:

Sides a = 6 cm, b = 8 cm, c = 10 cm

Formula: 

s = (a + b + c) ÷ 2, Area = √[ s (s − a) (s − b) (s − c) ]

Solution: 

s = (6 + 8 + 10) ÷ 2 = 12
(s − a) = 6, (s − b) = 4, (s − c) = 2

Multiply: 

12 × 6 × 4 × 2 = 576
Area = √576 = 24

Answer: 

Area = 24 cm²

 

Example 3  

SAS Formula
Given:

Side a = 5 cm, Side b = 7 cm, Included angle = 60°

Formula:

 Area = ½ × a × b × sin(angle)

Solution: 

½ × 5 × 7 = 17.5, sin 60° ≈ 0.866
Area = 17.5 × 0.866 ≈ 15.16

Answer: 

Area ≈ 15.16 cm²

 

Example 4  

Right-Angled Triangle
Given:

Base = 9 cm, Height = 6 cm

Formula: 

Area = ½ × base × height

Solution: 

½ × 9 = 4.5, then 4.5 × 6 = 27

Answer: 

Area = 27 cm²

 

Example 5  

Equilateral Triangle
Given:

Side = 10 cm

Formula: 

Area = (√3 ÷ 4) × side²

Solution: 

side² = 100, √3 ÷ 4 ≈ 0.433,
Area = 0.433 × 100 ≈ 43.30

Answer: 

Area ≈ 43.30 cm²

Conclusion

The area of a triangle is not just something you learn in maths class - it’s a useful skill in many jobs and in everyday life. By using formulas like the area of a triangle formula, Heron’s formula, right-angled triangle area, isosceles triangle formula, equilateral triangle formula, and the SAS rule, anyone can confidently work out the area of a triangle, no matter its shape or the situation.

 

Frequently Asked Questions on the Area of a Triangle

1. What is the area of a triangle with 3 sides?

Answer: To find the area of a triangle with 3 known sides, you can use Heron’s Formula.

Steps:

  • Let the sides be a, b, and c.

  • Calculate the semi-perimeter:
    s = (a + b + c) ÷ 2

  • Apply Heron’s formula:
    Area = √[s × (s − a) × (s − b) × (s − c)]

Example:
If the sides are 5 cm, 6 cm, and 7 cm:
s = (5 + 6 + 7) ÷ 2 = 9
Area = √[9 × (9 − 5) × (9 − 6) × (9 − 7)]
Area = √[9 × 4 × 3 × 2] = √216 ≈ 14.7 cm²

 

2. How to find the area of a triangle with 2 angles?

Answer: You cannot directly calculate the area with only 2 angles; you need at least one side as well.

If you know two angles and one included side, you can:

  • Use the Law of Sines to find missing sides.

  • Then use the SAS formula:

Area = ½ × a × b × sin(C)
Where:

  • A and B are sides

  • C is the angle between them.

If only two angles are known (and no sides), the area cannot be determined.

 

3. What is the area of triangle ABC?

Answer: To find the area of triangle ABC, you need specific values:

  • Either the base and height

  • Or three sides (for Heron’s formula)

  • Or two sides and included angle (SAS formula)

Example using base and height:
If AB = 6 cm and height from C = 4 cm:
Area = ½ × base × height = ½ × 6 × 4 = 12 cm²

 

4. What is the value of sin 45?

Answer: The value of sin 45° is:
sin 45° = √2 ÷ 2 ≈ 0.7071

This trigonometric value is often used in triangle area calculations using SAS conditions or when working with right-angled triangles.

 

Discover how to calculate the area of a triangle with simple formulas and examples at Orchids The International School!

Share

We are also listed in