The volume of a parallelepiped determined by the vectors a, b, and c, is the magnitude of their scalar triple product.
and the formula for finding the volume is given by;
Volume = (height) × (Area of base)
Volume,V=∣∣a.(b×c)∣∣
⇒V=∣∣(1,1,−1).((1,−1,1)×(−1,1,1))∣∣
The scalar triple product can be calculated using the formula;
a.(b×c)=∣∣aibiciajbjcjakbkck∣∣
=∣∣11−11−11−111∣∣
=−1(1×1−(−1)×(−1))−1(1×1−(−1)×1)+1(1×(−1)−1×1)
=−1(1−1)−1(1+1)+1(−1−1)
=−1(0)−1(2)+1(−2)
=0−2−2
=−4
Since we want the modulus, i.e. the absolute value of the result, we therefore conclude that the parallelpiped has volume 4 cubic units.
Comments