Welcome, future engineers. Today, we are not just solving a math problem; we are navigating the architecture of 3D space. When you look at a problem involving vectors, I want you to stop seeing just numbers and variables.
I want you to see arrows in space, planes slicing through the coordinate system, and the elegant constraints that bind them together. We are looking for a mysterious unit vector, r=xi^+yj^+zk^, that satisfies two very specific geometric conditions.
The Coplanarity Trap
The first condition is that our vector r is coplanar with a=i^+j^+2k^ and b=i^+2j^+k^. If a and b are drawn on a sheet of paper, and r is also on that paper, they are coplanar.
In the language of JEE Advanced, we translate this geometric reality into the Scalar Triple Product. If three vectors are coplanar, they cannot form a 3D volume, meaning the parallelepiped they define has a volume of zero:
[rab]=0
We set up our determinant, placing the components of r in the first row, and the components of a and b in the subsequent rows:
x11y12z21=0
Expanding this along the first row, we calculate the minors: x(1−4)−y(1−2)+z(2−1)=0. Simplifying this, we arrive at our first linear equation:
−3x+y+z=0
The Perpendicularity Bridge
Now, we introduce the second condition. Our vector r is perpendicular to c=i^+j^+k^. In the world of vectors, perpendicularity is synonymous with the dot product being zero.
So, we write:
r⋅c=0
Substituting our components, we get (xi^+yj^+zk^)⋅(i^+j^+k^)=0, which simplifies beautifully to:
x+y+z=0
Solving the System
We have three variables but only two equations. This means our vector r is not unique in terms of magnitude, but it is unique in terms of direction. We can find the ratio of x:y:z using the method of cross-multiplication.
This simplifies to 0x=−4−y=−4z. Dividing by 4, we get the direction ratios: 0x=1y=−1z. We can now define our vector in terms of a scalar parameter λ:
r=λ(0i^+1j^−1k^)
The Final Constraint
The problem specifically asked for a unit vector. This is our final gatekeeper, requiring the magnitude of r to be 1:
x2+y2+z2=1
Substituting our values in terms of λ (x=0,y=λ,z=−λ):
02+λ2+(−λ)2=1⇒2λ2=1⇒2λ2=1
This gives us λ2=21, so λ=±21. By substituting these values back into our expression for r, we find our two solutions:
r=±2j^−k^
Conclusion
You took an abstract geometric description, translated it into the language of determinants and dot products, solved a system of equations, and applied a normalization constraint. This is the essence of JEE Advanced mathematics—taking a complex, multi-layered problem and peeling it back until the truth is revealed. Keep practicing this systematic approach, and you will find that no problem is too daunting.