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

Question

Let a\overrightarrow a be a vector which is perpendicular to the vector 3i^+12j^+2k^3\widehat i + {1 \over 2}\widehat j + 2\widehat k. If a×(2i^+k^)=2i^13j^4k^\overrightarrow a \times \left( {2\widehat i + \widehat k} \right) = 2\widehat i - 13\widehat j - 4\widehat k, then the projection of the vector a\overrightarrow a on the vector 2i^+2j^+k^2\widehat i + 2\widehat j + \widehat k is :

Options

Solution

Key Concepts and Formulas

  1. Dot Product for Perpendicular Vectors: Two non-zero vectors u\overrightarrow u and v\overrightarrow v are perpendicular if and only if their dot product is zero: uv=0\overrightarrow u \cdot \overrightarrow v = 0.
  2. Cross Product: For vectors u=u1i^+u2j^+u3k^\overrightarrow u = u_1\widehat i + u_2\widehat j + u_3\widehat k and v=v1i^+v2j^+v3k^\overrightarrow v = v_1\widehat i + v_2\widehat j + v_3\widehat k, their cross product is given by: u×v=i^j^k^u1u2u3v1v2v3=(u2v3u3v2)i^(u1v3u3v1)j^+(u1v2u2v1)k^\overrightarrow u \times \overrightarrow v = \begin{vmatrix} \widehat i & \widehat j & \widehat k \\ u_1 & u_2 & u_3 \\ v_1 & v_2 & v_3 \end{vmatrix} = (u_2v_3 - u_3v_2)\widehat i - (u_1v_3 - u_3v_1)\widehat j + (u_1v_2 - u_2v_1)\widehat k
  3. Equality of Vectors: Two vectors are equal if their corresponding components are equal.
  4. Projection of a Vector: The scalar projection of vector a\overrightarrow a onto vector b\overrightarrow b is given by Projba=abb\text{Proj}_{\overrightarrow b} \overrightarrow a = \frac{\overrightarrow a \cdot \overrightarrow b}{|\overrightarrow b|}.

Step-by-Step Solution

Step 1: Represent the unknown vector a\overrightarrow a

Let the unknown vector a\overrightarrow a be represented as a=a1i^+a2j^+a3k^\overrightarrow a = a_1\widehat i + a_2\widehat j + a_3\widehat k. We use this general form to find its specific components using the given conditions.

Step 2: Use the perpendicularity condition

We are given that a\overrightarrow a is perpendicular to the vector 3i^+12j^+2k^3\widehat i + \frac{1}{2}\widehat j + 2\widehat k. Using the dot product property for perpendicular vectors: a(3i^+12j^+2k^)=0\overrightarrow a \cdot \left( 3\widehat i + \frac{1}{2}\widehat j + 2\widehat k \right) = 0 (a1i^+a2j^+a3k^)(3i^+12j^+2k^)=0(a_1\widehat i + a_2\widehat j + a_3\widehat k) \cdot \left( 3\widehat i + \frac{1}{2}\widehat j + 2\widehat k \right) = 0 3a1+12a2+2a3=03a_1 + \frac{1}{2}a_2 + 2a_3 = 0 Multiplying by 2 to clear the fraction, we get our first equation: 6a1+a2+4a3=0(Equation 1)6a_1 + a_2 + 4a_3 = 0 \quad \text{(Equation 1)} This equation establishes a linear relationship between the components of a\overrightarrow a due to the orthogonality condition.

Step 3: Use the cross product condition

We are given a×(2i^+k^)=2i^13j^4k^\overrightarrow a \times \left( 2\widehat i + \widehat k \right) = 2\widehat i - 13\widehat j - 4\widehat k. Let's compute the cross product on the left side: a×(2i^+k^)=(a1i^+a2j^+a3k^)×(2i^+0j^+1k^)\overrightarrow a \times \left( 2\widehat i + \widehat k \right) = (a_1\widehat i + a_2\widehat j + a_3\widehat k) \times (2\widehat i + 0\widehat j + 1\widehat k) =i^j^k^a1a2a3201= \begin{vmatrix} \widehat i & \widehat j & \widehat k \\ a_1 & a_2 & a_3 \\ 2 & 0 & 1 \end{vmatrix} =i^(a21a30)j^(a11a32)+k^(a10a22)= \widehat i(a_2 \cdot 1 - a_3 \cdot 0) - \widehat j(a_1 \cdot 1 - a_3 \cdot 2) + \widehat k(a_1 \cdot 0 - a_2 \cdot 2) =a2i^(a12a3)j^2a2k^= a_2\widehat i - (a_1 - 2a_3)\widehat j - 2a_2\widehat k Now, we equate this to the given vector: a2i^(a12a3)j^2a2k^=2i^13j^4k^a_2\widehat i - (a_1 - 2a_3)\widehat j - 2a_2\widehat k = 2\widehat i - 13\widehat j - 4\widehat k By comparing the corresponding components, we get the following equations: From the i^\widehat i component: a2=2(Equation 2)a_2 = 2 \quad \text{(Equation 2)} From the j^\widehat j component: (a12a3)=13    a12a3=13(Equation 3)-(a_1 - 2a_3) = -13 \implies a_1 - 2a_3 = 13 \quad \text{(Equation 3)} From the k^\widehat k component: 2a2=4    a2=2-2a_2 = -4 \implies a_2 = 2 Equation 2 and the k^\widehat k component equation confirm that a2=2a_2 = 2.

Step 4: Solve the system of linear equations

We have the following system of equations:

  1. 6a1+a2+4a3=06a_1 + a_2 + 4a_3 = 0
  2. a2=2a_2 = 2
  3. a12a3=13a_1 - 2a_3 = 13

Substitute a2=2a_2 = 2 from Equation 2 into Equation 1: 6a1+2+4a3=06a_1 + 2 + 4a_3 = 0 6a1+4a3=26a_1 + 4a_3 = -2 Dividing by 2, we get: 3a1+2a3=1(Equation 4)3a_1 + 2a_3 = -1 \quad \text{(Equation 4)} Now we solve the system formed by Equation 3 and Equation 4: 3. a12a3=13a_1 - 2a_3 = 13 4. 3a1+2a3=13a_1 + 2a_3 = -1 Adding Equation 3 and Equation 4 to eliminate a3a_3: (a12a3)+(3a1+2a3)=13+(1)(a_1 - 2a_3) + (3a_1 + 2a_3) = 13 + (-1) 4a1=124a_1 = 12 a1=3a_1 = 3 Substitute a1=3a_1 = 3 into Equation 3: 32a3=133 - 2a_3 = 13 2a3=10-2a_3 = 10 a3=5a_3 = -5 Thus, the components of a\overrightarrow a are a1=3a_1 = 3, a2=2a_2 = 2, and a3=5a_3 = -5. So, a=3i^+2j^5k^\overrightarrow a = 3\widehat i + 2\widehat j - 5\widehat k.

Step 5: Calculate the projection of a\overrightarrow a on 2i^+2j^+k^2\widehat i + 2\widehat j + \widehat k

Let b=2i^+2j^+k^\overrightarrow b = 2\widehat i + 2\widehat j + \widehat k. We need to find the projection of a\overrightarrow a onto b\overrightarrow b. The projection is given by the formula: Projba=abb\text{Proj}_{\overrightarrow b} \overrightarrow a = \frac{\overrightarrow a \cdot \overrightarrow b}{|\overrightarrow b|}.

First, calculate the dot product ab\overrightarrow a \cdot \overrightarrow b: ab=(3i^+2j^5k^)(2i^+2j^+k^)\overrightarrow a \cdot \overrightarrow b = (3\widehat i + 2\widehat j - 5\widehat k) \cdot (2\widehat i + 2\widehat j + \widehat k) =(3)(2)+(2)(2)+(5)(1)= (3)(2) + (2)(2) + (-5)(1) =6+45= 6 + 4 - 5 =5= 5

Next, calculate the magnitude of b\overrightarrow b: b=(2)2+(2)2+(1)2|\overrightarrow b| = \sqrt{(2)^2 + (2)^2 + (1)^2} =4+4+1= \sqrt{4 + 4 + 1} =9= \sqrt{9} =3= 3

Finally, calculate the projection: Projba=abb=53\text{Proj}_{\overrightarrow b} \overrightarrow a = \frac{\overrightarrow a \cdot \overrightarrow b}{|\overrightarrow b|} = \frac{5}{3}

Common Mistakes & Tips

  • Sign Errors in Cross Product: Be extremely careful with the signs when calculating the determinant for the cross product, especially for the j^\widehat j component.
  • Algebraic Errors: Solving the system of linear equations requires careful algebraic manipulation. Double-check your substitutions and eliminations.
  • Magnitude Calculation: Ensure you correctly apply the Pythagorean theorem for the magnitude of a vector.

Summary

The problem required us to find an unknown vector a\overrightarrow a using two conditions: one involving perpendicularity (dot product) and another involving a cross product. By representing a\overrightarrow a in terms of its components and setting up a system of linear equations from the given conditions, we solved for its components. Once a\overrightarrow a was determined, we calculated its scalar projection onto another given vector using the dot product and the magnitude of the projection vector.

The projection of vector a\overrightarrow a on the vector 2i^+2j^+k^2\widehat i + 2\widehat j + \widehat k is 53\frac{5}{3}.

The final answer is 53\boxed{\frac{5}{3}} which corresponds to option (C).

Practice More Vector Algebra Questions

View All Questions