A tetrahedron has vertices P(1, 2, 1), Q(2, 1, 3), R(–1, 1, 2) and O(0, 0, 0). The angle between the faces OPQ and PQR is :
Options
Solution
1. Key Concepts and Formulas
Angle Between Two Planes: The angle θ between two intersecting planes is defined as the acute angle between their normal vectors.
Formula for Angle: If n1 and n2 are the normal vectors to two planes, the angle θ between them is given by:
cosθ=∣n1∣∣n2∣∣n1⋅n2∣
The absolute value of the dot product (∣n1⋅n2∣) ensures that we always find the acute angle, which is the standard convention for the angle between faces of a polyhedron.
Normal Vector to a Plane (using Cross Product): To find a normal vector to a plane defined by three non-collinear points (e.g., A, B, C), we can take the cross product of two vectors lying in that plane (e.g., AB×AC).
2. Step-by-Step Solution
Step 1: Identify the Vertices and Faces
We are given the vertices of the tetrahedron:
O(0, 0, 0)
P(1, 2, 1)
Q(2, 1, 3)
R(–1, 1, 2)
We need to find the angle between face OPQ and face PQR.
Step 2: Find the Normal Vector (n1) for Face OPQ
To find the normal vector for face OPQ, we can use vectors OP and OQ, which lie in the plane of the face.
Vector OP=P−O=⟨1−0,2−0,1−0⟩=⟨1,2,1⟩.
Vector OQ=Q−O=⟨2−0,1−0,3−0⟩=⟨2,1,3⟩.
Now, we calculate their cross product to get the normal vector n1:
n1=OP×OQ=i12j21k13n1=i((2)(3)−(1)(1))−j((1)(3)−(1)(2))+k((1)(1)−(2)(2))n1=i(6−1)−j(3−2)+k(1−4)n1=5i−1j−3k=⟨5,−1,−3⟩
Step 3: Calculate the Magnitude of n1
The magnitude of n1 is:
∣n1∣=52+(−1)2+(−3)2=25+1+9=35
Step 4: Find the Normal Vector (n2) for Face PQR
To find the normal vector for face PQR, we use two vectors lying in that plane, originating from a common vertex. Let's use PQ and PR.
Vector PQ=Q−P=⟨2−1,1−2,3−1⟩=⟨1,−1,2⟩.
Vector PR=R−P=⟨−1−1,1−2,2−1⟩=⟨−2,−1,1⟩.
Now, we calculate their cross product to get the normal vector n2:
n2=PQ×PR=i1−2j−1−1k21n2=i((−1)(1)−(2)(−1))−j((1)(1)−(2)(−2))+k((1)(−1)−(−1)(−2))n2=i(−1+2)−j(1+4)+k(−1−2)n2=1i−5j−3k=⟨1,−5,−3⟩
Step 5: Calculate the Magnitude of n2
The magnitude of n2 is:
∣n2∣=12+(−5)2+(−3)2=1+25+9=35
Step 6: Calculate the Dot Product of n1 and n2
Now, we find the dot product of the two normal vectors:
n1⋅n2=(5)(1)+(−1)(−5)+(−3)(−3)n1⋅n2=5+5+9=19
Step 7: Apply the Angle Formula
Substitute the calculated values into the formula for the angle θ between the planes:
cosθ=∣n1∣∣n2∣∣n1⋅n2∣cosθ=35⋅35∣19∣cosθ=3519
Therefore, the angle θ between the faces OPQ and PQR is:
θ=cos−1(3519)
3. Common Mistakes & Tips
Careful with Cross Product Signs: The calculation of the cross product involves determinants, and sign errors (especially with the −j term) are common. Double-check each component calculation.
Consistent Vector Subtraction: When forming vectors from points (e.g., PQ=Q−P), ensure you subtract the coordinates in the correct order.
Absolute Value for Acute Angle: Always remember to take the absolute value of the dot product in the numerator (∣n1⋅n2∣) to ensure you find the acute angle between the planes, as per the standard definition.
4. Summary
To find the angle between two faces of a tetrahedron, we first determine the normal vector for each face. This is achieved by taking the cross product of two vectors lying within each respective plane. For face OPQ, we used OP and OQ to find n1=⟨5,−1,−3⟩. For face PQR, we used PQ and PR to find n2=⟨1,−5,−3⟩. We then calculated the magnitudes of these normal vectors, both found to be 35. Finally, we used the dot product formula for the angle between two vectors, which resulted in cosθ=3519.
The final answer is cos−1(3519), which corresponds to option (C).