Parallelogram Calculator
Area
—
Perimeter
—
Height
—
Diagonals
—
How a Parallelogram Calculator Works
A parallelogram is a quadrilateral with two pairs of parallel sides, where opposite sides are equal in length and opposite angles are equal. According to Wolfram MathWorld, the parallelogram is one of the fundamental shapes in Euclidean geometry, serving as the basis for understanding more complex polygons and as a key structure in linear algebra and physics. This calculator computes the area, perimeter, height, and both diagonal lengths from two side lengths and the included angle between them.
The parallelogram is central to many branches of mathematics and science. In linear algebra, the area of a parallelogram formed by two vectors equals the magnitude of their cross product. In physics, the parallelogram law of forces states that the resultant of two forces acting at a point can be represented by the diagonal of a parallelogram whose adjacent sides represent the individual forces. Crystallographers use parallelogram-shaped unit cells to describe the repeating patterns in crystal lattices.
Every rectangle is a parallelogram (with 90-degree angles), and every rhombus is a parallelogram (with all sides equal). A square satisfies both conditions, making it simultaneously a rectangle, a rhombus, and a parallelogram. This hierarchy means that all formulas for parallelograms apply to rectangles, rhombi, and squares as special cases. Use our trapezoid calculator for shapes with only one pair of parallel sides, or our general area calculator for other shapes.
Parallelogram Formulas
The key formulas for a parallelogram with sides a and b and included angle theta are: Area = a * b * sin(theta). Perimeter = 2(a + b). Height = b * sin(theta) (perpendicular distance between the sides of length a). Diagonal d1 = sqrt(a^2 + b^2 + 2ab * cos(theta)). Diagonal d2 = sqrt(a^2 + b^2 - 2ab * cos(theta)). The diagonals satisfy the parallelogram law: d1^2 + d2^2 = 2(a^2 + b^2).
Worked Example: For a parallelogram with side a = 8 units, side b = 5 units, and angle theta = 60 degrees: Area = 8 * 5 * sin(60) = 40 * 0.8660 = 34.64 square units. Perimeter = 2(8 + 5) = 26 units. Height = 5 * sin(60) = 4.33 units. Diagonal d1 = sqrt(64 + 25 + 80 * 0.5) = sqrt(129) = 11.36 units. Diagonal d2 = sqrt(64 + 25 - 40) = sqrt(49) = 7.00 units. Verification: 11.36^2 + 7^2 = 129 + 49 = 178 = 2(64 + 25) = 178.
Key Terms You Should Know
- Included Angle (theta): The angle between two adjacent sides of the parallelogram. Opposite angles are equal, and adjacent angles are supplementary (they add up to 180 degrees).
- Diagonal: A line segment connecting two non-adjacent vertices. A parallelogram has two diagonals that bisect each other (each diagonal cuts the other into two equal halves), but unlike a rectangle, the diagonals are not necessarily equal in length.
- Height (Altitude): The perpendicular distance between two parallel sides. The height depends on which pair of parallel sides is chosen as the base. For base a, height = b * sin(theta); for base b, height = a * sin(theta).
- Parallelogram Law: The identity d1^2 + d2^2 = 2(a^2 + b^2), which relates the diagonals to the sides. This law is used in vector mathematics and inner product spaces to define norms.
- Cross Product: In linear algebra, the area of a parallelogram formed by two vectors u and v equals |u x v|, the magnitude of their cross product. This connects parallelogram geometry directly to vector analysis.
Parallelogram Properties Comparison
The table below compares the properties of a parallelogram with its special cases — the rectangle, rhombus, and square — to clarify their geometric relationships.
| Property | Parallelogram | Rectangle | Rhombus | Square |
|---|---|---|---|---|
| Opposite sides parallel | Yes | Yes | Yes | Yes |
| Opposite sides equal | Yes | Yes | All equal | All equal |
| All angles 90 degrees | No | Yes | No | Yes |
| Diagonals equal | No | Yes | No | Yes |
| Diagonals bisect each other | Yes | Yes | Yes | Yes |
| Diagonals perpendicular | No | No | Yes | Yes |
| Area formula | ab sin(theta) | a * b | a^2 sin(theta) | a^2 |
Practical Examples
Example 1 — Land Parcel: A field has the shape of a parallelogram with sides 120 meters and 85 meters, with an included angle of 75 degrees. Area = 120 * 85 * sin(75) = 10,200 * 0.9659 = 9,852 square meters, or approximately 2.43 acres. This calculation is essential for land surveys and property valuation.
Example 2 — Force Vectors: Two forces of 50 N and 30 N act at a point at an angle of 45 degrees to each other. The resultant force (diagonal d1) = sqrt(2500 + 900 + 2*50*30*cos(45)) = sqrt(3400 + 2121) = sqrt(5521) = 74.3 N. This is the parallelogram law of forces in action, used routinely in structural engineering and physics. Our force calculator can help with related problems.
Example 3 — Roof Panel: An architect designs a decorative roof panel as a parallelogram with sides 4 feet and 3 feet at a 70-degree angle. Area = 4 * 3 * sin(70) = 12 * 0.9397 = 11.28 square feet. Height = 3 * sin(70) = 2.82 feet. The diagonals are d1 = sqrt(16 + 9 + 24*cos(70)) = sqrt(33.21) = 5.76 feet and d2 = sqrt(16 + 9 - 8.21) = sqrt(16.79) = 4.10 feet.
Tips and Strategies
- Convert degrees to radians for manual calculation. Most scientific calculators accept both, but programming languages typically require radians. Multiply degrees by pi/180 to convert: 60 degrees = 60 * 3.14159/180 = 1.0472 radians.
- Use the parallelogram law to verify your calculations. After computing both diagonals, check that d1^2 + d2^2 = 2(a^2 + b^2). If this equation does not hold, there is an error in your diagonal calculations.
- Remember that adjacent angles are supplementary. If you know one angle is 60 degrees, the adjacent angle is automatically 120 degrees. You only need one angle to fully define a parallelogram when you know both side lengths.
- For area problems where only base and height are given, use the simple formula A = base * height directly. You do not need the angle unless you need to find the slanted side length.
- Identify parallelograms in real-world problems. Cross-sections of prisms, faces of crystals, and linkage mechanisms often involve parallelograms. Recognizing the shape allows you to apply these efficient formulas.
Frequently Asked Questions
What is the formula for the area of a parallelogram?
The area of a parallelogram equals base times height, which can also be expressed as A = a * b * sin(theta), where a and b are the two side lengths and theta is the included angle between them. When theta equals 90 degrees, sin(90) = 1, and the formula simplifies to A = a * b, which is the familiar rectangle area formula. For example, a parallelogram with sides 8 and 5 and an included angle of 60 degrees has area = 8 * 5 * sin(60) = 8 * 5 * 0.866 = 34.64 square units.
How do you find the height of a parallelogram?
The height of a parallelogram is the perpendicular distance between two parallel sides. If you know one side length (b) and the included angle (theta), the height is calculated as h = b * sin(theta). For instance, if side b = 5 units and the angle is 60 degrees, the height is 5 * sin(60) = 5 * 0.866 = 4.33 units. The height is always shorter than the slanted side unless the parallelogram is a rectangle, in which case the height equals the side length.
What is the parallelogram law of vectors?
The parallelogram law states that the sum of the squares of the diagonals equals twice the sum of the squares of the sides: d1 squared + d2 squared = 2(a squared + b squared). In physics, this law is used for vector addition, where two forces or velocities represented as adjacent sides of a parallelogram produce a resultant force or velocity represented by the diagonal. This principle is fundamental in mechanics, engineering, and navigation for combining directional quantities.
Is a rectangle a parallelogram?
Yes, a rectangle is a special case of a parallelogram where all four angles are exactly 90 degrees. Every rectangle satisfies all parallelogram properties: opposite sides are parallel and equal in length, opposite angles are equal, and diagonals bisect each other. A square is an even more specific case, being a rectangle with all four sides equal. A rhombus is another special parallelogram with all sides equal but angles not necessarily 90 degrees. These relationships form a hierarchy in geometry: square is a subset of rectangle, which is a subset of parallelogram.
How do you calculate the diagonals of a parallelogram?
The diagonals of a parallelogram are calculated using the law of cosines. Diagonal d1 = sqrt(a squared + b squared + 2ab * cos(theta)), and diagonal d2 = sqrt(a squared + b squared - 2ab * cos(theta)), where a and b are the side lengths and theta is the included angle. For a parallelogram with sides 8 and 5 and angle 60 degrees: d1 = sqrt(64 + 25 + 2*8*5*cos(60)) = sqrt(89 + 40) = sqrt(129) = 11.36, and d2 = sqrt(64 + 25 - 40) = sqrt(49) = 7.00.
What are the real-world applications of parallelograms?
Parallelograms appear throughout engineering, architecture, and physics. Scissor lifts and expandable gates use parallelogram linkages to maintain parallel motion while changing height. In structural engineering, parallelogram-shaped cross bracing resists lateral forces in buildings and bridges. Crystallography classifies crystal structures based on parallelogram unit cells. Vector addition in physics relies on the parallelogram law to combine forces, velocities, and displacements. Even everyday objects like adjustable desk lamps and car windshield wipers use parallelogram mechanisms.