/

Trapezoid Area Calculator — Regular, Irregular & Trapezium with Steps

Trapezoid Area Calculator — Regular, Irregular & Trapezium with Steps
Geometry Calculator

Trapezoid Area Calculator

Find the area, perimeter, height, and midsegment of any trapezoid — standard, isosceles, right, or irregular — with complete step-by-step working. Also called a trapezium calculator (UK). Supports all four trapezoid types using side lengths or coordinates.

Trapezoid Area Calculator — Four Shape Types
A = ((a + b) / 2) × h   |   P = a + b + c + d
a b h c d — midsegment m —
a=5,b=11,h=4
a=6,b=10,c=d=5
A=50,a=6,b=14
a=3,b=9,h=5
a=8,b=14,h=6
Error
Step-by-Step Working
a b h c c (b-a)/2 (b-a)/2

Leave one field empty and enter height instead — the calculator will find the missing value.

a=4,b=10,c=5
a=6,b=14,c=5
a=3,b=9,c=5
a=2,b=8,c=5
Error
Step-by-Step Working
a b h d 90° θ
a=5,b=11,h=4
a=3,b=9,h=6
a=4,b=10,h=5
Error
Step-by-Step Working

Enter the four vertices in order (clockwise or counter-clockwise). Uses the Shoelace formula for exact area.

P₁ (top-left)
P₂ (top-right)
P₃ (bottom-right)
P₄ (bottom-left)
Rectangle 4×4
3×4 rect
Trapezoid
4×3 rect
Error
Step-by-Step Working

Trapezoid Area Formula — A = ((a+b)/2) × h

The trapezoid area formula is A = ((a + b) / 2) × h, where a and b are the two parallel sides (called the bases) and h is the perpendicular height — the straight-line distance between the two parallel sides measured at right angles. The formula works for any trapezoid: standard, isosceles, right, or irregular trapezoid.

A = ((a + b) / 2) × h = m × h where m = (a+b)/2 is the midsegment (average width) · a, b are parallel sides · h is perpendicular height

Intuition: The term (a+b)/2 is the midsegment — the average width of the trapezoid. Multiplying the average width by the height gives the area, exactly as for a rectangle. This is why the formula A = ((a+b)/2) × h can be written as A = m × h (area = midsegment × height).

Special Cases of the Trapezoid Area Formula

ShapeConditionFormula reduces to
Rectanglea = bA = a × h (length × width)
Parallelograma = bA = base × height
Trianglea = 0A = (b/2) × h = (1/2) × base × height
Trapezoida ≠ b, a > 0A = ((a+b)/2) × h

How to Find the Area of a Trapezoid — Step-by-Step

To find the area of a trapezoid, follow these five steps every time. The most common mistake is using the leg length instead of the perpendicular height — always verify that h is truly perpendicular.

  1. Identify the two parallel sides — call them a (shorter, top) and b (longer, bottom). The parallel sides are the bases.
  2. Measure the perpendicular height h — this is the straight vertical distance between the two parallel sides, NOT the length of the slanted legs. The perpendicular height makes a right angle with both bases.
  3. Add the two bases: a + b
  4. Divide by 2: (a + b) / 2 — this is the midsegment length
  5. Multiply by h: ((a + b) / 2) × h = area in square units

Critical distinction: h is the perpendicular height (vertical distance between bases) — NOT the slant length of the legs. The #1 error in trapezoid area problems is using the leg length as h. If you have the leg length but not h, use the Pythagorean theorem: h = √(leg² − ((b−a)/2)²).

Example 1 — a = 5 cm, b = 11 cm, h = 4 cm

  1. A = ((a+b)/2) × h
  2. = ((5+11)/2) × 4
  3. = (16/2) × 4
  4. = 8 × 4
  5. A = 32 cm²
  6. Midsegment: m = (5+11)/2 = 8 cm. Verify: A = 8 × 4 = 32 cm² ✓

Example 2 — a = 6 m, b = 14 m, h = 8 m

  1. A = ((6+14)/2) × 8 = (20/2) × 8 = 10 × 8
  2. A = 80 m²

Example 3 — Reverse: A = 50 cm², a = 6 cm, b = 14 cm → find h

  1. h = 2A / (a + b) = 2 × 50 / (6 + 14) = 100 / 20
  2. h = 5 cm

Trapezoid vs Trapezium — US and UK Terminology

This trapezium calculator handles what is called a trapezium in the UK, Australia, and most of the world — a quadrilateral with exactly one pair of parallel sides. The terminology difference causes significant confusion:

Country"Trapezoid""Trapezium"
United StatesOne pair of parallel sides ✓NO parallel sides
UK / Australia / CanadaNO parallel sidesOne pair of parallel sides ✓

This trapezoid area calculator follows US convention (trapezoid = one pair of parallel sides) — but the formulas and calculations are identical regardless of which term you use. If you searched for trapezium calculator, you are in the right place — this calculator computes the area of a trapezium (UK) / trapezoid (US) using A = ((a+b)/2) × h.

Isosceles Trapezoid — Equal Legs and Symmetric Properties

An isosceles trapezoid has two legs (non-parallel sides) of equal length. This symmetry gives it special properties: equal base angles, equal diagonals, and a vertical line of symmetry through the midpoints of both parallel sides.

h = √(c² − ((b−a)/2)²) where c is the leg length · (b−a)/2 is the horizontal projection of each leg

How to derive the height: Drop a perpendicular from each top corner to the bottom base. Each perpendicular creates a right triangle with: hypotenuse = c (the leg), horizontal leg = (b−a)/2 (the horizontal excess on each side), and vertical leg = h. By the Pythagorean theorem: h² + ((b−a)/2)² = c², so h = √(c² − ((b−a)/2)²).

Example — Isosceles: a=4, b=10, c=5

  1. half_diff = (b−a)/2 = (10−4)/2 = 3
  2. h = √(5² − 3²) = √(25−9) = √16 = 4
  3. Area = ((4+10)/2) × 4 = 7 × 4 = 28 cm²
  4. Perimeter = 4 + 10 + 5 + 5 = 24 cm
  5. Leg angle θ = arccos(3/5) = 53.13°

Irregular Trapezoid Area Calculator — Using Coordinates

When the height of a trapezoid is not directly measurable — or when you have an irregular trapezoid defined by the coordinates of its four corners — use the Shoelace formula (also called the Surveyor's formula) to find the exact area.

A = |Σ(xᵢyᵢ₊₁ − xᵢ₊₁yᵢ)| / 2 Sum over all consecutive vertex pairs, wrapping from last back to first

The Shoelace formula works for any polygon — not just trapezoids. It requires the vertices to be listed in order (either all clockwise or all counter-clockwise). The irregular trapezoid tool above also detects whether the entered shape actually has parallel sides.

Example — Shoelace for vertices (0,0), (4,0), (4,3), (0,3)

  1. Sum = (0×0 − 4×0) + (4×3 − 4×0) + (4×3 − 0×3) + (0×0 − 0×3)
  2. = 0 + 12 + 12 + 0 = 24
  3. A = |24| / 2 = 12 sq units ✓ (matches 4×3 rectangle)

Trapezoid Perimeter — All Four Sides

The trapezoid perimeter formula is simply P = a + b + c + d — the sum of all four sides. The challenge is that for a standard trapezoid, if only a, b, and h are known, the leg lengths c and d must be computed.

Trapezoid typeLeg cLeg d
Isoscelesc = √(h² + ((b−a)/2)²)d = c (equal)
Right trapezoidc = h (perpendicular leg)d = √(h² + (b−a)²)
GeneralGiven or from geometryGiven or from geometry

Common Mistakes in Trapezoid Calculations

Mistake 1 — Using the leg length instead of perpendicular height

  • ❌ Wrong: using the slanted leg c as h in A = ((a+b)/2) × h
  • ✅ Correct: h is the perpendicular distance between the two parallel sides — it makes a right angle with both bases. Always confirm h is truly perpendicular.

Mistake 2 — Forgetting to divide by 2

  • ❌ Wrong: A = (a+b) × h = 16 × 4 = 64
  • ✅ Correct: A = ((a+b)/2) × h = 8 × 4 = 32

Mistake 3 — Confusing which sides are parallel

  • a and b must be the two parallel sides (the bases). The legs c and d are the non-parallel sides. If you use legs instead of bases in the formula, the area will be wrong.

Mistake 4 — Wrong vertex order for Shoelace formula

  • The Shoelace formula requires vertices in consecutive order around the perimeter (CW or CCW). Entering them in the wrong order (e.g., diagonally opposite vertices first) gives a wrong area for an irregular trapezoid.

Mistake 5 — Confusing midsegment with diagonal

  • The midsegment connects the midpoints of the TWO LEGS — it's parallel to both bases and has length m = (a+b)/2. A diagonal connects opposite VERTICES — entirely different.

Trapezoid Worked Examples — 8 Problems

1. Standard trapezoid: a=5, b=11, h=4

  1. A = ((5+11)/2) × 4 = 8 × 4 = 32 cm²
  2. m = (5+11)/2 = 8 cm

2. Isosceles: a=6, b=14, c=5

  1. h = √(5² − ((14−6)/2)²) = √(25−16) = √9 = 3
  2. A = ((6+14)/2) × 3 = 10 × 3 = 30 cm²
  3. P = 6+14+5+5 = 30 cm

3. Right trapezoid: a=5, b=11, h=4

  1. A = ((5+11)/2) × 4 = 32 cm²
  2. Slant leg d = √(4² + (11−5)²) = √(16+36) = √52 ≈ 7.21 cm
  3. P = 5+11+4+7.21 = 27.21 cm

4. Reverse — find height: A=50, a=6, b=14

  1. h = 2A/(a+b) = 2×50/(6+14) = 100/20 = 5 cm

5. Irregular — coordinates: (0,0),(6,0),(5,4),(1,4)

  1. Shoelace: (0×0−6×0)+(6×4−5×0)+(5×4−1×4)+(1×0−0×4)
  2. = 0 + 24 + 16 + 0 = 40
  3. A = 40/2 = 20 sq units

6. Perimeter — unknown leg: a=4, b=10, h=3, c=5 (isosceles)

  1. d = c = 5 (isosceles), P = 4+10+5+5 = 24 cm

7. Midsegment given: A=40, h=8 → find midsegment

  1. m = A/h = 40/8 = 5 units
  2. And (a+b)/2 = 5, so a+b = 10

8. Real-world — road cross-section: a=8m, b=16m, h=3m

  1. A = ((8+16)/2) × 3 = 12 × 3 = 36 m² (cross-sectional area)
  2. Volume per 100m length = 36 × 100 = 3,600 m³

Frequently Asked Questions

What is the formula for the area of a trapezoid?
The trapezoid area formula is A = ((a + b) / 2) × h, where a and b are the two parallel sides (bases) and h is the perpendicular height. This can also be written as A = m × h, where m = (a+b)/2 is the midsegment (average of the two parallel sides).
What is the difference between a trapezoid and a trapezium?
In the US: trapezoid = one pair of parallel sides; trapezium = no parallel sides. In the UK/Australia: trapezium = one pair of parallel sides (what Americans call a trapezoid); trapezoid = no parallel sides. This trapezoid area calculator uses the US convention but handles both search terms — if you searched "trapezium calculator" you are in the right place.
How do you find the height of a trapezoid?
If you know the area A and both bases: h = 2A/(a+b). For an isosceles trapezoid with leg c: h = √(c² − ((b−a)/2)²). For a general trapezoid with all four sides known, use: diff = b−a, x = (diff² + c² − d²)/(2×diff), h = √(c² − x²). The perpendicular height is always the right-angle distance between the two parallel bases.
What is an isosceles trapezoid?
An isosceles trapezoid has two legs (non-parallel sides) of equal length. It is symmetric, has equal base angles, equal diagonals, and a vertical axis of symmetry. The height is h = √(c² − ((b−a)/2)²) where c is the leg length.
How do you calculate the area of an irregular trapezoid?
For an irregular trapezoid given coordinates, use the Shoelace formula: A = |Σ(xᵢyᵢ₊₁ − xᵢ₊₁yᵢ)| / 2, listing vertices in consecutive order. Alternatively, if you know all four sides and one diagonal, split the irregular trapezoid into two triangles and sum their areas using Heron's formula.
What is the midsegment of a trapezoid?
The midsegment (median) of a trapezoid connects the midpoints of the two legs. Its length equals the average of the two parallel sides: m = (a+b)/2. The area formula A = ((a+b)/2)×h can be written as A = m×h — area equals midsegment times height.

Related Calculators

Key Formulas
A = ((a+b)/2) × hArea — parallel sides × height
m = (a+b)/2Midsegment length
P = a + b + c + dPerimeter — all 4 sides
h = 2A / (a+b)Height from area & bases
h = √(c²−((b−a)/2)²)Isosceles — height from leg
d = √(h²+(b−a)²)Right trapezoid — slant leg
Quick Examples
a=5,b=11,h=4 → 32cm²
Iso a=4,b=10,c=5 → 28cm²
Right a=5,b=11,h=4
A=50,a=6,b=14 → h=5
a=8,b=14,h=6 → 66
Iso a=6,b=14,c=5 → 30

Share This Calculator

Share the Trapezoid Area Calculator!

Free chemistry, physics, biology & math calculators with step-by-step solutions. Trusted by 100,000+ students. Solve any science problem instantly!

Newsletter

Subscribe to our Newsletter to be updated. We promise not to spam.

Copyright © 2026 SciSolveLab. All Rights Reserved

Scroll to Top