Parallelogram Solver

Solve a parallelogram from base, side, and either height or included angle. Get area, perimeter, both interior angles, both diagonals, and the derived height in one clear geometry check.

Live formula
cm
cm
cm
Examples

A shallow slant where base, side, and perpendicular rise are already written on the sketch.

Area
60 cm²
Perimeter
42 cm
Acute interior angle
33.75 °
Obtuse interior angle
146.25 °
Short diagonal
6.74 cm
Long diagonal
20.11 cm
Formula recap
A = bh = 12 \cdot 5 = 60, P = 2(b+s) = 2(12 + 9) = 42, \theta_{acute} = \arcsin\left(\frac{h}{s}\right) = \arcsin\left(\frac{5}{9}\right) = 33.748989^{\circ}, \theta_{obtuse} = 180^{\circ} - 33.748989^{\circ} = 146.251011^{\circ}, d_{AC} = \sqrt{b^2 + s^2 + 2bs\cos(\theta)} = \sqrt{12^2 + 9^2 + 2 \cdot 12 \cdot 9 \cdot \cos(33.748989^{\circ})} = 20.11466, d_{BD} = \sqrt{b^2 + s^2 - 2bs\cos(\theta)} = \sqrt{12^2 + 9^2 - 2 \cdot 12 \cdot 9 \cdot \cos(33.748989^{\circ})} = 6.737985
Geometry planning only — double-check fit, cut allowances, and real tolerances separately.

Was this useful?

Examples

How It Works

Formula

A=bhA = bh

A=bssin(θ)A = bs\sin(\theta)

P=2(b+s)P = 2(b+s)

h=ssin(θ)h = s\sin(\theta)

dAC=b2+s2+2bscos(θ)d_{AC} = \sqrt{b^2 + s^2 + 2bs\cos(\theta)}

dBD=b2+s22bscos(θ)d_{BD} = \sqrt{b^2 + s^2 - 2bs\cos(\theta)}

θacute=arcsin(hs)\theta_{acute} = \arcsin\left(\frac{h}{s}\right)

Variables

bb

Base length(linear unit)

ss

Side length(linear unit)

hh

Perpendicular height(linear unit)

θ\theta

Included interior angle(deg or rad)

AA

Area(square unit)

PP

Perimeter(linear unit)

dAC,dBDd_{AC}, d_{BD}

The two diagonals(linear unit)

The calculator keeps the geometry to one clean choice: either you know the perpendicular height or you know the included interior angle. From there it derives the full parallelogram set: area first, then perimeter, the acute/obtuse angle pair, and both diagonals.

In base + side + height mode, the calculator uses A=bhA = bh directly, then recovers the acute angle with arcsin(h/s)\arcsin(h/s). In base + side + included angle mode, it derives height with h=ssin(θ)h = s\sin(\theta) and then uses A=bh=bssin(θ)A = bh = bs\sin(\theta). Diagonals come from the two law-of-cosines style expressions shown above, and the result surface sorts them into short and long for you.

Frequently Asked Questions

01When should I use height mode versus angle mode?
Use height mode when your sketch gives the perpendicular rise from the base. Use angle mode when the drawing labels the interior opening angle between the base and the side instead.
02Why can’t the height be longer than the side?
The height is the perpendicular component of the side. A component cannot exceed the full side length, so a height larger than the side would describe impossible geometry.
03Why do you show both an acute and an obtuse angle?
Every parallelogram has two angle values: one acute and one obtuse. They are supplementary, so the larger one is always 180° minus the smaller one, or pi minus the smaller one in radians.
04How do I know which diagonal is longer?
The result list sorts the two diagonals for you. The diagram also distinguishes them so you can see the shorter crossing line and the longer corner-to-corner line at a glance.
05Is this enough for fabrication approval?
No. This tool is for geometry planning, homework checks, and layout double-checking. Real cuts, fit-up, and tolerances still need your project-specific review.

All calculators