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

Question

Consider two vectors u=3i^j^\vec{u}=3 \hat{i}-\hat{j} and v=2i^+j^λk^,λ>0\vec{v}=2 \hat{i}+\hat{j}-\lambda \hat{k}, \lambda>0. The angle between them is given by cos1(527)\cos ^{-1}\left(\frac{\sqrt{5}}{2 \sqrt{7}}\right). Let v=v1+v2\vec{v}=\vec{v}_1+\overrightarrow{v_2}, where v1\vec{v}_1 is parallel to u\vec{u} and v2\overrightarrow{v_2} is perpendicular to u\vec{u}. Then the value v12+v22\left|\overrightarrow{v_1}\right|^2+\left|\overrightarrow{v_2}\right|^2 is equal to

Options

Solution

Key Concepts and Formulas

  • Dot Product: For vectors a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k} and b=b1i^+b2j^+b3k^\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}, their dot product is ab=a1b1+a2b2+a3b3\vec{a} \cdot \vec{b} = a_1b_1 + a_2b_2 + a_3b_3.
  • Magnitude of a Vector: The magnitude of a vector a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k} is a=a12+a22+a32|\vec{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2}. The square of the magnitude is a2=a12+a22+a32|\vec{a}|^2 = a_1^2 + a_2^2 + a_3^2.
  • Angle Between Vectors: The cosine of the angle θ\theta between two non-zero vectors a\vec{a} and b\vec{b} is given by cosθ=abab\cos \theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}||\vec{b}|}.
  • Vector Decomposition and Orthogonality: If a vector v\vec{v} is decomposed into v=v1+v2\vec{v} = \vec{v}_1 + \vec{v}_2, where v1\vec{v}_1 is parallel to u\vec{u} and v2\vec{v}_2 is perpendicular to u\vec{u}, then v1\vec{v}_1 and v2\vec{v}_2 are orthogonal to each other. Consequently, v2=v12+v22|\vec{v}|^2 = |\vec{v}_1|^2 + |\vec{v}_2|^2.

Step-by-Step Solution

Step 1: Determine the value of λ\lambda using the given angle between the vectors.

We are given u=3i^j^\vec{u}=3 \hat{i}-\hat{j} and v=2i^+j^λk^\vec{v}=2 \hat{i}+\hat{j}-\lambda \hat{k} with λ>0\lambda > 0. The angle θ\theta between them satisfies cosθ=527\cos \theta = \frac{\sqrt{5}}{2 \sqrt{7}}.

First, calculate the dot product of u\vec{u} and v\vec{v}: uv=(3)(2)+(1)(1)+(0)(λ)=61+0=5\vec{u} \cdot \vec{v} = (3)(2) + (-1)(1) + (0)(-\lambda) = 6 - 1 + 0 = 5

Next, calculate the magnitudes of u\vec{u} and v\vec{v}: u=32+(1)2+02=9+1=10|\vec{u}| = \sqrt{3^2 + (-1)^2 + 0^2} = \sqrt{9 + 1} = \sqrt{10} v=22+12+(λ)2=4+1+λ2=5+λ2|\vec{v}| = \sqrt{2^2 + 1^2 + (-\lambda)^2} = \sqrt{4 + 1 + \lambda^2} = \sqrt{5 + \lambda^2}

Now, use the formula for the angle between vectors: cosθ=uvuv\cos \theta = \frac{\vec{u} \cdot \vec{v}}{|\vec{u}||\vec{v}|} Substitute the known values: 527=5105+λ2\frac{\sqrt{5}}{2 \sqrt{7}} = \frac{5}{\sqrt{10} \sqrt{5 + \lambda^2}}

To solve for λ\lambda, square both sides of the equation: (527)2=(5105+λ2)2\left(\frac{\sqrt{5}}{2 \sqrt{7}}\right)^2 = \left(\frac{5}{\sqrt{10} \sqrt{5 + \lambda^2}}\right)^2 54×7=2510(5+λ2)\frac{5}{4 \times 7} = \frac{25}{10 (5 + \lambda^2)} 528=2510(5+λ2)\frac{5}{28} = \frac{25}{10 (5 + \lambda^2)} Simplify the right side by dividing the numerator and denominator by 5: 528=52(5+λ2)\frac{5}{28} = \frac{5}{2 (5 + \lambda^2)} Since the numerators are equal, the denominators must be equal: 28=2(5+λ2)28 = 2 (5 + \lambda^2) Divide by 2: 14=5+λ214 = 5 + \lambda^2 Solve for λ2\lambda^2: λ2=145=9\lambda^2 = 14 - 5 = 9 Since λ>0\lambda > 0, we have λ=3\lambda = 3.

With λ=3\lambda=3, the vector v\vec{v} is 2i^+j^3k^2 \hat{i}+\hat{j}-3 \hat{k}. The square of the magnitude of v\vec{v} is: v2=22+12+(3)2=4+1+9=14|\vec{v}|^2 = 2^2 + 1^2 + (-3)^2 = 4 + 1 + 9 = 14

Step 2: Utilize the vector decomposition and the Pythagorean theorem for orthogonal vectors.

We are given that v=v1+v2\vec{v}=\vec{v}_1+\overrightarrow{v_2}, where v1\vec{v}_1 is parallel to u\vec{u} and v2\overrightarrow{v_2} is perpendicular to u\vec{u}. A key property of such a decomposition is that v1\vec{v}_1 and v2\vec{v}_2 are orthogonal to each other. This is because if v1=ku\vec{v}_1 = k\vec{u} for some scalar kk, and v2u=0\vec{v}_2 \cdot \vec{u} = 0, then v1v2=(ku)v2=k(uv2)=k(0)=0\vec{v}_1 \cdot \vec{v}_2 = (k\vec{u}) \cdot \vec{v}_2 = k(\vec{u} \cdot \vec{v}_2) = k(0) = 0.

For orthogonal vectors v1\vec{v}_1 and v2\vec{v}_2, the Pythagorean theorem for vectors states: v2=v12+v22|\vec{v}|^2 = |\vec{v}_1|^2 + |\vec{v}_2|^2

In Step 1, we calculated v2|\vec{v}|^2 after finding λ=3\lambda=3. v2=14|\vec{v}|^2 = 14

Therefore, the value of v12+v22\left|\overrightarrow{v_1}\right|^2+\left|\overrightarrow{v_2}\right|^2 is equal to v2|\vec{v}|^2. v12+v22=14\left|\overrightarrow{v_1}\right|^2+\left|\overrightarrow{v_2}\right|^2 = 14

Common Mistakes & Tips

  • Algebraic Errors: Squaring both sides of an equation can introduce extraneous solutions or lead to calculation errors. Double-check all algebraic manipulations.
  • Ignoring λ>0\lambda > 0: The condition λ>0\lambda > 0 is crucial for selecting the correct value of λ\lambda after solving λ2=9\lambda^2 = 9.
  • Unnecessary Calculation: Recognize that the problem directly asks for v12+v22|\vec{v}_1|^2 + |\vec{v}_2|^2, which is equal to v2|\vec{v}|^2 due to the orthogonal decomposition. Calculating v1\vec{v}_1 and v2\vec{v}_2 explicitly is time-consuming and not required.

Summary

The problem involves determining an unknown scalar λ\lambda using the angle between two vectors, and then finding the sum of the squares of the magnitudes of vector components. By first calculating λ\lambda using the dot product and magnitude formulas, we found λ=3\lambda=3. Subsequently, we recognized that the decomposition of v\vec{v} into v1\vec{v}_1 (parallel to u\vec{u}) and v2\vec{v}_2 (perpendicular to u\vec{u}) implies that v1\vec{v}_1 and v2\vec{v}_2 are orthogonal. This allows us to directly use the Pythagorean theorem for vectors, v2=v12+v22|\vec{v}|^2 = |\vec{v}_1|^2 + |\vec{v}_2|^2. The required value is simply the square of the magnitude of v\vec{v}, which was calculated to be 14.

The final answer is 14\boxed{14}.

Practice More Vector Algebra Questions

View All Questions