Trapezoid Side Calculator — Find the Missing Side of a Trapezoid

Find any missing side of a trapezoid — a base or a leg — from known sides, area, height, angles, or perimeter. Multiple modes, visual bars, angle display, and reference table.

cm
cm
cm
cm
Planning notes, formulas, and examples

About the Trapezoid Side Calculator — Find the Missing Side of a Trapezoid

In many geometry problems you know some — but not all — sides of a trapezoid and need to find the missing one. This calculator covers the five most common scenarios: finding a missing leg from the other three sides and the height, finding a missing base from area and height, finding any side from perimeter and the other three, finding a leg from a base angle and height, and finding the legs of an isosceles trapezoid from area and bases.

The key formula for the missing leg uses coordinate geometry: place the bottom base along the x-axis, compute the horizontal offset of the known leg (x₁ = √(leg₁² − h²)), and then the unknown leg is d = √((b − a − x₁)² + h²). For the missing base from area, rearrange A = ½(a + b)h to get a = 2A/h − b. For a leg from an angle and height, use leg = h / sin(θ).

These situations arise frequently in land surveying (measuring trapezoidal plots where one boundary is inaccessible), construction (calculating rafter length from known roof pitch and span), and engineering (sheet-metal bending where the flat pattern must be cut to achieve a given cross-section).

This calculator supports five modes and outputs all four sides, area, perimeter, height, midsegment, and all four angles with visual comparison bars.

When This Page Helps

Missing-side problems are where trapezoids stop being simple plug-in exercises and start depending on the right method. Sometimes the unknown side comes from the area formula, sometimes from perimeter subtraction, and sometimes from a right-triangle offset or a sine relationship with a base angle. This calculator keeps those cases separate so you can choose the correct setup quickly, which is useful for homework checks, roof and hopper layouts, and field measurements where one edge cannot be taken directly.

How to Use the Inputs

  1. Select the mode matching the information you have and what you need to find.
  2. Enter the known values for that mode.
  3. Click a preset to try a common trapezoid shape.
  4. The result banner at the top shows the found side.
  5. Review all properties: sides, area, perimeter, height, angles, and midsegment.
  6. Use the side comparison bars and angle bars for a visual overview.
  7. Scroll to the reference table for common trapezoid dimensions.
Formula used
Missing leg: d = √((b−a−x₁)² + h²), where x₁ = √(c² − h²) Missing base: a = 2A/h − b From perimeter: missing = P − sum of other 3 Leg from angle: c = h / sin(θ) Isosceles leg from area: h = 2A/(a+b), leg = √(h² + ((b−a)/2)²)

Example Calculation

Result: Missing Leg ≈ 4.47

In missing-leg mode, the known left leg is entered as leg1. With topBase = 6, bottomBase = 10, height = 4, and leg1 = 4.47, the first horizontal offset is about sqrt(4.47^2 - 4^2) ≈ 2. The remaining offset is also about 2, so the missing right leg is sqrt(2^2 + 4^2) ≈ 4.47.

Tips & Best Practices

  • If the trapezoid is isosceles, both legs are equal — knowing one gives you the other immediately.
  • The "from perimeter" mode is the simplest: P minus three known sides gives the fourth.
  • Always check that computed sides are positive and that legs are at least as long as the height.
  • If you only know area and one base, you must also know the height to solve for the other base.
  • For right trapezoids, one leg equals the height, so only the slanted leg needs calculation.

Choosing The Correct Missing-Side Mode

A missing trapezoid side can refer to very different problems. One mode solves an unknown leg from bases, height, and the other leg. Another reverses the area formula to recover a base, while another uses total perimeter minus three known sides. Keeping those cases separate matters because each one relies on a different geometric relationship.

Offsets, Angles, And Perimeter Relationships

When the missing quantity is a leg, the real work is finding the horizontal offset created by the difference between the two bases. That offset, together with height, forms a right triangle and determines the slanted side. If the problem gives an angle instead, sine connects the leg directly to the altitude. If the problem gives perimeter, subtraction is enough, but only after the other three sides are known accurately.

Sanity Checks For Solved Side Lengths

A solved side should always fit the rest of the figure. Legs must be at least as long as the height, recovered bases must stay positive, and perimeter-based answers should not create impossible geometry when you compare them with the base difference. Looking at the output area, angles, and midsegment after solving the missing side is a good way to confirm that the answer describes a valid trapezoid instead of just an arithmetic result.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Use the Pythagorean approach: place the trapezoid on coordinates, find the horizontal offset x₁ from the known leg, then d = √((b−a−x₁)² + h²).