Exercise 3.3 — Question 2
This exercise covers the scalar triple product of three vectors and its application to finding volumes of geometric solids.
For three vectors a, b, c in space, the scalar triple product is defined as:
a⋅(b×c)
The result is a scalar (a real number).
If a=a1i^+a2j^+a3k^, b=b1i^+b2j^+b3k^, c=c1i^+c2j^+c3k^, then:
a⋅(b×c)=a1b1c1a2b2c2a3b3c3
The volume of a parallelepiped determined by three vectors a, b, c from a common vertex is:
Vparallelepiped=∣a⋅(b×c)∣
The volume of a tetrahedron determined by three vectors a, b, c from a common vertex is:
Vtetrahedron=61∣a⋅(b×c)∣
This is 61 of the parallelepiped volume.
Find the volume of the parallelepiped determined by:
a=i^+2j^−k^,b=2i^−j^+k^,c=i^+j^+2k^
Solution:
a⋅(b×c)=1212−11−112
Expanding along the first row:
=1[(−1)(2)−(1)(1)]−2[(2)(2)−(1)(1)]+(−1)[(2)(1)−(−1)(1)]
=1(−2−1)−2(4−1)+(−1)(2+1)
=−3−6−3=−12
Vparallelepiped=∣−12∣=12 cubic units
Using the same vectors as above:
Vtetrahedron=61∣−12∣=612=2 cubic units
- The scalar triple product is zero if and only if the three vectors are coplanar.
- The dot (⋅) and cross (×) are interchangeable: a⋅(b×c)=(a×b)⋅c
- Cyclic permutation preserves the value: a⋅(b×c)=b⋅(c×a)=c⋅(a×b)