The Trapezoid Area calculator calculates the area of a trapezoid by taking the lengths of its two bases, and height as inputs.
(length of base 1)
units
(length of base 2)
units
(height)
units
square units
How to use Trapezoid Area Calculator
Enter ✎ value for length of base 1 \((b1)\).
Enter ✎ value for length of base 2 \((b2)\).
Enter ✎ value for height \((h)\).
The result appears beneath the inputs as you enter values.
About this calculation
The area of a Trapezoid can be calculated using the parallel bases whose lengths are b1, and b2, and the height of the Trapezoid which is the perperdicular distance between the parallel sides.
Formula
To calculate the trapezoid area, you can use the following formula.
Area = \({\ \dfrac{ h ( b1 + b2 )}{2}\ }\)
where
Calculation
{
"topic": "trapezoid-area",
"img": {
"width": 384,
"height": 270
},
"input_types": [
"float",
"float",
"float"
],
"input_labels": [
"b1",
"b2",
"h"
],
"input_values": [
"5",
"8",
"4"
],
"input_units": [
"units",
"units",
"units"
],
"input_descriptions": [
"length of base 1",
"length of base 2",
"height"
],
"examples": [
{
"b1": 10,
"b2": 20,
"h": 5
},
{
"b1": 1,
"b2": 3,
"h": 0.5
}
],
"type": "Calculate",
"title": "Trapezoid Area",
"category": "Geometry",
"shape": "Trapezoid",
"formula_mathjax": "\\({\\ \\dfrac{ h ( b1 + b2 )}{2}\\ }\\)",
"formula": "( h *( b1 + b2 ))/2",
"op_label": "Area",
"output_unit": "square units",
"description": "The Trapezoid Area calculator calculates the area of a trapezoid by taking the lengths of its two bases, and height as inputs.",
"explanation": "The area of a Trapezoid can be calculated using the parallel bases whose lengths are b1, and b2, and the height of the Trapezoid which is the perperdicular distance between the parallel sides."
}