The Parallelogram Area calculator calculates the area of a parallelogram by taking the length of base and height as inputs.
(base)
units
(height)
units
square units
How to use Parallelogram Area Calculator
Enter ✎ value for base \((b)\).
Enter ✎ value for height \((h)\).
The result appears beneath the inputs as you enter values.
About this calculation
The area of a parallelogram is a measure of the space enclosed by the four sides of parallelogram. To calculate the area of a parallelogram, you need the base and height of the parallelogram.
Base (b) is the length of the base side.
Height (h) is the perpendicular distance between the base and its parallel side.
Formula
To calculate the parallelogram area, you can use the following formula.
Area = \( b h \)
where
Calculation
Video - Example for Parallelogram Area
{
"topic": "parallelogram-area",
"img": {
"width": 512,
"height": 300
},
"youtube": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/O2w4ABD-hsQ?si=IziMi5jLeGow1JpV\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>",
"input_types": [
"float",
"float"
],
"input_labels": [
"b",
"h"
],
"input_values": [
"8",
"5"
],
"input_units": [
"units",
"units"
],
"input_descriptions": [
"base",
"height"
],
"examples": [
{
"b": 20,
"h": 10
},
{
"b": 1,
"h": 0.5
}
],
"type": "Calculate",
"title": "Parallelogram Area",
"category": "Geometry",
"shape": "Parallelogram",
"formula_mathjax": "\\( b h \\)",
"formula_mathjax_sub": "\\( b \\times h \\)",
"formula": "( b * h )",
"op_label": "Area",
"output_unit": "square units",
"description": "The Parallelogram Area calculator calculates the area of a parallelogram by taking the length of base and height as inputs.",
"explanation": "The area of a parallelogram is a measure of the space enclosed by the four sides of parallelogram. To calculate the area of a parallelogram, you need the base and height of the parallelogram.</p><p>Base (b) is the length of the base side.</p><p>Height (h) is the perpendicular distance between the base and its parallel side."
}