Skip to main content
Back to Vector Algebra
JEE Main 2019
Vector Algebra
Vector Algebra
Easy

Question

The sum of the distinct real values of μ\mu , for which the vectors, μi^+j^+k^,\mu \widehat i + \widehat j + \widehat k, i^+μj^+k^,\widehat i + \mu \widehat j + \widehat k, i^+j^+μk^\widehat i + \widehat j + \mu \widehat k are co-planar, is :

Options

Solution

1. Key Concepts and Formulas

  • Coplanarity of Vectors: Three vectors a\vec{a}, b\vec{b}, and c\vec{c} are coplanar if and only if their scalar triple product is zero. Mathematically, [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 as a Determinant: If a=a1i^+a2j^+a3k^\vec{a} = a_1 \widehat i + a_2 \widehat j + a_3 \widehat k, b=b1i^+b2j^+b3k^\vec{b} = b_1 \widehat i + b_2 \widehat j + b_3 \widehat k, and c=c1i^+c2j^+c3k^\vec{c} = c_1 \widehat i + c_2 \widehat j + c_3 \widehat k, their scalar triple product is given by the determinant: [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 Polynomial Equations: The roots of a polynomial equation are the values of the variable that satisfy the equation. For a cubic equation, finding one root can help in factoring the polynomial into a linear and a quadratic term.

2. Step-by-Step Solution

Step 1: Formulate the condition for coplanarity. We are given three vectors: v1=μi^+j^+k^\vec{v_1} = \mu \widehat i + \widehat j + \widehat k v2=i^+μj^+k^\vec{v_2} = \widehat i + \mu \widehat j + \widehat k v3=i^+j^+μk^\vec{v_3} = \widehat i + \widehat j + \mu \widehat k

For these vectors to be coplanar, their scalar triple product must be zero. This can be represented by the determinant of the matrix formed by their components: μ111μ111μ=0\begin{vmatrix} \mu & 1 & 1 \\ 1 & \mu & 1 \\ 1 & 1 & \mu \end{vmatrix} = 0

Step 2: Expand the determinant. We expand the 3×33 \times 3 determinant. Expanding along the first row: μμ11μ1111μ+11μ11=0\mu \left| \begin{matrix} \mu & 1 \\ 1 & \mu \end{matrix} \right| - 1 \left| \begin{matrix} 1 & 1 \\ 1 & \mu \end{matrix} \right| + 1 \left| \begin{matrix} 1 & \mu \\ 1 & 1 \end{matrix} \right| = 0 Evaluate the 2×22 \times 2 determinants: μ(μμ11)1(1μ11)+1(11μ1)=0\mu (\mu \cdot \mu - 1 \cdot 1) - 1 (1 \cdot \mu - 1 \cdot 1) + 1 (1 \cdot 1 - \mu \cdot 1) = 0 μ(μ21)(μ1)+(1μ)=0\mu (\mu^2 - 1) - (\mu - 1) + (1 - \mu) = 0

Step 3: Simplify the equation to a polynomial in μ\mu. Distribute and combine terms: μ3μμ+1+1μ=0\mu^3 - \mu - \mu + 1 + 1 - \mu = 0 μ33μ+2=0\mu^3 - 3\mu + 2 = 0

Step 4: Solve the cubic equation for μ\mu. We need to find the roots of the cubic equation μ33μ+2=0\mu^3 - 3\mu + 2 = 0. We can test integer divisors of the constant term (2), which are ±1,±2\pm 1, \pm 2. Let's test μ=1\mu = 1: (1)33(1)+2=13+2=0(1)^3 - 3(1) + 2 = 1 - 3 + 2 = 0 Since μ=1\mu = 1 is a root, (μ1)(\mu - 1) is a factor of the polynomial. We can factor the polynomial by grouping or synthetic division. Let's use grouping: μ3μ2μ+2=0\mu^3 - \mu - 2\mu + 2 = 0 μ(μ21)2(μ1)=0\mu(\mu^2 - 1) - 2(\mu - 1) = 0 μ(μ1)(μ+1)2(μ1)=0\mu(\mu - 1)(\mu + 1) - 2(\mu - 1) = 0 Factor out the common term (μ1)(\mu - 1): (μ1)[μ(μ+1)2]=0(\mu - 1)[\mu(\mu + 1) - 2] = 0 (μ1)[μ2+μ2]=0(\mu - 1)[\mu^2 + \mu - 2] = 0 Now, we factor the quadratic term μ2+μ2\mu^2 + \mu - 2: μ2+μ2=(μ+2)(μ1)\mu^2 + \mu - 2 = (\mu + 2)(\mu - 1) So the equation becomes: (μ1)(μ+2)(μ1)=0(\mu - 1)(\mu + 2)(\mu - 1) = 0 (μ1)2(μ+2)=0(\mu - 1)^2 (\mu + 2) = 0 The roots are μ=1\mu = 1 (with multiplicity 2) and μ=2\mu = -2.

Step 5: Identify the distinct real values of μ\mu and calculate their sum. The values of μ\mu for which the vectors are coplanar are 1,1,21, 1, -2. The question asks for the sum of the distinct real values of μ\mu. The distinct real values are 11 and 2-2. The sum of these distinct values is 1+(2)=11 + (-2) = -1.

3. Common Mistakes & Tips

  • Distinct Roots: Carefully read the question to ensure you are summing only the distinct real values of μ\mu, not all roots including multiplicities.
  • Determinant Calculation: Double-check the signs and calculations during determinant expansion to avoid algebraic errors.
  • Factoring Polynomials: If a root of a polynomial is found, use it to factor the polynomial. This simplifies finding all roots. For determinants of this specific symmetric structure, recognize the pattern for a faster solution.

4. Summary

The condition for three vectors to be coplanar is that their scalar triple product is zero. This condition translates into a determinant equation. Solving the resulting cubic equation μ33μ+2=0\mu^3 - 3\mu + 2 = 0 yielded the roots μ=1\mu = 1 (with multiplicity 2) and μ=2\mu = -2. The distinct real values of μ\mu are 11 and 2-2. Their sum is 1+(2)=11 + (-2) = -1.

The final answer is 1\boxed{-1}.

Practice More Vector Algebra Questions

View All Questions