How do we find the area of a quadrilateral ABCD? What measurements are needed?
Hint. One well-chosen line turns a shape you cannot handle into two you can.
Split it into triangles. Join the diagonal BD. That cuts ABCD into ∆ABD and ∆CBD, and a triangle's area is something we can already compute.
Area(ABCD) = Area(∆ABD) + Area(∆CBD)
What to measure. Both triangles stand on the same base BD, so take BD as the base for each. Then you need the perpendicular distance from A to BD, call it h₁, and the perpendicular distance from C to BD, call it h₂:
Area(ABCD) = ½ × BD × h₁ + ½ × BD × h₂ = ½ × BD × (h₁ + h₂)
So three measurements suffice: the diagonal and the two perpendicular offsets. You do not need any of the four sides, and you do not need any angles.
With numbers. If BD = 10 cm, h₁ = 4 cm and h₂ = 3 cm, the area is ½ × 10 × 7 = 35 cm².
A caution. This works when the diagonal BD lies inside the quadrilateral. For a quadrilateral with a dent, choose the other diagonal — one of the two always lies inside.
✦ Answer: join a diagonal and add the two triangles, needing only the diagonal's length and the two perpendicular distances to it: Area = ½ × d × (h₁ + h₂).
