How to prove volume of parallelepiped?

9.3k Views Asked by At

Let's say that three consecutive edges of a parallelepiped be a , b , c . Then how to show that volume is = [a b c] Or = a.(b × c) ?

Also how to prove this this too?

2

There are 2 best solutions below

2
On

area of base of parallelepiped (parallelogram) = $\mathbf b \times \mathbf c$

the vector $\mathbf b \times \mathbf c$ will be perpendicular to base

therefore: $$ \begin{align} \text{volume of parallelopiped} &= \text{area of base} \times \text{height}\\ &= (\mathbf b \times \mathbf c) \times A \cos \theta\\ &= \mathbf a\cdot(\mathbf b \times \mathbf c) \end{align} $$

0
On

Let $\vec a$ and $\vec b$ form the base. Then the area of the base is,

$$|\vec a \times \vec b|$$

The height of the parallelogram is orthogonal to the base, so it is the component of $\vec c$ onto $\vec a \times \vec b$ which is perpendicular to the base,

$$\text{comp}_{\vec a \times \vec b}\vec c=\frac{|c. (\vec a \times \vec b)|}{|\vec a \times \vec b|}$$

Multiplying the two together gives the desired result.