Practice and worked examples for 9231 Vectors. Short previews only — attempt the full question in MarkScheme against the official scheme.
Worked example 1
Let vectors p=2i−j+3k and q=i+4j−2k.
(a) Find the vector p×q.
(b) Hence, find the exact area of the parallelogram with adjacent sides represented by p and q.
Show solution outline
(a) We set up the determinant to calculate the cross product:
p×q=i21j−14k3−2=i((−1)(−2)−(3)(4))−j((2)(−2)−(3)(1))+k((2)(4)−(−1)(1))=i(2−12)−j(−4−3)+k(8+1)=−10i+7j+9k
(b) The area of the parallelogram is the magnitude of the vector product.
Area =∣p×q∣=∣−10i+7j+9k∣=(−10)2+72+92=100+49+81=230
The exact area is 230 square units.
Worked example 2
A tetrahedron has vertices at A(1, 2, 1), B(3, 3, 0), C(2, 6, 4), and D(5, 5, 5). Find the volume of the tetrahedron ABCD.
Show solution outline
First, we find three vectors originating from a common vertex, say A.
AB=b−a=(3−1)i+(3−2)j+(0−1)k=2i+j−kAC=c−a=(2−1)i+(6−2)j+(4−1)k=i+4j+3kAD=d−a=(5−1)i+(5−2)j+(5−1)k=4i+3j+4k
The volume of the tetrahedron is 61∣AB⋅(AC×AD)∣. We calculate the scalar triple product using a determinant:
AB⋅(AC×AD)=214143−134=2((4)(4)−(3)(3))−1((1)(4)−(3)(4))+(−1)((1)(3)−(4)(4))=2(16−9)−1(4−12)−1(3−16)=2(7)−1(−8)−1(−13)=14+8+13=35