Calculate trapezoid area from the two parallel bases and height: \(A=\dfrac{a+b}{2}\,h\).
Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(),
tan(), ln(), log(), abs(). Use * for multiplication.
Math Geometry • Basic Shapes and Properties
Calculate trapezoid area from the two parallel bases and height: \(A=\dfrac{a+b}{2}\,h\).
Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(),
tan(), ln(), log(), abs(). Use * for multiplication.
The area is A = (a + b)/2 x h, where a and b are the lengths of the parallel bases and h is the perpendicular height between them.
The height is the perpendicular distance between the two parallel bases. A slanted side is not the height unless it is perpendicular to the bases.
Yes, the formula works for any trapezoid as long as a and b are the parallel sides and h is measured perpendicular to them.
If the inputs are in a length unit (for example cm), the area is reported in square units (cm^2). Keep a, b, and h in the same unit.