Area of a Parallelogram

Geometry & Measurement

The area of a parallelogram equals its base times its perpendicular height, derived by rearranging the shape into a rectangle.

Formula

A = b \times h

Definition

To find the area of a parallelogram, multiply the base by the height. The height is not the slant side; it is the straight-up distance between the top and bottom.

Example

A parallelogram with base $8$ cm and height $5$ cm: $A = 8 \times 5 = 40$ cm². If you cut a triangle off one end and slide it to the other end, you get a rectangle with the same base and height.

Key Insight

A parallelogram is a "slanted" rectangle. No matter how much it leans, the area only depends on the base and the straight-up height, not on the slant.

Definition

The area of a parallelogram with base $b$ and perpendicular height $h$ is $A = bh$. Importantly, $h$ is the distance between the two parallel bases measured perpendicularly, not the length of the slant side. This is identical to the rectangle formula because a parallelogram can be sheared into a rectangle without changing its area.

Example

A parallelogram has base $12$ m, slant side $7$ m, and height $5$ m. Area $= 12 \times 5 = 60$ m$^2$. The slant side of $7$ m is not used in the area calculation.

Key Insight

Shear transformations preserve area. A parallelogram and a rectangle with the same base and height are related by a shear, so they have equal area. This principle extends to all shear-invariant measurements.

Definition

The area of the parallelogram spanned by vectors $u = (u_1, u_2)$ and $v = (v_1, v_2)$ is $|\det([u, v])| = |u_1 v_2 - u_2 v_1|$. In 3-D, if $u$ and $v$ are vectors, the area of the parallelogram they span is $|u \times v|$. This is the geometric interpretation of the cross product.

Example

Vectors $u = (3, 1)$ and $v = (1, 4)$: area $= |3 \cdot 4 - 1 \cdot 1| = |12 - 1| = 11$. The parallelogram with those two sides has area $11$ square units.

Key Insight

The determinant as a signed area of a parallelogram is the foundation of the change-of-variables formula in multivariable integration: when substituting $u = f(x)$, the Jacobian determinant measures how areas scale under the transformation.