I just started my vector calculus course a couple of weeks ago and I understand that the area of a parallelogram is Area = |A x B|, where A and B are position vectors (base and a side of the parallelogram).
What I need help with is visualization. I know that A x B creates a third vector orthogonal to A and B, how is its magnitude equivalent to the parallelogram's area?
Same goes for the parallelpiped's volume V = A • (B x C) where A, B, and C are vectors.
Where do these equations derive from and how do I visualize the process?
Please bear with me because I only understand things once I can visualize them.
All the best!
Consider the picture below of a triangle with sides a and b. The angle between a and b is $\theta$ and the coordinates of the vectors with these sides are shown.
The area is
$\frac{1}{2}bh$ = $\frac{1}{2}basin(\theta)$
The area of the rectangle minus the area of the red, blue and green triangles. This is the modulus of $\frac{1}{2}(x_1y_2-y_1x_2)$.
Multiply by 2 to get the area of the corresponding parallelogram. This second form is precisely the modulus of the cross product of vectors a and b. A second form for this modulus is $absin(\theta)$. Exactly the same relationship holds in 3D when you work in the plane defined by the 3 triangle vertices.
The volume of a parallelpipid is the base area multiplied by the height. If a and b are in the horizontal plane and c is a third vector lying above the plane then its vertical component is $c cos(\alpha)$, where $\alpha$ is the angle it makes with the horizontal. This is simply c.k, where k is the unit vector in the vertical direction. The volume of the parallelpipid is then $c.k(x_1y_2-y_1x_2) = c.(a\times{b})$