terican

Last verified · v1.0

Calculator · math

Right Trapezoid Calculator

Compute the area and perimeter of a right trapezoid by entering its two parallel bases and perpendicular height. Instant, accurate results.

FreeInstantNo signupOpen source

Inputs

Result

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Resultunits

The formula

How the
result is
computed.

What Is a Right Trapezoid?

A right trapezoid (also called a right-angled trapezoid) is a four-sided polygon with exactly one pair of parallel sides and exactly two right angles. The perpendicular leg connects the two parallel bases at a 90° angle, simultaneously serving as the figure's height. This distinguishes it from a general trapezoid (no right angles) and an isosceles trapezoid (equal oblique legs, no right angles). According to Wolfram MathWorld's Right Trapezoid reference, the shape contains two right angles at one base, with the perpendicular side forming the shared leg of both right angles.

Core Formulas and Their Derivation

Area Formula

The area of a right trapezoid uses the universal trapezoid area equation:

A = ½ × (a + b) × h

Where a is the shorter parallel base, b is the longer parallel base, and h is the perpendicular leg. To see why, decompose the trapezoid into two shapes: a rectangle with dimensions a × h (area = ah) and a right triangle with legs (b − a) and h (area = ½(b − a)h). Summing these gives ah + ½(b − a)h = ½(a + b)h.

Perimeter Formula

The perimeter sums all four side lengths:

P = a + b + h + √(h² + (b − a)²)

Three sides — a, b, and h — are known directly. The oblique (slant) leg requires the Pythagorean theorem: it spans a horizontal run of (b − a) and a vertical rise of h, so its length equals √(h² + (b − a)²). This slant formula is validated in Khan Academy's guide to the trapezoidal rule, which relies on identical trapezoid geometry when approximating definite integrals.

Variable Reference

  • a (Base 1, shorter base): The shorter parallel side. In standard orientation, this is the top edge. Must satisfy a ≤ b.
  • b (Base 2, longer base): The longer parallel side, typically the bottom edge. Ensure b ≥ a to keep (b − a) non-negative.
  • h (Height / Perpendicular Leg): The vertical leg meeting both bases at 90°. Equals the perpendicular distance between the two parallel sides. In a right trapezoid, h is a true side — not a separate altitude construction.
  • Slant side (c): The oblique leg, equal to √(h² + (b − a)²). Computed automatically from the three inputs.

Worked Example: Landscaping

A garden bed is shaped as a right trapezoid with shorter back edge a = 3 m, wider front edge b = 7 m, and perpendicular side h = 4 m.

Area: A = ½ × (3 + 7) × 4 = ½ × 10 × 4 = 20 m²

Slant side: c = √(4² + (7 − 3)²) = √(16 + 16) = √32 ≈ 5.66 m

Perimeter: P = 3 + 7 + 4 + 5.66 = 19.66 m

The gardener orders 19.66 m of edging material and mulch sufficient to cover 20 m².

Worked Example: Architectural Wall

A tapered wall cross-section has top width a = 0.4 m, base width b = 1.0 m, and height h = 3.5 m.

Area: A = ½ × (0.4 + 1.0) × 3.5 = ½ × 1.4 × 3.5 = 2.45 m² per meter of wall depth.

Slant side: c = √(3.5² + (1.0 − 0.4)²) = √(12.25 + 0.36) = √12.61 ≈ 3.55 m

Practical Applications

  • Construction: Ramp profiles, retaining-wall cross-sections, and stair stringers all follow right-trapezoidal geometry.
  • Surveying: Sloped land parcels bounded by one perpendicular property line produce right-trapezoidal lots.
  • Numerical analysis: The trapezoidal rule approximates definite integrals by summing right-trapezoid areas beneath a curve.
  • Manufacturing: Tapered sheet-metal blanks and gusset plates often carry right-trapezoidal profiles.

Tips for Accurate Results

  • Confirm h is the perpendicular leg, not the slant side. Mixing them inflates the calculated area.
  • Use the same unit system for all three inputs. Mixing metres and centimetres produces errors by a factor of 100 in area.
  • If b < a in the field, swap the labels so the longer side is always entered as b.

Reference

Frequently asked questions

What makes a trapezoid a right trapezoid?
A right trapezoid has exactly two right angles (90°). One leg stands perpendicular to both parallel bases, making that leg simultaneously the shape's height. A general trapezoid has no right angles, while an isosceles trapezoid has equal oblique legs but no perpendicular leg. The perpendicular side is both a boundary edge and the true height, eliminating the need to drop a separate altitude from an oblique corner.
How do you calculate the area of a right trapezoid?
Apply the formula A = ½ × (a + b) × h, where a is the shorter base, b is the longer base, and h is the perpendicular leg. For example, with a = 5 m, b = 11 m, and h = 8 m, the area equals ½ × (5 + 11) × 8 = ½ × 16 × 8 = 64 m². The formula averages the two bases and multiplies by the height — the same as for any trapezoid, but in a right trapezoid h is a direct side measurement.
How is the slant (oblique) side of a right trapezoid found?
The slant side equals √(h² + (b − a)²), derived from the Pythagorean theorem. The horizontal gap between the far ends of the two bases is (b − a), and the vertical span is h. These form the two legs of a right triangle whose hypotenuse is the slant side. For h = 6 and b − a = 8, the slant side is √(36 + 64) = √100 = 10 units. The calculator computes this automatically as part of the perimeter result.
What is the full perimeter formula for a right trapezoid?
The perimeter is P = a + b + h + √(h² + (b − a)²). It adds the shorter base a, the longer base b, the perpendicular leg h, and the oblique slant side. For a trapezoid with a = 4, b = 10, h = 3, the slant side = √(9 + 36) = √45 ≈ 6.71, giving P = 4 + 10 + 3 + 6.71 = 23.71 units. Use consistent measurement units throughout to obtain a meaningful total.
Where do right trapezoids appear in real-world applications?
Right trapezoids appear across many fields. In construction, ramp cross-sections, tapered walls, and stair stringers all carry right-trapezoidal profiles. In land surveying, lots on sloped terrain bounded by one perpendicular property line form right trapezoids. In numerical mathematics, the trapezoidal rule approximates definite integrals by summing trapezoid areas under a curve. In manufacturing, sheet-metal blanks and gusset plates are commonly cut to right-trapezoidal shapes for structural efficiency.
Can the right trapezoid calculator solve for height if the area is known?
Yes. Rearranging the area formula A = ½(a + b)h gives h = 2A ÷ (a + b). For example, if the area is 45 m² and the bases are 5 m and 10 m, the height is h = 2 × 45 ÷ (5 + 10) = 90 ÷ 15 = 6 m. Select the Height option from the Calculate dropdown, enter the known area and both base lengths, and the calculator returns the perpendicular leg length directly.