What Is the Area of an Isosceles Trapezoid? | Area Made Easy

An isosceles trapezoid’s area is the average of its two bases multiplied by its height: A = (b1 + b2)h/2.

You’ve got an isosceles trapezoid on your paper, and you’re staring at a mess of sides, angles, and maybe a diagonal. The good news: the area part stays calm. It always comes back to the same shape idea—two parallel bases and a straight-up height between them.

The only snag is that the height isn’t always handed to you. Sometimes you get legs. Sometimes you get angles. Sometimes you get coordinates. Once you know how to pull out the height, the area drops right out of the formula.

What Makes An Isosceles Trapezoid Special

A trapezoid has one pair of parallel sides. Those parallel sides are the bases. In an isosceles trapezoid, the two non-parallel sides (the legs) are the same length. That one detail creates a lot of symmetry:

  • The base angles on each base match.
  • The diagonals are the same length.
  • If you drop perpendiculars from the top base to the bottom base, the left and right “overhang” pieces match.

That symmetry is your best friend when you need the height. It lets you split the trapezoid into a rectangle in the middle and two matching right triangles on the sides.

What Is the Area of an Isosceles Trapezoid? Step By Step

The area of any trapezoid (isosceles or not) uses the same core formula:

A = (b1 + b2)h / 2

Here’s what each symbol means:

  • b1 = length of one base (a parallel side)
  • b2 = length of the other base (the other parallel side)
  • h = height (the perpendicular distance between the two bases)

“Perpendicular distance” is the part people miss. The height is not the leg, unless the leg is perfectly vertical, which is rare in typical problems.

Why This Formula Works (Without Any Hand-Waving)

Think of the trapezoid as a shape whose “width” changes steadily from one base to the other. The average of the two base lengths gives a fair middle width. Multiply that middle width by the height, and you get the area.

If you like a clean reference for the standard trapezoid area form, Wolfram’s MathWorld lists it directly as A = 1/2(a + b)h on its trapezoid page. Trapezoid (MathWorld)

Fast Setup You Can Reuse Every Time

  1. Label the parallel sides as b1 and b2.
  2. Find the height h (a straight-down measurement between bases).
  3. Add the bases, multiply by h, then divide by 2.

If h is already given, you’re done. If not, the next sections show reliable ways to get it.

Finding The Height When It’s Not Given

Most isosceles trapezoid questions are really “find the height” questions in disguise. Once you have h, the area is routine.

Method 1: Use Legs And The Base Difference

Let the bases be b1 and b2, with b1 being the longer base. Drop a perpendicular from each end of the shorter base down to the longer base. You’ll form two matching right triangles on the sides.

The horizontal leg of each small right triangle equals half the base difference:

x = (b1 – b2) / 2

If the leg length is L, then each right triangle has hypotenuse L and one leg x. The height is the other leg:

h = √(L² − x²)

Worked Example With Legs

Say b1 = 18, b2 = 10, and the legs are L = 7.

  • Base difference: 18 − 10 = 8
  • Half difference: x = 8/2 = 4
  • Height: h = √(7² − 4²) = √(49 − 16) = √33

Area:

A = (18 + 10)·√33 / 2 = 28·√33 / 2 = 14√33

Notice what happened: you didn’t need angles or diagonals. You used symmetry plus one right triangle.

Method 2: Use A Base Angle And A Leg

If you’re given a base angle θ (an angle on the longer base) and a leg length L, you can get the height with basic trig.

Drop the perpendicular again. The leg L becomes the hypotenuse of a right triangle. The height is the side opposite θ:

h = L·sin(θ)

Then plug h into A = (b1 + b2)h/2.

Method 3: Use The Midsegment (If It’s Given)

The midsegment is the segment connecting the midpoints of the legs. In a trapezoid, its length equals the average of the bases:

m = (b1 + b2)/2

That makes the area even cleaner:

A = m·h

So if a problem hands you the midsegment and the height, you can skip adding and dividing.

Area Setups By Given Information

This is the “pick your path” section. Find the row that matches what you’re given, then follow that setup.

What You Know How To Get Height h Area Setup
Both bases b1, b2 and height h h is already known A = (b1 + b2)h/2
Bases b1, b2 and leg length L x = (b1 − b2)/2, then h = √(L² − x²) A = (b1 + b2)·√(L² − x²)/2
Bases b1, b2 and base angle θ with leg L h = L·sin(θ) A = (b1 + b2)(L·sin θ)/2
Midsegment m and height h h is already known A = m·h
Coordinates of all vertices Compute base lengths and height as vertical distance (or use line distance) A = (b1 + b2)h/2 after measuring
Area A and both bases b1, b2 Rearrange: h = 2A/(b1 + b2) Use h to solve missing values
Diagonal length d and bases b1, b2 Often use symmetry + right triangles (needs one more relation) Build h first, then A
Perimeter and one base plus legs Find the other base, then use Method 1 A after you get h

Worked Problems That Feel Like Real Homework

Let’s run a few full setups, with the “height hunt” included, so you can copy the rhythm.

Problem 1: Height Given

An isosceles trapezoid has bases 12 cm and 8 cm, with height 5 cm.

Area:

A = (12 + 8)·5 / 2 = 20·5/2 = 50 cm²

Problem 2: Legs Given, Height Missing

Bases: 20 and 14. Legs: 5.

  • Half base difference: x = (20 − 14)/2 = 3
  • Height: h = √(5² − 3²) = √(25 − 9) = √16 = 4

Area:

A = (20 + 14)·4 / 2 = 34·4/2 = 68

Problem 3: Base Angle Given

Bases: 15 and 9. Legs: 10. Base angle θ = 30°.

Height from trig:

h = 10·sin(30°) = 10·(1/2) = 5

Area:

A = (15 + 9)·5 / 2 = 24·5/2 = 60

If you want a clean walkthrough of the trapezoid area formula in action, Khan Academy’s lesson video stays close to the standard definition and steps. Area of trapezoids (Khan Academy)

Coordinate Plane Method Without Guesswork

Sometimes the trapezoid is sitting on a grid. You’re given points like A(x1, y1), B(x2, y2), C(x3, y3), D(x4, y4). The clean approach is:

  1. Find the two parallel sides (often they share the same y-value, or their slopes match).
  2. Compute each base length using distance on the grid.
  3. Compute the height as the perpendicular distance between the base lines.

If the bases are horizontal lines, height is just the difference in y-values. That’s the easiest case.

Mini Example With Horizontal Bases

Points: A(0,0), B(10,0), C(7,4), D(3,4).

  • Bottom base AB is horizontal, length 10.
  • Top base CD is horizontal, length 7 − 3 = 4.
  • Height is 4 − 0 = 4.

Area:

A = (10 + 4)·4 / 2 = 14·4/2 = 28

On a grid, the symmetry of an isosceles trapezoid often shows up as matching “inward” shifts from the ends. If your top base sits centered over the bottom base, you’re usually in isosceles territory.

Common Mistakes And Quick Fixes

Most wrong answers come from mixing up what counts as height, mixing up base lengths, or dropping a perpendicular in the wrong place. Use the list below as a quick check while you work.

Slip-Up What To Do Instead Mini Check
Using a leg as the height Use the perpendicular distance between bases Height meets bases at 90°
Adding all four sides into the formula Use only the two parallel sides as b1 and b2 Bases are the parallel pair
Forgetting the divide-by-2 Multiply (b1 + b2) by h, then halve “Average of bases” means divide
Using (b1 − b2)/2 wrong way around Use the longer minus the shorter, then halve x should be positive
Square-root step goes negative Recheck: L must be longer than x in Method 1 L² − x² must be nonnegative
Units don’t match Convert everything to one unit before area Area ends in square units

A Tight Checklist Before You Box The Answer

Run this checklist and you’ll catch most errors fast:

  • Did you label the parallel sides as the bases?
  • Is your height perpendicular to the bases?
  • Did you use A = (b1 + b2)h/2 or A = m·h if midsegment is given?
  • Are your units consistent, with the final answer in square units?
  • If you used Method 1, does the half-difference x make sense visually?

Once those boxes are checked, the area you computed is usually solid.

References & Sources