[Math] Volume of tetrahedron using cross and dot product

cross productvectorsvolume

Consider the tetrahedron in the image: The tetrahedron Prove that the volume of the tetrahedron is given by $\frac16 |a \times b \cdot c|$.

I know volume of the tetrahedron is equal to the base area times height, and here, the height is $h$, and Iโ€™m considering the base area to be the area of the triangle $BCD$.

So, what I have is:

$$\begin{align}
\text{base area} &= \frac12 \lvert a \times b \rvert \\
\text{height $h$} &= \lvert c\rvert \cos \theta
\end{align}$$

So volume is $$V=\frac12 \lvert a \times b\rvert \cdot \lvert c\rvert \cos \theta $$

But I donโ€™t know how to arrive from this at $\frac16 |a \times b \cdot c|$.

Please advise.

Best Answer

Here is one way to think of it. A tetrahedron is $\dfrac{1}{6}$ of the volume of the parallelipiped formed by $\vec{a},\vec{b},\vec{c}$. The volume of the parallelepiped is the scalar triple product $|(a \times b) \cdot c|$. Thus, the volume of a tetrahedron is $\dfrac{1}{6} |(a \times b) \cdot c|$

In order to solve the question like you are trying to, notice that by $V = \dfrac{1}{3}Bh = \dfrac{1}{6}||a \times b|| \cdot h$. Then, $h = ||c|| \cdot |\cos(\theta)|$. Thus, we have $V = \dfrac{1}{6}||a \times b|| \cdot ||c|| \cdot |\cos(\theta)|$. Now see that $|c \cdot (a \times b)| = ||c|| \cdot ||(a \times b)|| \cdot |\cos(\theta)|$ and thus $V = \dfrac{1}{6}|(a \times b) \cdot c|$.

I'd also like to say that the notation you are using is a little weird. In order to avoid confusion, $|x|$ denotes absolute value and $||x||$ denotes magnitude.

Related Question