Use determinants to calculate the area bounded by 3 vectors

911 Views Asked by At

I have seen the proof of why the area of the parallelogram created by 2 vectors $u = \left(\begin{matrix} u_1\\ u_2 \end{matrix}\right)$ and $v = \left(\begin{matrix}v_1 \\ v_2 \end{matrix}\right)$ $\in \mathbb{R}$

enter image description here

can be obtained by taking the absolute value of the determinant of the following matrix:

$$A_P = \left|\det{\left(\begin{matrix} u_1 & v_1 \\ u_2 & v_2 \end{matrix}\right)}\right|$$.

The proof was quite long, but it was quite clear. Sal explains it really well.


Now, I need to extend the definition of finding the area for the parellogram to find the area bounded by 3 vectors ($\in \mathbb{R^2}$) as depicted in the following figure:

enter image description here

This figure seems to be a parallelogram plust a rectangle... but I am not seeing how exactly how could I extend the definition above of finding the area to find the area of the figure bouned by these vectors. Any ideas?

1

There are 1 best solutions below

1
On

Its simply a matter of adding the areas of three parallelograms. To see this draw the vector $w$ from the origin, and connect its end to $u+w$ and $v+w$. So then its just the sum of the three determinants...


Edit: see image:

enter image description here