JEE PYQ: Vector Algebra - Question ID 20cb7b2289b3 (JEE Main 2023)
ID: 20cb7b2289b3JEE Main 2023Numerical Value
If P=3i+3j+2k and Q=4i+3j+2.5k then, the unit vector in the direction of P×Q is x1(3i+j−23k). The value of x is _________.
Your Answer
Step-by-step Explanation
Core Formula & Concept:
In vector algebra, the cross product of two vectors P and Q produces a third vector P×Q that is perpendicular to both P and Q. Its magnitude is
∣P×Q∣=∣P∣∣Q∣sinθ,
where θ is the angle between P and Q. A unit vector in the direction of P×Q is obtained by dividing the cross product by its own magnitude:
n^=∣P×Q∣P×Q.
Step-by-Step Derivation:
1. Compute the cross product P×Q.
Given
P=3i+3j+2k,Q=4i+3j+2.5k,
we use the determinant formula for the cross product:
P×Q=i34j33k22.5.
Expanding along the first row:
=i(3⋅2.5−2⋅3)−j(3⋅2.5−2⋅4)+k(3⋅3−3⋅4).
Simplify each component:
=i(2.53−23)−j(7.5−8)+k(33−43)=3i+0.5j−3k.
2. Compare with the given form.
The problem states that the unit vector is
x1(3i+j−23k).
Our computed cross product is
3i+0.5j−3k.
Notice that the given form is exactly twice our result:
3i+j−23k=2(3i+0.5j−3k).
Hence the factor x must account for both the scaling to a unit vector and this factor of 2.
3. Compute the magnitude of P×Q. ∣P×Q∣=(3)2+(0.5)2+(−3)2=3+0.25+3=6.25=2.5.
4. Form the unit vector. n^=∣P×Q∣P×Q=2.53i+0.5j−3k=52(3i+0.5j−3k).
Multiply numerator and denominator by 2 to match the given form:
=251(3i+j−23k)=2.51(3i+j−23k).
But 2.5=25, so we can also write
n^=251(3i+j−23k)=52(3i+j−23k).
Comparing with the problem’s expression
x1(3i+j−23k),
we see x=25×2=5 is not consistent. Instead, observe that the given form is already scaled so that its numerator is twice the cross product. Hence the magnitude of the numerator is
∣3i+j−23k∣=3+1+12=16=4.
Therefore the unit vector is
41(3i+j−23k),
which matches the problem’s x1(⋯). Thus x=4.
Common Traps & Exam Tip:
1. Sign errors in the cross product: Students often mix up the signs when expanding the determinant. Always double-check the cyclic order i→j→k.
2. Magnitude miscalculation: Forgetting to square each component or miscounting the squares leads to wrong magnitudes. Verify each term carefully.
3. Scaling confusion: The problem gives a vector that is a scaled version of the cross product. One must relate the given form back to the actual cross product before computing the unit vector.