Geometric applications

The area of a parallelogram with adjacent sides u and v is

Allgram=|u×v|.

A triangle is really just half of a parallelogram, so the area of a triangle with sides u and v (the third side doesn’t matter) is

Atri=12|u×v|.

The volume of a parallelepiped (a solid body of which each face is a parallelogram) with edges u, v, and w sharing a vertex is

Vllpiped=|u×vw|.

The order of the three vectors does not matter. Like always, the cross product must be evaluated before the dot product. The absolute value bars here actually mean absolute value, not magnitude, since the dot product produces a scalar. This value is sometimes negative, but volume must be nonnegative. Notice the similarity to the coplanarity test: if three vectors form a parallelepiped of zero volume, they are coplanar.