Skip to main content
Back to Vector Algebra
JEE Main 2023
Vector Algebra
Vector Algebra
Medium

Question

Let a=3i^j^+2k^, b=a×(i^2k^)\overrightarrow{\mathrm{a}}=3 \hat{i}-\hat{j}+2 \hat{k}, \overrightarrow{\mathrm{~b}}=\overrightarrow{\mathrm{a}} \times(\hat{i}-2 \hat{k}) and c=b×k^\overrightarrow{\mathrm{c}}=\overrightarrow{\mathrm{b}} \times \hat{k}. Then the projection of c2j^\overrightarrow{\mathrm{c}}-2 \hat{j} on a\vec{a} is :

Options

Solution

Key Concepts and Formulas

  1. Cross Product of Vectors: The cross product of two vectors u=u1i^+u2j^+u3k^\vec{u} = u_1 \hat{i} + u_2 \hat{j} + u_3 \hat{k} and v=v1i^+v2j^+v3k^\vec{v} = v_1 \hat{i} + v_2 \hat{j} + v_3 \hat{k} is given by: u×v=i^j^k^u1u2u3v1v2v3=(u2v3u3v2)i^(u1v3u3v1)j^+(u1v2u2v1)k^\vec{u} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ u_1 & u_2 & u_3 \\ v_1 & v_2 & v_3 \end{vmatrix} = (u_2 v_3 - u_3 v_2)\hat{i} - (u_1 v_3 - u_3 v_1)\hat{j} + (u_1 v_2 - u_2 v_1)\hat{k} The resultant vector is perpendicular to both u\vec{u} and v\vec{v}.

  2. Dot Product of Vectors: The dot product of u=u1i^+u2j^+u3k^\vec{u} = u_1 \hat{i} + u_2 \hat{j} + u_3 \hat{k} and v=v1i^+v2j^+v3k^\vec{v} = v_1 \hat{i} + v_2 \hat{j} + v_3 \hat{k} is: uv=u1v1+u2v2+u3v3\vec{u} \cdot \vec{v} = u_1 v_1 + u_2 v_2 + u_3 v_3 This operation results in a scalar.

  3. Magnitude of a Vector: The magnitude of a vector u=u1i^+u2j^+u3k^\vec{u} = u_1 \hat{i} + u_2 \hat{j} + u_3 \hat{k} is: u=u12+u22+u32|\vec{u}| = \sqrt{u_1^2 + u_2^2 + u_3^2}

  4. Scalar Projection: The scalar projection of vector x\vec{x} onto vector y\vec{y} is the component of x\vec{x} in the direction of y\vec{y}, given by: Projyx=xyy\text{Proj}_{\vec{y}} \vec{x} = \frac{\vec{x} \cdot \vec{y}}{|\vec{y}|}


Step-by-Step Solution

We are given a=3i^j^+2k^\vec{a}=3 \hat{i}-\hat{j}+2 \hat{k}. We need to find the projection of c2j^\vec{c}-2 \hat{j} on a\vec{a}. This requires us to first compute b\vec{b} and then c\vec{c}.

Step 1: Calculate vector b\vec{b} We are given b=a×(i^2k^)\vec{b} = \vec{a} \times (\hat{i}-2 \hat{k}). We substitute the components of a\vec{a} and the second vector. a=3i^1j^+2k^\vec{a} = 3\hat{i} - 1\hat{j} + 2\hat{k} i^2k^=1i^+0j^2k^\hat{i}-2 \hat{k} = 1\hat{i} + 0\hat{j} - 2\hat{k}

Using the determinant formula for the cross product: b=i^j^k^312102\vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & -1 & 2 \\ 1 & 0 & -2 \end{vmatrix} Expanding the determinant: b=i^((1)(2)(2)(0))j^((3)(2)(2)(1))+k^((3)(0)(1)(1))\vec{b} = \hat{i}((-1)(-2) - (2)(0)) - \hat{j}((3)(-2) - (2)(1)) + \hat{k}((3)(0) - (-1)(1)) b=i^(20)j^(62)+k^(0+1)\vec{b} = \hat{i}(2 - 0) - \hat{j}(-6 - 2) + \hat{k}(0 + 1) b=2i^(8)j^+1k^\vec{b} = 2\hat{i} - (-8)\hat{j} + 1\hat{k} b=2i^+8j^+k^\vec{b} = 2\hat{i} + 8\hat{j} + \hat{k} Reasoning: This step applies the definition of the cross product to find the vector b\vec{b} from the given a\vec{a} and another vector.

Step 2: Calculate vector c\vec{c} We are given c=b×k^\vec{c} = \vec{b} \times \hat{k}. We use the components of b\vec{b} calculated in the previous step and the components of k^\hat{k}. b=2i^+8j^+1k^\vec{b} = 2\hat{i} + 8\hat{j} + 1\hat{k} k^=0i^+0j^+1k^\hat{k} = 0\hat{i} + 0\hat{j} + 1\hat{k}

Using the determinant formula for the cross product: c=i^j^k^281001\vec{c} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 8 & 1 \\ 0 & 0 & 1 \end{vmatrix} Expanding the determinant: c=i^((8)(1)(1)(0))j^((2)(1)(1)(0))+k^((2)(0)(8)(0))\vec{c} = \hat{i}((8)(1) - (1)(0)) - \hat{j}((2)(1) - (1)(0)) + \hat{k}((2)(0) - (8)(0)) c=i^(80)j^(20)+k^(00)\vec{c} = \hat{i}(8 - 0) - \hat{j}(2 - 0) + \hat{k}(0 - 0) c=8i^2j^\vec{c} = 8\hat{i} - 2\hat{j} Reasoning: This step calculates c\vec{c} by performing another cross product, this time between b\vec{b} and the unit vector k^\hat{k}.

Step 3: Calculate the vector (c2j^)(\vec{c} - 2\hat{j}) We need to find the vector that we will project onto a\vec{a}. This vector is c2j^\vec{c} - 2\hat{j}. c=8i^2j^\vec{c} = 8\hat{i} - 2\hat{j} c2j^=(8i^2j^)2j^\vec{c} - 2\hat{j} = (8\hat{i} - 2\hat{j}) - 2\hat{j} c2j^=8i^4j^\vec{c} - 2\hat{j} = 8\hat{i} - 4\hat{j} For the dot product calculation, we can explicitly write the k^\hat{k} component as 0: 8i^4j^+0k^8\hat{i} - 4\hat{j} + 0\hat{k}. Reasoning: This step combines the vector c\vec{c} with the given vector 2j^-2\hat{j} through vector subtraction.

Step 4: Calculate the magnitude of a\vec{a} The scalar projection formula requires the magnitude of the vector onto which we are projecting, which is a\vec{a}. a=3i^j^+2k^\vec{a} = 3\hat{i} - \hat{j} + 2\hat{k} a=(3)2+(1)2+(2)2|\vec{a}| = \sqrt{(3)^2 + (-1)^2 + (2)^2} a=9+1+4|\vec{a}| = \sqrt{9 + 1 + 4} a=14|\vec{a}| = \sqrt{14} Reasoning: This step finds the length of the vector a\vec{a}, which is a necessary component for the scalar projection calculation.

Step 5: Calculate the dot product of (c2j^)(\vec{c} - 2\hat{j}) and a\vec{a} To find the scalar projection, we need the dot product of the vector to be projected (c2j^)(\vec{c} - 2\hat{j}) and the vector it's projected onto a\vec{a}. (c2j^)=8i^4j^+0k^(\vec{c} - 2\hat{j}) = 8\hat{i} - 4\hat{j} + 0\hat{k} a=3i^1j^+2k^\vec{a} = 3\hat{i} - 1\hat{j} + 2\hat{k} (c2j^)a=(8)(3)+(4)(1)+(0)(2)(\vec{c} - 2\hat{j}) \cdot \vec{a} = (8)(3) + (-4)(-1) + (0)(2) (c2j^)a=24+4+0(\vec{c} - 2\hat{j}) \cdot \vec{a} = 24 + 4 + 0 (c2j^)a=28(\vec{c} - 2\hat{j}) \cdot \vec{a} = 28 Reasoning: This step computes the dot product, which measures the extent to which the two vectors align.

Step 6: Calculate the scalar projection of (c2j^)(\vec{c} - 2\hat{j}) on a\vec{a} Now we use the scalar projection formula with the results from Step 5 and Step 4. Proja(c2j^)=(c2j^)aa\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = \frac{(\vec{c} - 2\hat{j}) \cdot \vec{a}}{|\vec{a}|} Proja(c2j^)=2814\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = \frac{28}{\sqrt{14}} To simplify, we can multiply the numerator and denominator by 14\sqrt{14}: Proja(c2j^)=281414\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = \frac{28 \sqrt{14}}{14} Proja(c2j^)=214\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = 2\sqrt{14} Correction: Let's recheck the calculation. a=3i^j^+2k^\vec{a} = 3 \hat{i} - \hat{j} + 2 \hat{k} b=a×(i^2k^)=i^j^k^312102=i^(20)j^(62)+k^(0(1))=2i^+8j^+k^\vec{b} = \vec{a} \times (\hat{i} - 2 \hat{k}) = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & -1 & 2 \\ 1 & 0 & -2 \end{vmatrix} = \hat{i}(2-0) - \hat{j}(-6-2) + \hat{k}(0-(-1)) = 2\hat{i} + 8\hat{j} + \hat{k} c=b×k^=(2i^+8j^+k^)×k^=i^j^k^281001=i^(80)j^(20)+k^(00)=8i^2j^\vec{c} = \vec{b} \times \hat{k} = (2\hat{i} + 8\hat{j} + \hat{k}) \times \hat{k} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 8 & 1 \\ 0 & 0 & 1 \end{vmatrix} = \hat{i}(8-0) - \hat{j}(2-0) + \hat{k}(0-0) = 8\hat{i} - 2\hat{j} c2j^=(8i^2j^)2j^=8i^4j^\vec{c} - 2\hat{j} = (8\hat{i} - 2\hat{j}) - 2\hat{j} = 8\hat{i} - 4\hat{j} We need the projection of c2j^\vec{c} - 2\hat{j} on a\vec{a}. Projection =(c2j^)aa= \frac{(\vec{c} - 2\hat{j}) \cdot \vec{a}}{|\vec{a}|} (c2j^)a=(8i^4j^)(3i^j^+2k^)=(8)(3)+(4)(1)+(0)(2)=24+4+0=28(\vec{c} - 2\hat{j}) \cdot \vec{a} = (8\hat{i} - 4\hat{j}) \cdot (3\hat{i} - \hat{j} + 2\hat{k}) = (8)(3) + (-4)(-1) + (0)(2) = 24 + 4 + 0 = 28. a=32+(1)2+22=9+1+4=14|\vec{a}| = \sqrt{3^2 + (-1)^2 + 2^2} = \sqrt{9+1+4} = \sqrt{14}. Projection =2814=281414=214= \frac{28}{\sqrt{14}} = \frac{28\sqrt{14}}{14} = 2\sqrt{14}.

There seems to be a discrepancy with the provided correct answer. Let's re-evaluate the problem statement and calculations.

Let's assume the question or options might have a typo, and re-examine the calculations for any potential errors. The steps followed are standard for vector operations.

Let's double check the cross product of a\vec{a} and (i^2k^)(\hat{i} - 2\hat{k}). a=3i^j^+2k^\vec{a} = 3\hat{i} - \hat{j} + 2\hat{k} v=i^2k^\vec{v} = \hat{i} - 2\hat{k} a×v=((1)(2)(2)(0))i^((3)(2)(2)(1))j^+((3)(0)(1)(1))k^\vec{a} \times \vec{v} = ((-1)(-2) - (2)(0))\hat{i} - ((3)(-2) - (2)(1))\hat{j} + ((3)(0) - (-1)(1))\hat{k} =(20)i^(62)j^+(0(1))k^= (2-0)\hat{i} - (-6-2)\hat{j} + (0-(-1))\hat{k} =2i^+8j^+k^= 2\hat{i} + 8\hat{j} + \hat{k}. This matches.

Now, c=b×k^\vec{c} = \vec{b} \times \hat{k}. b=2i^+8j^+k^\vec{b} = 2\hat{i} + 8\hat{j} + \hat{k} c=(2i^+8j^+k^)×k^\vec{c} = (2\hat{i} + 8\hat{j} + \hat{k}) \times \hat{k} =(8(1)1(0))i^(2(1)1(0))j^+(2(0)8(0))k^= (8(1) - 1(0))\hat{i} - (2(1) - 1(0))\hat{j} + (2(0) - 8(0))\hat{k} =8i^2j^= 8\hat{i} - 2\hat{j}. This matches.

Now, c2j^=8i^2j^2j^=8i^4j^\vec{c} - 2\hat{j} = 8\hat{i} - 2\hat{j} - 2\hat{j} = 8\hat{i} - 4\hat{j}. This matches.

Projection of 8i^4j^8\hat{i} - 4\hat{j} on a=3i^j^+2k^\vec{a} = 3\hat{i} - \hat{j} + 2\hat{k}. Dot product: (8i^4j^)(3i^j^+2k^)=8(3)+(4)(1)+0(2)=24+4+0=28(8\hat{i} - 4\hat{j}) \cdot (3\hat{i} - \hat{j} + 2\hat{k}) = 8(3) + (-4)(-1) + 0(2) = 24 + 4 + 0 = 28. This matches. Magnitude of a\vec{a}: a=32+(1)2+22=9+1+4=14|\vec{a}| = \sqrt{3^2 + (-1)^2 + 2^2} = \sqrt{9+1+4} = \sqrt{14}. This matches. Projection: 2814=281414=214\frac{28}{\sqrt{14}} = \frac{28\sqrt{14}}{14} = 2\sqrt{14}.

Let's check if there's a property of cross products that could simplify this, but the direct calculation is usually the most reliable.

Let's consider the possibility of a typo in the question or options. If the answer is indeed 272\sqrt{7}, then either the dot product should be 1414 or the magnitude of a\vec{a} should be 28=27\sqrt{28} = 2\sqrt{7}. Neither seems to be the case.

Let's re-examine the problem and options. Options: (A) 272 \sqrt{7}, (B) 373 \sqrt{7}, (C) 14\sqrt{14}, (D) 2142 \sqrt{14}.

Our calculated value is 2142\sqrt{14}. This matches option (D). However, the provided correct answer is (A) 272\sqrt{7}. This indicates a strong possibility of an error in the provided "Correct Answer".

Assuming our calculations are correct, 2142\sqrt{14} is the result. Let's proceed with the assumption that our calculation is correct and the provided answer might be wrong.

Step 6 (Revised): Calculate the scalar projection of (c2j^)(\vec{c} - 2\hat{j}) on a\vec{a} Using the scalar projection formula with the results from Step 5 and Step 4. Proja(c2j^)=(c2j^)aa\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = \frac{(\vec{c} - 2\hat{j}) \cdot \vec{a}}{|\vec{a}|} Proja(c2j^)=2814\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = \frac{28}{\sqrt{14}} To simplify, we rationalize the denominator: Proja(c2j^)=281414\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = \frac{28 \sqrt{14}}{14} Proja(c2j^)=214\text{Proj}_{\vec{a}} (\vec{c} - 2\hat{j}) = 2\sqrt{14} Reasoning: This step completes the calculation of the scalar projection by dividing the dot product by the magnitude of the vector a\vec{a}.

Common Mistakes & Tips

  • Sign Errors in Cross Product: Be extremely careful with the signs when expanding the determinant for the cross product. The middle term for j^\hat{j} is always subtracted.
  • Order of Vectors in Cross Product: The cross product is not commutative (u×vv×u\vec{u} \times \vec{v} \neq \vec{v} \times \vec{u}). Ensure you are using the vectors in the correct order as specified.
  • Scalar vs. Vector Projection: The question asks for the "projection of c2j^\vec{c}-2 \hat{j} on a\vec{a}". This implies scalar projection (a length), as opposed to vector projection (a vector). The formula used is for scalar projection.
  • Rationalization: Always rationalize the denominator for the final answer if it involves a square root.

Summary

The problem requires a series of vector operations: cross products to find vectors b\vec{b} and c\vec{c}, followed by vector subtraction to find the vector to be projected. Finally, the scalar projection formula is applied using the dot product and magnitude of the involved vectors. Our calculations yielded 2142\sqrt{14}.

The final answer is 214\boxed{2\sqrt{14}}. This corresponds to option (D). However, given the provided correct answer is (A) 272\sqrt{7}, there might be an error in the problem statement or the provided answer key. Based on standard vector algebra, the calculation leads to 2142\sqrt{14}.

Practice More Vector Algebra Questions

View All Questions