Parallelogram Area from Two Vectors
Enter your known values, leave one input blank, and solves for the missing one. Try different units for next level excitement!
Learning zone
Two vectors sharing a corner sweep out a parallelogram, and its area is the absolute value of the cross product's z-component: |axby − aybx|. The result needs no angle, no perpendicular height and no trigonometry — just four coordinates. Sides a = (3, 1) m and b = (1, 4) m enclose |12 − 1| = 11 m². The construction is a special case of Hermann Grassmann's exterior product from his 1844 Ausdehnungslehre, a book so far ahead of its style that almost nobody read it; Grassmann gave up mathematics and became a distinguished Sanskrit scholar instead, and the algebra he invented was only rediscovered decades later.
The solver handles this one for the area only. That is not a limitation of the algebra but of the geometry: infinitely many pairs of vectors enclose the same area, so a single component cannot be recovered from it. The determinant's sign, stripped away by the absolute value, is worth keeping when you compute it by hand — it tells you whether b lies clockwise or counterclockwise from a, and polygon area algorithms depend on exactly that.
- = Parallelogram area
- = x-component of a
- = y-component of a
- = x-component of b
- = y-component of b
- Parallelogram area — Area of a Circle, Area of a Triangle
- x-component of a — Work from Force and Displacement Components, Pythagorean Theorem
- y-component of a — Work from Force and Displacement Components, Pythagorean Theorem
- x-component of b — Work from Force and Displacement Components, Pythagorean Theorem
- y-component of b — Work from Force and Displacement Components, Pythagorean Theorem