Enter the top base, bottom base and height of the trapezoid. The area is calculated with the formula "(top base + bottom base) × height ÷ 2", and the steps are shown.
Table of Contents
-
What you can do on this page
-
What is this calculation used for?
-
How to Use
-
Formulas and figures
-
Symbols and terms
-
Good to know before you start
-
How to calculate it in Excel
-
How to calculate it in Google Sheets
-
How to calculate it in Python
-
How to write it in LaTeX and other math languages (copy and paste)
-
How to have ChatGPT do the calculation
-
DataChef Features
-
Related Features
-
NumberChef Calculators List
What you can do on this page
- Enter the top base, the bottom base and the height, and you get the area of the trapezoid right away from the formula "(top base + bottom base) × height ÷ 2"
- The steps with your numbers plugged in are shown too, so you can use them to check your homework or a test
- Decimal lengths (for example, 2.5 in) work too
- A plain-language explanation of the formula (why you divide by 2), formulas to work back from the area to the height or a base, and copy-and-paste formulas for Excel, Google Sheets and Python are all on this page
What is this calculation used for?
A lot that is narrower at the street than at the back can be treated as a trapezoid to estimate its area. With 40 ft of street frontage, a back line of 60 ft and a depth of 100 ft, the area is \((40 + 60) \times 100 \div 2 = 5{,}000\) ft² (about 0.11 acre).
Lot size is the basis for the price, property taxes and, for a field, the amount of seed and fertilizer, so this is one of the area formulas you meet most often in daily life (an official survey uses more precise methods).
Drainage ditches and levees usually have a trapezoid-shaped cross section. A ditch 4 ft wide at the top, 2 ft wide at the bottom and 1.5 ft deep has a cross-sectional area of \((4 + 2) \times 1.5 \div 2 = 4.5\) ft². Multiply by the length of the ditch and you get a rough idea of how much soil to dig out or how much water it holds (for 100 ft of ditch, 450 ft³, or about 16.7 cubic yards).
This calculation is used every day to estimate public works such as roads, rivers and dams.
Trapezoid-shaped surfaces are all over a house, such as the sides of a hip roof. A roof face 10 ft long at the top, 30 ft long at the bottom and 12 ft up the slope has an area of \((10 + 30) \times 12 \div 2 = 240\) ft², or 2.4 roofing squares (1 square = 100 ft²).
How much paint, shingles or siding you need is decided by this area, so the calculation goes straight into a contractor's estimate and helps you avoid buying too much for a DIY project.
For a vehicle that speeds up at a steady rate, the speed-time graph forms a trapezoid, and its area is the distance traveled. Speeding up steadily from 40 mph to 60 mph over 0.5 hours covers \((40 + 60) \times 0.5 \div 2 = 25\) miles.
Finding the area under a graph with trapezoids is a basic idea in high school physics, and it is also used in scientific computing under the name "trapezoidal rule" (numerical integration).
Formulas and figures
Symbols and terms
Symbols
| \(S\) | ess | The area of the trapezoid you want to find. This page writes area as \(S\) (from "surface"); many US textbooks write \(A\) instead. Both stand for the same thing. |
| \(a\) | a | The length of the top base (one of the two parallel sides). (Example - if the top side is 8 in, \(a = 8\)) |
| \(b\) | bee | The length of the bottom base (the other parallel side). (Example - if the bottom side is 12 in, \(b = 12\)) Some textbooks call the two bases \(b_1\) and \(b_2\). |
| \(h\) | aitch | The height - the perpendicular distance between the top base and the bottom base. It is the first letter of "height". |
| \(\mathrm{in}^2\) | square inches | A unit of area - how many squares with 1-inch sides fit inside. If you enter lengths in feet, the area is in ft²; in centimeters, it is in cm². |
Terms
| trapezoid | A four-sided shape (quadrilateral) with one pair of opposite sides parallel. The two parallel sides are the bases, and the other two sides are the legs. In British English it is called a trapezium. |
| top base | One of the two parallel sides of a trapezoid. It usually refers to the side drawn at the top, but whichever side you call the top base, the area comes out the same. |
| bottom base | The parallel side of a trapezoid that is not the top base. It usually refers to the side drawn at the bottom. |
| height | The distance between the top base and the bottom base, measured straight across (at a right angle). Note that it is not the length of a slanted side (leg). |
| parallel | Two straight lines that never meet, however far you extend them. The perpendicular distance between two parallel lines is the same wherever you measure it. |
| parallelogram | A four-sided shape with both pairs of opposite sides parallel. Its area is base × height, and it explains why the trapezoid formula divides by 2. |
| isosceles trapezoid | A trapezoid whose two legs (slanted sides) are the same length, so it is symmetric left to right. Even for this special shape, the area comes from the same formula "(top base + bottom base) × height ÷ 2". |
Good to know before you start
Here is what helps you use the calculation on this page with real understanding, not just by pressing the button.
If you get stuck, going back to these topics is the fastest way forward.
| What area is, and the area of a rectangle (Grade 3) |
|
| Perpendicular and parallel lines (Grade 4) |
|
| Area of parallelograms and triangles (Grade 6) |
|
| Multiplying and dividing decimals (Grades 5–6) |
|
| Finding an unknown number in an equation (Grades 3–4) |
|
How to calculate it in Excel
| Top base a | 8 |
| Bottom base b | 12 |
| Height h | 5 |
| Area of the trapezoid S | =(B1+B2)*B3/2 |
| Area of the trapezoid S | 50 |
| Top base a | 8 |
| Bottom base b | 12 |
| Height h | =B1*2/(B2+B3) |
| Area of the trapezoid S | 50 |
| Height h | 5 |
| Sum of the bases a+b | =B1*2/B2 |
"*" is multiplication and "/" is division. "=(B1+B2)*B3/2" is "(B1 plus B2) × B3 ÷ 2".
In the first table, for example, B4 shows 50 (for a top base of 8, a bottom base of 12 and a height of 5). Just replace the inputs with your own numbers.
How to calculate it in Google Sheets
| Top base a | 8 |
| Bottom base b | 12 |
| Height h | 5 |
| Area of the trapezoid S | =(B1+B2)*B3/2 |
| Area of the trapezoid S | 50 |
| Top base a | 8 |
| Bottom base b | 12 |
| Height h | =B1*2/(B2+B3) |
| Area of the trapezoid S | 50 |
| Height h | 5 |
| Sum of the bases a+b | =B1*2/B2 |
How to calculate it in Python
top_base = 8 # top base
bottom_base = 12 # bottom base
height = 5 # height
area = (top_base + bottom_base) * height / 2 # area of the trapezoid
print(f"Area of the trapezoid: {area}")
# Working back: find the height from the area and the two bases
height_from_area = area * 2 / (top_base + bottom_base)
print(f"Height (worked back): {height_from_area}")
How to write it in LaTeX and other math languages (copy and paste)
S = (a + b) × h ÷ 2
S = \frac{(a + b) \times h}{2}
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>S</mi>
<mo>=</mo>
<mfrac>
<mrow>
<mo>(</mo><mi>a</mi><mo>+</mo><mi>b</mi><mo>)</mo>
<mo>×</mo>
<mi>h</mi>
</mrow>
<mn>2</mn>
</mfrac>
</mrow>
</math>
S = ((a + b) xx h) / 2
(a + b)*h/2
S := (a + b)*h/2;
S = (a + b)*h/2;
S = ((a + b) × h)/2
h = S × 2 ÷ (a + b)
h = \frac{2S}{a + b}
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>h</mi>
<mo>=</mo>
<mfrac>
<mrow><mn>2</mn><mi>S</mi></mrow>
<mrow><mi>a</mi><mo>+</mo><mi>b</mi></mrow>
</mfrac>
</mrow>
</math>
h = (2S) / (a + b)
2*S/(a + b)
h := 2*S/(a + b);
h = 2*S/(a + b);
h = (2S)/(a + b)
a + b = S × 2 ÷ h
a + b = \frac{2S}{h}
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mrow><mi>a</mi><mo>+</mo><mi>b</mi></mrow>
<mo>=</mo>
<mfrac>
<mrow><mn>2</mn><mi>S</mi></mrow>
<mi>h</mi>
</mfrac>
</mrow>
</math>
a + b = (2S) / h
2*S/h
sumOfBases := 2*S/h;
sum_of_bases = 2*S/h;
a + b = (2S)/h
How to have ChatGPT do the calculation
You are a math calculation assistant. Do the following calculation by actually running Python code, and base your answer only on the numbers from the execution result (do not answer by mental math or guessing). A trapezoid has a top base of 8 in, a bottom base of 12 in and a height of 5 in. Find each of the following: 1. The area of this trapezoid (formula: (top base + bottom base) × height ÷ 2) 2. Assuming you only know the area from step 1 and the two bases, the height worked back from them (check that it matches the original height) Show the formulas you used and the numbers from the execution result.
How to Use
-
1Enter your numbersType the numbers you want to calculate with into the input fields
-
2CalculatePress the "Calculate" button
-
3Check the resultThe result appears on the spot. The same page also explains the idea behind the calculation and the formula
DataChef Features
No technical knowledge required.
Intuitive and user-friendly operation.
Can be used without registering personal information.
Automatic file deletion by clicking "download".
and rapid file conversion.
No attribution required.
No need to contact us for commercial use permission.
