Geometry Tool

Parallelogram Calculator

Find area, perimeter, height, diagonals and angles of any parallelogram. Enter base and height, two sides with an angle, diagonals, or vertex coordinates.

Calculation Mode

Enter Values

Step-by-Step Solution

1
Height from angle
h = side_b x sin(angle) = 4 x sin(60deg) = 3.4641
2
Area
A = base x height = 6 x 3.4641 = 20.7846
3
Perimeter
P = 2(a + b) = 2(6 + 4) = 20.0000
4
Diagonal p (law of cosines)
p = sqrt(a^2 + b^2 - 2ab*cos(theta)) = sqrt(6^2 + 4^2 - 2*6*4*cos(60deg)) = 5.2915
5
Diagonal q
q = sqrt(a^2 + b^2 + 2ab*cos(theta)) = 8.7178
6
Check: p^2 + q^2 = 2(a^2+b^2)
28.00 + 76.00 = 104.00, 2(6^2+4^2) = 104.00

Results

Area

20.7846

square units

Perimeter20
Height3.4641
Side a6
Side b4
Angle60°
Diagonal p5.2915
Diagonal q8.7178

Formulas

A = base x height
A = a x b x sin(theta)
A = (1/2) x d1 x d2 x sin(phi)
P = 2(a + b)
d1^2 + d2^2 = 2(a^2 + b^2)

Parallelogram Formulas

PropertyFormulaVariables
Area (base & height)A = b x hb = base, h = perpendicular height
Area (sides & angle)A = a x b x sin(theta)a, b = sides, theta = included angle
Area (diagonals)A = (1/2) x d1 x d2 x sin(phi)d1, d2 = diagonals, phi = angle between them
Area (coordinates)A = (1/2)|sum(xi*yi+1 - xi+1*yi)|Shoelace formula with vertices in order
PerimeterP = 2(a + b)a, b = adjacent side lengths
Heighth = b x sin(theta)b = side, theta = angle to base
Diagonal pp = sqrt(a^2+b^2-2ab cos(theta))Law of cosines, theta = included angle
Diagonal qq = sqrt(a^2+b^2+2ab cos(theta))The other diagonal
Diagonal identityp^2 + q^2 = 2(a^2 + b^2)Always true for any parallelogram

Parallelogram Geometry Explained

A parallelogram is a four-sided shape where opposite sides run parallel to each other. Rectangles, rhombi, and squares are all special cases. The general parallelogram has two pairs of equal sides, two pairs of equal angles, and diagonals that bisect each other but are not necessarily equal.

Area: Three Ways to Get There

The simplest area formula is base times height, where height is the perpendicular distance between two parallel sides. If someone gives you a slant height (the actual side length), you need the angle to find the true height: h = side x sin(angle). This is where the second formula comes in: A = a x b x sin(theta), which directly uses two sides and the angle between them.

The third method uses diagonals. If you know both diagonal lengths and the angle at which they cross, A = (d1 x d2 x sin(phi)) / 2. This is handy when diagonal measurements are easier to take than side measurements, which happens more often than you might think in field work.

Perimeter and Diagonals

Perimeter is straightforward: add all four sides, or use P = 2(a + b) since opposite sides are equal. Diagonals require trigonometry. Each diagonal creates a triangle with the two sides, so the law of cosines gives you both diagonal lengths from the sides and the included angle.

One useful identity: the sum of the squares of both diagonals always equals twice the sum of the squares of the sides. That is, p^2 + q^2 = 2(a^2 + b^2). This is a quick sanity check when you have all the measurements.

Coordinates and the Shoelace Formula

When you have the four corner coordinates, the shoelace formula calculates the area without needing angles or heights. List the vertices in order (clockwise or counterclockwise), multiply each x by the next y and subtract each y by the next x, sum everything, and take half the absolute value. It works for any simple polygon, not just parallelograms.

Practical Uses

Parallelograms appear in roof framing, land surveying, mechanical linkages, and crystal structures. The parallelogram law of vector addition uses this shape to find resultant forces and velocities. In construction, checking that a rectangular frame is truly rectangular (and not a skewed parallelogram) is one of the first things a carpenter does with a tape measure and the diagonal check.

Special Cases

  • Rectangle: All angles are 90 degrees. Diagonals are equal. Area simplifies to length times width.
  • Rhombus: All sides are equal. Diagonals are perpendicular. Area = (d1 x d2) / 2.
  • Square: All sides equal and all angles 90 degrees. The most constrained parallelogram.

Frequently Asked Questions

Related Tools