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

Question

Let SS be the set of all (λ,μ)(\lambda, \mu) for which the vectors λi^j^+k^,i^+2j^+μk^\lambda \hat{i}-\hat{j}+\hat{k}, \hat{i}+2 \hat{j}+\mu \hat{k} and 3i^4j^+5k^3 \hat{i}-4 \hat{j}+5 \hat{k}, where λμ=5\lambda-\mu=5, are coplanar, then (λ,μ)S80(λ2+μ2)\sum\limits_{(\lambda, \mu) \in S} 80\left(\lambda^2+\mu^2\right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Coplanarity of Vectors: Three vectors a,b,c\vec{a}, \vec{b}, \vec{c} are coplanar if their scalar triple product (STP) is zero, i.e., [a,b,c]=a(b×c)=0[\vec{a}, \vec{b}, \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c}) = 0.
  • Scalar Triple Product using Determinant: If a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}, b=b1i^+b2j^+b3k^\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}, and c=c1i^+c2j^+c3k^\vec{c} = c_1\hat{i} + c_2\hat{j} + c_3\hat{k}, then [a,b,c]=a1a2a3b1b2b3c1c2c3[\vec{a}, \vec{b}, \vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}.
  • Solving Systems of Equations: A system of linear and non-linear equations can be solved by substitution or elimination to find the values of unknown variables.

Step-by-Step Solution

Step 1: Set up the condition for coplanarity. The problem states that three vectors are coplanar. The condition for coplanarity of three vectors is that their scalar triple product is zero. We are given the vectors: u=λi^j^+k^\vec{u} = \lambda \hat{i} - \hat{j} + \hat{k} v=i^+2j^+μk^\vec{v} = \hat{i} + 2 \hat{j} + \mu \hat{k} w=3i^4j^+5k^\vec{w} = 3 \hat{i} - 4 \hat{j} + 5 \hat{k}

The scalar triple product [u,v,w][\vec{u}, \vec{v}, \vec{w}] can be computed as the determinant of the matrix formed by their components: [u,v,w]=λ1112μ345[\vec{u}, \vec{v}, \vec{w}] = \begin{vmatrix} \lambda & -1 & 1 \\ 1 & 2 & \mu \\ 3 & -4 & 5 \end{vmatrix} For the vectors to be coplanar, this determinant must be equal to zero: λ1112μ345=0\begin{vmatrix} \lambda & -1 & 1 \\ 1 & 2 & \mu \\ 3 & -4 & 5 \end{vmatrix} = 0 This step translates the geometric condition of coplanarity into an algebraic equation involving λ\lambda and μ\mu.

Step 2: Expand the determinant and simplify the equation. We expand the determinant along the first row: λ2μ45(1)1μ35+11234=0\lambda \left| \begin{matrix} 2 & \mu \\ -4 & 5 \end{matrix} \right| - (-1) \left| \begin{matrix} 1 & \mu \\ 3 & 5 \end{matrix} \right| + 1 \left| \begin{matrix} 1 & 2 \\ 3 & -4 \end{matrix} \right| = 0 λ((2)(5)(μ)(4))+1((1)(5)(μ)(3))+1((1)(4)(2)(3))=0\lambda((2)(5) - (\mu)(-4)) + 1((1)(5) - (\mu)(3)) + 1((1)(-4) - (2)(3)) = 0 λ(10+4μ)+(53μ)+(46)=0\lambda(10 + 4\mu) + (5 - 3\mu) + (-4 - 6) = 0 10λ+4λμ+53μ10=010\lambda + 4\lambda\mu + 5 - 3\mu - 10 = 0 4λμ+10λ3μ5=0()4\lambda\mu + 10\lambda - 3\mu - 5 = 0 \quad (*) This equation represents the condition on λ\lambda and μ\mu for the vectors to be coplanar.

Step 3: Use the given constraint to solve for λ\lambda and μ\mu. We are given the constraint λμ=5\lambda - \mu = 5. From this, we can express λ\lambda in terms of μ\mu: λ=μ+5\lambda = \mu + 5 Now, substitute this expression for λ\lambda into the equation obtained in Step 2: 4(μ+5)μ+10(μ+5)3μ5=04(\mu+5)\mu + 10(\mu+5) - 3\mu - 5 = 0 Expand and simplify the equation: 4μ2+20μ+10μ+503μ5=04\mu^2 + 20\mu + 10\mu + 50 - 3\mu - 5 = 0 Combine like terms: 4μ2+(20+103)μ+(505)=04\mu^2 + (20 + 10 - 3)\mu + (50 - 5) = 0 4μ2+27μ+45=04\mu^2 + 27\mu + 45 = 0 This is a quadratic equation in μ\mu. We can solve this by factoring. We look for two numbers that multiply to 4×45=1804 \times 45 = 180 and add up to 2727. These numbers are 1212 and 1515. 4μ2+12μ+15μ+45=04\mu^2 + 12\mu + 15\mu + 45 = 0 Factor by grouping: 4μ(μ+3)+15(μ+3)=04\mu(\mu + 3) + 15(\mu + 3) = 0 (μ+3)(4μ+15)=0(\mu + 3)(4\mu + 15) = 0 This gives two possible values for μ\mu: μ1=3\mu_1 = -3 or μ2=154\mu_2 = -\frac{15}{4}.

Now, we find the corresponding values of λ\lambda using λ=μ+5\lambda = \mu + 5: For μ1=3\mu_1 = -3: λ1=3+5=2\lambda_1 = -3 + 5 = 2. So, one pair is (λ1,μ1)=(2,3)(\lambda_1, \mu_1) = (2, -3).

For μ2=154\mu_2 = -\frac{15}{4}: λ2=154+5=154+204=54\lambda_2 = -\frac{15}{4} + 5 = -\frac{15}{4} + \frac{20}{4} = \frac{5}{4}. So, the other pair is (λ2,μ2)=(54,154)(\lambda_2, \mu_2) = \left(\frac{5}{4}, -\frac{15}{4}\right).

The set SS of all such pairs (λ,μ)(\lambda, \mu) is S={(2,3),(54,154)}S = \left\{ (2, -3), \left(\frac{5}{4}, -\frac{15}{4}\right) \right\}. This step combines the coplanarity condition with the given linear constraint to find all valid pairs of (λ,μ)(\lambda, \mu).

Step 4: Calculate the required sum. We need to find (λ,μ)S80(λ2+μ2)\sum\limits_{(\lambda, \mu) \in S} 80\left(\lambda^2+\mu^2\right). First, calculate λ2+μ2\lambda^2+\mu^2 for each pair in SS:

For (λ1,μ1)=(2,3)(\lambda_1, \mu_1) = (2, -3): λ12+μ12=(2)2+(3)2=4+9=13\lambda_1^2 + \mu_1^2 = (2)^2 + (-3)^2 = 4 + 9 = 13.

For (λ2,μ2)=(54,154)(\lambda_2, \mu_2) = \left(\frac{5}{4}, -\frac{15}{4}\right): λ22+μ22=(54)2+(154)2=2516+22516=25016=1258\lambda_2^2 + \mu_2^2 = \left(\frac{5}{4}\right)^2 + \left(-\frac{15}{4}\right)^2 = \frac{25}{16} + \frac{225}{16} = \frac{250}{16} = \frac{125}{8}.

Now, sum these values: (λ,μ)S(λ2+μ2)=13+1258\sum\limits_{(\lambda, \mu) \in S} (\lambda^2+\mu^2) = 13 + \frac{125}{8} To add these, we find a common denominator: 13×88+1258=1048+1258=2298\frac{13 \times 8}{8} + \frac{125}{8} = \frac{104}{8} + \frac{125}{8} = \frac{229}{8} Finally, multiply by 80: 80×(2298)=10×229=229080 \times \left(\frac{229}{8}\right) = 10 \times 229 = 2290 This step involves performing the final calculation as requested by the problem statement.

Common Mistakes & Tips

  • Sign Errors in Determinant Expansion: Be meticulous with signs when calculating the determinant. A single sign error can change the entire result.
  • Algebraic Errors: Substitution and simplification of the quadratic equation are prone to arithmetic mistakes. Double-check each step, especially when dealing with fractions.
  • Forgetting Roots: Ensure all roots of the quadratic equation are found, as each root corresponds to a valid pair (λ,μ)(\lambda, \mu) that satisfies the conditions.

Summary The problem requires finding pairs of (λ,μ)(\lambda, \mu) for which three given vectors are coplanar, subject to an additional linear constraint. The coplanarity condition is established using the scalar triple product, which is set to zero, leading to an algebraic equation. This equation, combined with the constraint λμ=5\lambda - \mu = 5, forms a system that yields two pairs of (λ,μ)(\lambda, \mu). The final step involves calculating the sum 80(λ2+μ2)80(\lambda^2+\mu^2) for each pair and adding them together.

The final answer is \boxed{2290}.

Practice More Vector Algebra Questions

View All Questions