The Parallelogram Calculator reports area from base and perpendicular height, perimeter from adjacent side lengths, and optional diagonal lengths when an included angle is supplied. A labelled diagram marks the base and the height segment at right angles to it.
Opposite sides of a parallelogram are parallel and equal, but the height is not the slanted side unless the shape is a rectangle. The area formula therefore uses the vertical distance between base lines, matching the way textbooks define height on worksheets.
Calculate a parallelogram from base and height
Area of a parallelogram depends on one base length and the perpendicular distance to the opposite side, not on the slanted side length alone. Enter base and height in consistent units and the engine fills area immediately while leaving perimeter fields ready for side inputs.
The figure draws the height as a dashed segment meeting the base at a right angle marker.
When side lengths and an angle are also supplied, diagonals can be computed with the law of cosines on triangles formed by a diagonal. Invalid negative heights are rejected with a message rather than a silent absolute value.
Calculate the area
The area formula matches a rectangle with the same base and height because a parallelogram can be sheared into a rectangle without changing area. An alternate form uses two adjacent sides and the sine of the included angle when height is not given directly on a diagram.
A = base * height
A = a * b * sin(theta)
For base 8 and height 5:
A = 8 * 5 = 40
Calculate the perimeter and diagonals
Perimeter walks both pairs of equal opposite sides. Diagonals split the shape into triangles and can be found from side lengths and an angle using the law of cosines on each triangle sharing the diagonal as a side. Enter adjacent sides a and b and angle theta between them when diagonals are needed.
P = 2 * a + 2 * b
d1^2 = a^2 + b^2 - 2 * a * b * cos(theta)
Perimeter requires both distinct side lengths. Diagonal output appears once sides and the included angle define the parallelogram rigidly.
Solve a parallelogram with base 8 and height 5
Base 8 and height 5 mirror the standard area fixture. No angle is required for area alone. Substitute directly into the base-height formula and read square units on the result.
A = 8 * 5 = 40
If sides were 8 and 6 with the same area, the sine of the included angle would satisfy 8 * 6 * sin(theta) = 40, but the reference fixture stops at base 8 and height 5 for clarity.
Understand parallelogram properties
Opposite sides are parallel and equal in length. Opposite angles are equal, and consecutive angles are supplementary, summing to 180 degrees. Diagonals bisect each other at the center, which is why midpoint reasoning appears in proofs about parallelograms. A rectangle and a rhombus are special parallelograms with extra constraints.
The rhombus page treats equal sides and perpendicular diagonals. The rectangle page treats four right angles and diagonal sqrt(length^2 + width^2).
Frequently asked questions
Why use height instead of the slanted side?
Area uses perpendicular distance to the base. A slanted side is longer than the height unless the shape is a rectangle.
What is the area formula?
A = base * height. For base 8 and height 5 the area is 40.
How is perimeter found?
P = 2 * a + 2 * b for adjacent side lengths a and b.
When are diagonals equal?
When the parallelogram is a rectangle, both diagonals match. In a general parallelogram they differ unless the shape is a rectangle.
How does a rhombus differ?
A rhombus has four equal sides. See the Rhombus Calculator for diagonal-based area.
Can I use sine for area?
Yes. A = a * b * sin(theta) when base, side and included angle are known.
Do diagonals bisect each other?
Yes. Each diagonal cuts the other at its midpoint in any parallelogram.
Summary
Parallelogram Calculator returns the measures named in the sections above, with substituted arithmetic for every formula and a labelled figure drawn to the entered dimensions. Worked numbers on this page match the geometry reference fixtures.