Isosceles Trapezoid Area Calculator

Calculate the area of an isosceles trapezoid using bases and height, bases and leg, or bases and angle with step-by-step solutions.

Select Input Method

Result

Area
32
square units
Height 4
Perimeter --
Leg Length --
Diagonal --

Step-by-Step Solution

A = 1/2 (a + b) h

What Is an Isosceles Trapezoid?

An isosceles trapezoid is a quadrilateral with one pair of parallel sides (called bases) and two non-parallel sides (called legs) that are equal in length. The equal legs give the shape a line of symmetry perpendicular to the bases, making it one of the most visually balanced quadrilaterals.

Because the legs are equal, the base angles are also equal, and the diagonals have the same length. These symmetry properties make the isosceles trapezoid common in architecture, bridge design, and decorative patterns.

Isosceles Trapezoid Area Formulas

From Bases and Height

The standard formula when the height is known directly.

A = 1/2 (a + b) h

From Bases and Leg

First find the height using the Pythagorean theorem, then compute area.

h = sqrt(l2 - ((b-a)/2)2)

From Bases and Base Angle

Use trigonometry to derive the height from the base angle.

h = ((b - a) / 2) tan(theta)

How to Find the Height from the Leg

When you know the two parallel sides a and b and the leg length l, drop a perpendicular from one end of the shorter base to the longer base. This creates a right triangle whose hypotenuse is the leg and whose base is (b - a) / 2. By the Pythagorean theorem:

h = sqrt(l2 - ((b - a) / 2)2)

This method only works when the leg is longer than half the difference of the bases; otherwise, no valid trapezoid can be formed.

Properties of Isosceles Trapezoids

  • Exactly one pair of parallel sides (the bases).
  • The non-parallel sides (legs) are congruent.
  • Base angles are equal: the two angles adjacent to each base are congruent.
  • Diagonals are equal in length.
  • It has a line of symmetry through the midpoints of the two bases.
  • The midsegment (median) equals the average of the two bases: m = (a + b) / 2.

Diagonal of an Isosceles Trapezoid

The diagonal length can be computed as:

d = sqrt(l2 + a * b)

Or equivalently, using the height: d = sqrt(h2 + (a + (b - a)/2)2). Both diagonals have the same length due to the symmetry of the shape.

Practical Applications

Isosceles trapezoids appear in everyday engineering: the cross-section of channels and ditches, the shape of certain rooftops, the profile of handbags and lamp shades, and the design of decorative tiles. In civil engineering, trapezoidal channels are preferred for irrigation because they minimize material usage for a given flow capacity.

Tips for Accurate Calculations

  • Ensure all measurements use the same unit before computing.
  • When using the leg method, verify that l > (b - a) / 2; otherwise the shape is invalid.
  • For angle-based calculations, remember to convert degrees to radians if using programming functions.
  • The area is always expressed in square units of whatever unit system you use.