Area of a Quadrilateral by Triangulation
A quadrilateral can have any shape , even highly irregular ones. There is no single area formula that works for all quadrilaterals. The universal strategy is triangulation: draw one diagonal, split the quadrilateral into two triangles, find each area separately (often using Heron's formula or ), and add. This lesson teaches the technique.
The procedure
Given a quadrilateral with side lengths and at least one diagonal length known:
- Draw a diagonal , say , that divides into and .
- Apply Heron's formula (or any suitable formula) to find Area using sides .
- Apply Heron's formula to find Area using sides .
- Add the two areas: Area Area Area.
What if no diagonal length is given? Then you cannot apply Heron's formula directly. You will need to find the diagonal length using other geometric facts (e.g. Pythagoras, parallelogram properties) before applying Heron's formula.
A worked walk-through
A quadrilateral has , and diagonal .
Step 1. Diagonal divides the quadrilateral into (sides ) and (sides ).
Step 2. For with sides : Note , so this is a right triangle. Area sq units.
Step 3. For with sides : semi-perimeter . . Product . Area sq units.
Step 4. Total area sq units.
Special quadrilaterals
For some shapes there are dedicated formulas , no triangulation needed.
- Square of side : Area .
- Rectangle of sides and : Area .
- Parallelogram of base and height : Area .
- Rhombus with diagonals and : Area .
- Trapezium with parallel sides and and distance between them: Area .
- Kite with diagonals and : Area .
For a general (non-special) quadrilateral, triangulation is the method.
Worked examples
Example 1. Find the area of a rhombus with diagonals and .
Area sq units.
Example 2. A trapezium has parallel sides and cm with distance cm between them. Find the area.
Area sq cm.
Example 3. A quadrilateral has , and . Find the area.
has legs and and hypotenuse . By Pythagoras, . Area of sq units. has sides . Heron's: , . Product: . Area: sq units. Total: sq units.
Example 4. A field is in the shape of a rectangle with semicircles attached on two opposite sides. The rectangle has dimensions . Find the total area. (Use .)
Two semicircles together make one full circle of diameter (= width of the rectangle), so radius . Circle area . Rectangle area . Total: sq units.
Example 5. Find the area of a quadrilateral where , and diagonal .
sides : . . Product: . Area: .
sides : . . Product: . Area: .
Total: sq units. (Exact: .)
Try it yourself
- Find the area of a rhombus with diagonals and .
- Find the area of a trapezium with parallel sides and height .
- A quadrilateral has , and diagonal . Find the area.
- A field is in the shape of a rectangle of m, with a triangular plot of base m and height m attached. Find the total area.
- Find the area of a square of side .
- A quadrilateral has all sides and one angle . Find the area.
- Find the area of a rectangle of length and breadth .
- A quadrilateral has , and diagonal . Find the area.
- Find the area of a parallelogram of base and height .
- The roof of a temple is shaped like a quadrilateral with sides m and one diagonal m. Find the area (use Heron's formula on each half).
Pitfalls / Insight
- Always identify which diagonal to draw. Sometimes only one diagonal makes the triangle sides nice.
- Use the right formula for each half. Right triangles use direct ; general triangles use Heron.
- Check the data. Triangle inequality must hold for each half.
Insight. Any quadrilateral, however irregular, becomes manageable once you split it into two triangles. This is the universal area technique , and once it is in your toolkit, no exam question on quadrilateral areas can stump you.