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.
Inputs
Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
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