Parallelogram Area Calculator

Parallelogram area calculator using base and height, sides and included angle, or vertex coordinates. Includes inverse mode to solve for base or height, formula explanations, and step-by-step workings.

Full original guide (expanded)

Parallelogram Area Calculator

A = b × h = a × b × sin(θ)

Calculate the area of a parallelogram using base and height, two sides with the included angle, or three vertex coordinates. An inverse mode lets you solve for base or height from a known area – with clear formulas and step-by-step explanation.

Interactive parallelogram area calculator

Choose the mode that matches the information you have. All formulas are mathematically equivalent and give the same area when used with consistent measurements.

All lengths must use the same unit. The area result is reported in square of that unit (e.g. cm²), with automatic conversion to m² and cm² where helpful.

Area from base and height

The height is the perpendicular distance from the base to the opposite side, not the length of the slanted side.

This tool uses exact formulas with IEEE double-precision arithmetic. For exams or coursework, you can match your teacher’s rounding conventions by rounding intermediate steps manually if needed.

Parallelogram area formulas

A parallelogram is a quadrilateral with two pairs of parallel opposite sides. There are several equivalent formulas for its area, depending on the data you know.

Base and height

The most common formula uses the base \(b\) and the perpendicular height \(h\):

\[ A = b \cdot h \]

Here, \(h\) is the length of the perpendicular dropped from one side to the opposite side (or its extension), not the slanted side length.

Two sides and included angle

If you know the lengths of two adjacent sides \(a\) and \(b\), and the interior angle \(\theta\) between them, you can use the trigonometric form:

\[ A = a \cdot b \cdot \sin(\theta). \]

Geometrically, \(b \sin(\theta)\) is exactly the perpendicular height when \(a\) is taken as the base.

Coordinates and vector cross product

When working in coordinate geometry, you can interpret two adjacent sides as vectors. Suppose:

  • A parallelogram has vertices \(A(x_1, y_1)\), \(B(x_2, y_2)\), and \(C(x_3, y_3)\);
  • Vectors \(\vec{AB}\) and \(\vec{AC}\) form the sides.

The area is given by the magnitude of the 2D cross product:

\[ A = \bigl| \vec{AB} \times \vec{AC} \bigr| = \left| (x_2 - x_1)(y_3 - y_1) - (x_3 - x_1)(y_2 - y_1) \right|. \]

This is closely related to the determinant of a 2×2 matrix built from the side vectors.

Relation to rectangles and triangles

A rectangle is a parallelogram with a right angle (\(\theta = 90^\circ\)), so \(\sin(\theta) = 1\) and:

\[ A = a \cdot b \cdot \sin(90^\circ) = a \cdot b. \]

Any triangle with base \(b\) and height \(h\) has area \(A_{\triangle} = \frac{1}{2}b h\). A parallelogram with the same base and height can be thought of as two congruent triangles, so its area is exactly double:

\[ A_{\text{parallelogram}} = 2 A_{\triangle} = 2 \cdot \frac{1}{2} b h = b h. \]

Units and common conversions

As long as all sides and heights use the same length unit, the area will be in the corresponding square unit:

  • mm → mm²
  • cm → cm² (1 cm² = 100 mm²)
  • m → m² (1 m² = 10,000 cm²)
  • in → in²
  • ft → ft² (1 ft² = 144 in²)

In school contexts, cm² and m² are most common. In engineering or construction, m² and ft² are typical. The calculator automatically converts between the internal square unit and m² / cm² where appropriate.

Example 1 – base and height

A parallelogram has base \(b = 9\ \text{cm}\) and height \(h = 4\ \text{cm}\).

  1. Confirm base and height use the same unit (cm).
  2. Compute \(A = b h = 9 \times 4 = 36\ \text{cm}^2\).

Example 2 – two sides and included angle

A parallelogram has side lengths \(a = 5\ \text{m}\), \(b = 3\ \text{m}\), and the angle between them is \(\theta = 60^\circ\).

  1. Compute \(\sin(60^\circ) \approx 0.8660.\)
  2. Compute \(A = a b \sin(\theta) = 5 \times 3 \times 0.8660 \approx 12.99\ \text{m}^2.\)

Example 3 – coordinates

Let \(A(0, 0)\), \(B(6, 2)\), \(C(3, 5)\). These three points define a parallelogram with sides along \(\vec{AB}\) and \(\vec{AC}\).

  1. \(\vec{AB} = (6 - 0, 2 - 0) = (6, 2)\).
  2. \(\vec{AC} = (3 - 0, 5 - 0) = (3, 5)\).
  3. Compute the cross product magnitude: \[ A = |6 \cdot 5 - 3 \cdot 2| = |30 - 6| = 24. \]
  4. The area is \(24\) square units (depending on the scale of the coordinate system).

Good practice when using a parallelogram area calculator

  • Check that all length measurements correspond to the same physical unit before multiplying.
  • Use the angle between the two sides you are using; a different angle will not give the correct area.
  • When using coordinates, make sure the three vertices indeed form two adjacent sides, not a diagonal.
  • In assessment or design contexts, match the requested level of precision and show intermediate steps clearly.

Related geometry and area calculators

If you are working with other shapes, these tools may also be useful:


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[A = b \cdot h\]
A = b \cdot h
Formula (extracted LaTeX)
\[A = a \cdot b \cdot \sin(\theta).\]
A = a \cdot b \cdot \sin(\theta).
Formula (extracted LaTeX)
\[A = \bigl| \vec{AB} \times \vec{AC} \bigr| = \left| (x_2 - x_1)(y_3 - y_1) - (x_3 - x_1)(y_2 - y_1) \right|.\]
A = \bigl| \vec{AB} \times \vec{AC} \bigr| = \left| (x_2 - x_1)(y_3 - y_1) - (x_3 - x_1)(y_2 - y_1) \right|.
Formula (extracted LaTeX)
\[A = a \cdot b \cdot \sin(90^\circ) = a \cdot b.\]
A = a \cdot b \cdot \sin(90^\circ) = a \cdot b.
Formula (extracted LaTeX)
\[A_{\text{parallelogram}} = 2 A_{\triangle} = 2 \cdot \frac{1}{2} b h = b h.\]
A_{\text{parallelogram}} = 2 A_{\triangle} = 2 \cdot \frac{1}{2} b h = b h.
Formula (extracted LaTeX)
\[A = |6 \cdot 5 - 3 \cdot 2| = |30 - 6| = 24.\]
A = |6 \cdot 5 - 3 \cdot 2| = |30 - 6| = 24.
Formula (extracted text)
\[ A = a \cdot b \cdot \sin(\theta). \]
Formula (extracted text)
\[ A = \bigl| \vec{AB} \times \vec{AC} \bigr| = \left| (x_2 - x_1)(y_3 - y_1) - (x_3 - x_1)(y_2 - y_1) \right|. \]
Formula (extracted text)
\[ A = a \cdot b \cdot \sin(90^\circ) = a \cdot b. \]
Formula (extracted text)
\[ A_{\text{parallelogram}} = 2 A_{\triangle} = 2 \cdot \frac{1}{2} b h = b h. \]
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).