Question
Three vectors are given:
Find the value of for which , , are coplanar. Then verify the result.
Solution — Step by Step
Three vectors are coplanar if and only if their scalar triple product equals zero:
The geometric reason: if the scalar triple product is zero, the parallelepiped formed by the three vectors has zero volume — meaning all three lie in the same plane.
The scalar triple product is computed as:
Each row is one vector’s components. Row 1 is , row 2 is , row 3 is .
Expanding along the first row:
Set the scalar triple product equal to zero:
The vectors are coplanar when .
Substitute back and recompute:
Why This Works
The scalar triple product gives the signed volume of the parallelepiped with those three vectors as edges. When this volume is zero, the three vectors cannot span three dimensions — they’re all stuck in a plane.
Think of it physically: if you tried to build a box with these three edges and it collapsed flat, that’s coplanarity. The determinant captures exactly this — a zero determinant means the rows are linearly dependent, i.e., one vector is a linear combination of the other two.
This is one of the most direct conditions in JEE vectors. No need to find the actual plane equation unless the question explicitly asks.
Alternative Method
Instead of the determinant directly, we can use the condition that can be expressed as :
Comparing components:
- :
- :
- :
From the first two equations: multiply the second by 3 and subtract the first — , so . Then
The determinant method is faster in exams. The linear combination method works but takes 2× longer. In JEE Main where time is everything, go straight for the determinant.
Solving gives , (you can verify), and . Same answer.
Common Mistake
Row order doesn’t matter for zero — but matters for sign. Many students panic when they get and think they made an error. For the coplanarity condition (equals zero), swapping any two rows just changes the sign — zero stays zero. But if the question asks you to compute the scalar triple product as a value, row order matters. Here, since we’re only testing if it equals zero, any row ordering gives the correct .
The second common trap: students expand the determinant correctly but forget the alternating sign pattern — the middle term gets , not . Always write out the cofactor signs as before expanding.