· 5 min read
How to Calculate the Area of a Trapezium
Manesh Jayawardhana
CIO & Co-founder
A trapezium looks like the easiest shape on the worksheet until you try to measure a real one. A garden bed, a roof section, a piece of sheet metal — you have four edge lengths written on a scrap of paper and no idea which of them the formula actually wants.
Nine times out of ten the answer that comes out wrong used a slanted side where the perpendicular height belonged. It’s the single most common geometry mistake outside a classroom, and it always overestimates the area.
What the shape is and what the formula needs
A trapezium — trapezoid in American English, and confusingly the two words swap meanings across the Atlantic — is a quadrilateral with exactly one pair of parallel sides. Those two parallel sides are usually labelled a and b. The other two are the legs, and they can be any length.
The area formula needs three numbers: the two parallel sides, and the perpendicular distance between them. Not the leg. The perpendicular height.
Area = ((a + b) / 2) × h
The logic is clean. (a + b) / 2 is the average of the parallel sides, which is also the length of the midsegment — the line joining the midpoints of the two legs. Multiply that average width by the height and you’ve effectively turned the trapezium into a rectangle of the same area.
With a = 8 cm, b = 14 cm and h = 5 cm: ((8 + 14) / 2) × 5 = 11 × 5 = 55 cm².
Why people get stuck here
- Using a leg as the height. On a steeply slanted trapezium the leg can be far longer than the perpendicular distance, and the error grows with the slant.
- Picking the wrong pair of sides. Rotate the shape and the parallel sides are no longer top and bottom, but they’re still the ones the formula wants.
- Measuring a real object. Field measurements rarely include a perpendicular; you get four edges and have to derive the height.
- Mixing units. Centimetres for one side, metres for another, and the answer is out by a factor of ten thousand.
What a good calculation looks like
The height is genuinely perpendicular
Drop a line from one parallel side to the other at a right angle. If you’re measuring physically, a builder’s square or a plumb line beats eyeballing it.
The midsegment is checked
If your calculated area divided by the height doesn’t equal the average of the parallel sides, something’s wrong. The midsegment is a free sanity check built into the formula.
Missing values are derived, not guessed
If you have both legs and both parallel sides but no height, the height can be found — the horizontal offset between the parallel sides splits into two pieces, and Pythagoras does the rest. Guessing “about 5” is where real errors enter.
| You Have | You Can Find | Method |
|---|---|---|
| a, b, h | Area, midsegment | Direct formula |
| a, b, both legs | Height, then area | Split into right triangles |
| Area, a, b | Height | Rearrange: h = 2·Area / (a+b) |
Common mistakes to avoid
- Substituting a slanted leg for the perpendicular height — the error that dominates every other one.
- Assuming the two legs are equal. That’s an isosceles trapezium, a special case, not the general shape.
- Forgetting that a parallelogram and a rectangle are both trapeziums under the inclusive definition, so the formula still works on them.
- Reporting area in linear units. Area is always squared units.
- Rounding the height early and then multiplying, which magnifies the rounding.
How to do it with Trapezium Calculator
The Trapezium Calculator shows the working rather than just the number, which is what you want when checking a measurement.
- Enter the two parallel sides — the pair that never meet, whatever orientation the shape is drawn in.
- Add the perpendicular height, or the legs if you need the height solved for you.
- Read the area, the midsegment and the perimeter together.
- Sanity-check: area divided by height should equal the midsegment.
Other geometry and unit tools that run in the browser are in the tools directory.
Frequently asked questions
Is a trapezium the same as a trapezoid?
It’s the same shape under two names, and the names are swapped between dialects. British English calls a quadrilateral with one pair of parallel sides a trapezium; American English calls it a trapezoid. Wolfram MathWorld documents the collision, which is worth knowing before you read a textbook from the other side.
Which measurement is the height?
The perpendicular distance between the two parallel sides. Never the slanted leg, unless the leg happens to be perpendicular — which makes it a right trapezium.
What if I only know the four side lengths?
You can still solve it, but you need to set up the geometry: the difference between the parallel sides distributes across two right triangles, and Pythagoras gives you the height. It’s more arithmetic than the direct formula and worth double-checking.
Final thought
Before you calculate anything, point at the height you’re about to use and ask whether it makes a right angle with both parallel sides. If it doesn’t, you’re about to overestimate.