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

Question

Let a=αi^+j^+βk^\vec{a}=\alpha \hat{i}+\hat{j}+\beta \hat{k} and b=3i^5j^+4k^\vec{b}=3 \hat{i}-5 \hat{j}+4 \hat{k} be two vectors, such that a×b=i^+9j^+12k^\vec{a} \times \vec{b}=-\hat{i}+9 \hat{j}+12 \hat{k}. Then the projection of b2a\vec{b}-2 \vec{a} on b+a\vec{b}+\vec{a} is equal to :

Options

Solution

Key Concepts and Formulas

  • Cross Product of Vectors: For A=Axi^+Ayj^+Azk^\vec{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k} and B=Bxi^+Byj^+Bzk^\vec{B} = B_x \hat{i} + B_y \hat{j} + B_z \hat{k}, A×B=(AyBzAzBy)i^(AxBzAzBx)j^+(AxByAyBx)k^\vec{A} \times \vec{B} = (A_y B_z - A_z B_y)\hat{i} - (A_x B_z - A_z B_x)\hat{j} + (A_x B_y - A_y B_x)\hat{k}
  • Vector Equality: Two vectors are equal if and only if their corresponding components are equal.
  • Vector Arithmetic: Vector addition, subtraction, and scalar multiplication are performed component-wise.
  • Dot Product: For P=Pxi^+Pyj^+Pzk^\vec{P} = P_x \hat{i} + P_y \hat{j} + P_z \hat{k} and Q=Qxi^+Qyj^+Qzk^\vec{Q} = Q_x \hat{i} + Q_y \hat{j} + Q_z \hat{k}, PQ=PxQx+PyQy+PzQz\vec{P} \cdot \vec{Q} = P_x Q_x + P_y Q_y + P_z Q_z.
  • Magnitude of a Vector: For Q=Qxi^+Qyj^+Qzk^\vec{Q} = Q_x \hat{i} + Q_y \hat{j} + Q_z \hat{k}, Q=Qx2+Qy2+Qz2|\vec{Q}| = \sqrt{Q_x^2 + Q_y^2 + Q_z^2}.
  • Scalar Projection: The scalar projection of vector P\vec{P} onto vector Q\vec{Q} is given by ProjQP=PQQ\text{Proj}_{\vec{Q}} \vec{P} = \frac{\vec{P} \cdot \vec{Q}}{|\vec{Q}|}.

Step-by-Step Solution

Step 1: Determine the Unknown Components α\alpha and β\beta of Vector a\vec{a}

We are given a=αi^+j^+βk^\vec{a}=\alpha \hat{i}+\hat{j}+\beta \hat{k} and b=3i^5j^+4k^\vec{b}=3 \hat{i}-5 \hat{j}+4 \hat{k}, and their cross product a×b=i^+9j^+12k^\vec{a} \times \vec{b}=-\hat{i}+9 \hat{j}+12 \hat{k}. We will use the cross product formula to find α\alpha and β\beta.

First, we compute the cross product of a\vec{a} and b\vec{b}: a×b=i^j^k^α1β354\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \alpha & 1 & \beta \\ 3 & -5 & 4 \end{vmatrix} Expanding the determinant: a×b=(14β(5))i^(α4β3)j^+(α(5)13)k^\vec{a} \times \vec{b} = (1 \cdot 4 - \beta \cdot (-5))\hat{i} - (\alpha \cdot 4 - \beta \cdot 3)\hat{j} + (\alpha \cdot (-5) - 1 \cdot 3)\hat{k} a×b=(4+5β)i^(4α3β)j^+(5α3)k^\vec{a} \times \vec{b} = (4 + 5\beta)\hat{i} - (4\alpha - 3\beta)\hat{j} + (-5\alpha - 3)\hat{k} a×b=(4+5β)i^+(3β4α)j^+(5α3)k^\vec{a} \times \vec{b} = (4 + 5\beta)\hat{i} + (3\beta - 4\alpha)\hat{j} + (-5\alpha - 3)\hat{k}

Now, we equate the components of this result with the given cross product, i^+9j^+12k^-\hat{i}+9 \hat{j}+12 \hat{k}:

  • Equating the i^\hat{i} components: 4+5β=14 + 5\beta = -1 5β=55\beta = -5 β=1\beta = -1

  • Equating the k^\hat{k} components: 5α3=12-5\alpha - 3 = 12 5α=15-5\alpha = 15 α=3\alpha = -3

To verify, we check the j^\hat{j} components: 3β4α=3(1)4(3)=3+12=93\beta - 4\alpha = 3(-1) - 4(-3) = -3 + 12 = 9 This matches the given j^\hat{j} component. Thus, our values for α\alpha and β\beta are correct.

Now we can write the complete vector a\vec{a}: a=3i^+j^k^\vec{a} = -3\hat{i} + \hat{j} - \hat{k}

Step 2: Construct the Vectors Required for Projection

We need to find the projection of b2a\vec{b}-2\vec{a} on b+a\vec{b}+\vec{a}. Let's first calculate these two vectors.

We have a=3i^+j^k^\vec{a} = -3\hat{i} + \hat{j} - \hat{k} and b=3i^5j^+4k^\vec{b} = 3\hat{i} - 5\hat{j} + 4\hat{k}.

  1. Calculate b2a\vec{b}-2\vec{a}: First, find 2a2\vec{a}: 2a=2(3i^+j^k^)=6i^+2j^2k^2\vec{a} = 2(-3\hat{i} + \hat{j} - \hat{k}) = -6\hat{i} + 2\hat{j} - 2\hat{k} Now, subtract 2a2\vec{a} from b\vec{b}: b2a=(3i^5j^+4k^)(6i^+2j^2k^)\vec{b}-2\vec{a} = (3\hat{i} - 5\hat{j} + 4\hat{k}) - (-6\hat{i} + 2\hat{j} - 2\hat{k}) b2a=(3(6))i^+(52)j^+(4(2))k^\vec{b}-2\vec{a} = (3 - (-6))\hat{i} + (-5 - 2)\hat{j} + (4 - (-2))\hat{k} b2a=9i^7j^+6k^\vec{b}-2\vec{a} = 9\hat{i} - 7\hat{j} + 6\hat{k}

  2. Calculate b+a\vec{b}+\vec{a}: Add a\vec{a} to b\vec{b}: b+a=(3i^5j^+4k^)+(3i^+j^k^)\vec{b}+\vec{a} = (3\hat{i} - 5\hat{j} + 4\hat{k}) + (-3\hat{i} + \hat{j} - \hat{k}) b+a=(3+(3))i^+(5+1)j^+(4+(1))k^\vec{b}+\vec{a} = (3 + (-3))\hat{i} + (-5 + 1)\hat{j} + (4 + (-1))\hat{k} b+a=0i^4j^+3k^\vec{b}+\vec{a} = 0\hat{i} - 4\hat{j} + 3\hat{k} b+a=4j^+3k^\vec{b}+\vec{a} = -4\hat{j} + 3\hat{k}

Step 3: Calculate the Scalar Projection

We need to find the scalar projection of P=b2a=9i^7j^+6k^\vec{P} = \vec{b}-2\vec{a} = 9\hat{i} - 7\hat{j} + 6\hat{k} onto Q=b+a=4j^+3k^\vec{Q} = \vec{b}+\vec{a} = -4\hat{j} + 3\hat{k}. The formula for scalar projection is ProjQP=PQQ\text{Proj}_{\vec{Q}} \vec{P} = \frac{\vec{P} \cdot \vec{Q}}{|\vec{Q}|}.

  1. Calculate the dot product PQ\vec{P} \cdot \vec{Q}: PQ=(9i^7j^+6k^)(0i^4j^+3k^)\vec{P} \cdot \vec{Q} = (9\hat{i} - 7\hat{j} + 6\hat{k}) \cdot (0\hat{i} - 4\hat{j} + 3\hat{k}) PQ=(9)(0)+(7)(4)+(6)(3)\vec{P} \cdot \vec{Q} = (9)(0) + (-7)(-4) + (6)(3) PQ=0+28+18\vec{P} \cdot \vec{Q} = 0 + 28 + 18 PQ=46\vec{P} \cdot \vec{Q} = 46

  2. Calculate the magnitude of Q\vec{Q}: Q=4j^+3k^|\vec{Q}| = |-4\hat{j} + 3\hat{k}| Q=(0)2+(4)2+(3)2|\vec{Q}| = \sqrt{(0)^2 + (-4)^2 + (3)^2} Q=0+16+9|\vec{Q}| = \sqrt{0 + 16 + 9} Q=25|\vec{Q}| = \sqrt{25} Q=5|\vec{Q}| = 5

  3. Compute the scalar projection: Projb+a(b2a)=PQQ=465\text{Proj}_{\vec{b}+\vec{a}} (\vec{b}-2\vec{a}) = \frac{\vec{P} \cdot \vec{Q}}{|\vec{Q}|} = \frac{46}{5}

Common Mistakes & Tips

  • Sign Errors in Cross Product: Be meticulous when calculating the determinant for the cross product, as sign errors are common and can propagate through the entire solution.
  • Component-wise Operations: Ensure that vector addition, subtraction, and scalar multiplication are performed correctly on each component.
  • Projection Formula: Remember that the scalar projection of P\vec{P} onto Q\vec{Q} is PQQ\frac{\vec{P} \cdot \vec{Q}}{|\vec{Q}|}, and not the other way around. The denominator is the magnitude of the vector onto which the projection is made.

Summary

The problem required us to first find the unknown components of vector a\vec{a} by utilizing the given cross product. Once a\vec{a} was fully determined, we proceeded to construct the vectors b2a\vec{b}-2\vec{a} and b+a\vec{b}+\vec{a} through vector arithmetic. Finally, we calculated the scalar projection of the former onto the latter by computing their dot product and the magnitude of the latter, and then dividing the dot product by the magnitude.

The final answer is 465\boxed{\frac{46}{5}}.

Practice More Vector Algebra Questions

View All Questions