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
Results
Area
square units
Formulas
Parallelogram Formulas
| Property | Formula | Variables |
|---|---|---|
| Area (base & height) | A = b x h | b = 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 |
| Perimeter | P = 2(a + b) | a, b = adjacent side lengths |
| Height | h = b x sin(theta) | b = side, theta = angle to base |
| Diagonal p | p = sqrt(a^2+b^2-2ab cos(theta)) | Law of cosines, theta = included angle |
| Diagonal q | q = sqrt(a^2+b^2+2ab cos(theta)) | The other diagonal |
| Diagonal identity | p^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.