Parallelogram Calculator

Free parallelogram calculator that finds area, perimeter, height, diagonals and angles from multiple input sets: base & height, sides & angle, or diagonals & angle. Includes formulas, special-case detection (rectangle, rhombus) and FAQs.

Full original guide (expanded)

Parallelogram Calculator

Enter any valid combination of parallelogram dimensions to instantly get area, perimeter, height, interior angles, and diagonals. Designed to be more flexible than classic single-form calculators.

parallel sides

perpendicular to base

leave blank if unknown

Parallelogram formulas used

Area (base & height): \( A = b \cdot h \)

Area (sides & angle): \( A = a \cdot b \cdot \sin(\theta) \)

Perimeter: \( P = 2(a + b) \)

Height (relative to a): \( h = b \cdot \sin(\theta) \)

Diagonals: \( d_1 = \sqrt{a^2 + b^2 - 2ab\cos(\theta)} \), \( d_2 = \sqrt{a^2 + b^2 + 2ab\cos(\theta)} \)

Area (diagonals & angle φ): \( A = \frac{d_1 d_2 \sin(\varphi)}{2} \)

FAQs

Can I use any units?

Yes. As long as you use the same unit for all inputs, the output area will be in the corresponding squared unit (cm → cm², ft → ft², etc.).

Why is the perimeter missing in the diagonals tab?

To compute the perimeter we need at least one side length. Provide side a in the field labeled “Optional side a.”

When is a parallelogram a rhombus or a rectangle?

A rhombus has all sides equal. A rectangle has 90° angles. If both are true, it’s a square. The calculator shows a note when it detects these patterns.


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[','\\]
','\
Formula (extracted text)
Area (base & height): \( A = b \cdot h \) Area (sides & angle): \( A = a \cdot b \cdot \sin(\theta) \) Perimeter: \( P = 2(a + b) \) Height (relative to a): \( h = b \cdot \sin(\theta) \) Diagonals: \( d_1 = \sqrt{a^2 + b^2 - 2ab\cos(\theta)} \), \( d_2 = \sqrt{a^2 + b^2 + 2ab\cos(\theta)} \) Area (diagonals & angle φ): \( A = \frac{d_1 d_2 \sin(\varphi)}{2} \)
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).