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

Question

If the vectors, p=(a+1)i^+aj^+ak^\overrightarrow p = \left( {a + 1} \right)\widehat i + a\widehat j + a\widehat k, q=ai^+(a+1)j^+ak^\overrightarrow q = a\widehat i + \left( {a + 1} \right)\widehat j + a\widehat k and r=ai^+aj^+(a+1)k^(aR)\overrightarrow r = a\widehat i + a\widehat j + \left( {a + 1} \right)\widehat k\left( {a \in R} \right) are coplanar and 3(p.q)2λr×q2=03{\left( {\overrightarrow p .\overrightarrow q } \right)^2} - \lambda \left| {\overrightarrow r \times \overrightarrow q } \right|^2 = 0, then the value of λ\lambda is ______.

Answer: 0

Solution

Key Concepts and Formulas

  • Coplanarity of Vectors: Three vectors p\overrightarrow{p}, q\overrightarrow{q}, and r\overrightarrow{r} are coplanar if their scalar triple product (STP) is zero. The STP is given by the determinant of their components: [p q r]=p(q×r)=0[\overrightarrow{p} \ \overrightarrow{q} \ \overrightarrow{r}] = \overrightarrow{p} \cdot (\overrightarrow{q} \times \overrightarrow{r}) = 0.
  • Dot Product: For vectors A=Axi^+Ayj^+Azk^\overrightarrow{A} = A_x\widehat{i} + A_y\widehat{j} + A_z\widehat{k} and B=Bxi^+Byj^+Bzk^\overrightarrow{B} = B_x\widehat{i} + B_y\widehat{j} + B_z\widehat{k}, AB=AxBx+AyBy+AzBz\overrightarrow{A} \cdot \overrightarrow{B} = A_x B_x + A_y B_y + A_z B_z.
  • Cross Product: For vectors A\overrightarrow{A} and B\overrightarrow{B}, A×B=i^j^k^AxAyAzBxByBz\overrightarrow{A} \times \overrightarrow{B} = \left| {\begin{array}{ccc} \widehat i & \widehat j & \widehat k \\ A_x & A_y & A_z \\ B_x & B_y & B_z \end{array}} \right|.
  • Magnitude Squared of a Vector: For a vector V=Vxi^+Vyj^+Vzk^\overrightarrow{V} = V_x\widehat{i} + V_y\widehat{j} + V_z\widehat{k}, V2=Vx2+Vy2+Vz2|\overrightarrow{V}|^2 = V_x^2 + V_y^2 + V_z^2.

Step-by-Step Solution

Step 1: Determine the value of 'a' using the coplanarity condition. The vectors p\overrightarrow p, q\overrightarrow q, and r\overrightarrow r are given by: p=(a+1)i^+aj^+ak^\overrightarrow p = \left( {a + 1} \right)\widehat i + a\widehat j + a\widehat k q=ai^+(a+1)j^+ak^\overrightarrow q = a\widehat i + \left( {a + 1} \right)\widehat j + a\widehat k r=ai^+aj^+(a+1)k^\overrightarrow r = a\widehat i + a\widehat j + \left( {a + 1} \right)\widehat k For these vectors to be coplanar, their scalar triple product must be zero: [p q r]=a+1aaaa+1aaaa+1=0[\overrightarrow p \ \overrightarrow q \ \overrightarrow r] = \left| {\begin{array}{ccc} a+1 & a & a \\ a & a+1 & a \\ a & a & a+1 \end{array}} \right| = 0 To simplify the determinant, we apply the column operation C1C1+C2+C3C_1 \to C_1 + C_2 + C_3: (a+1)+a+aaaa+(a+1)+aa+1aa+a+(a+1)aa+1=3a+1aa3a+1a+1a3a+1aa+1=0\left| {\begin{array}{ccc} (a+1)+a+a & a & a \\ a+(a+1)+a & a+1 & a \\ a+a+(a+1) & a & a+1 \end{array}} \right| = \left| {\begin{array}{ccc} 3a+1 & a & a \\ 3a+1 & a+1 & a \\ 3a+1 & a & a+1 \end{array}} \right| = 0 Factor out (3a+1)(3a+1) from the first column: (3a+1)1aa1a+1a1aa+1=0(3a+1) \left| {\begin{array}{ccc} 1 & a & a \\ 1 & a+1 & a \\ 1 & a & a+1 \end{array}} \right| = 0 Now, apply row operations R2R2R1R_2 \to R_2 - R_1 and R3R3R1R_3 \to R_3 - R_1: (3a+1)1aa010001=0(3a+1) \left| {\begin{array}{ccc} 1 & a & a \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}} \right| = 0 Expanding the determinant along the first column: (3a+1)[1(1100)]=0(3a+1) [1 \cdot (1 \cdot 1 - 0 \cdot 0)] = 0 (3a+1)(1)=0    3a+1=0    a=13(3a+1)(1) = 0 \implies 3a+1 = 0 \implies a = -\frac{1}{3}

Step 2: Calculate (pq)2(\overrightarrow p \cdot \overrightarrow q)^2. First, compute the dot product pq\overrightarrow p \cdot \overrightarrow q: pq=((a+1)i^+aj^+ak^)(ai^+(a+1)j^+ak^)\overrightarrow p \cdot \overrightarrow q = ((a+1)\widehat i + a\widehat j + a\widehat k) \cdot (a\widehat i + (a+1)\widehat j + a\widehat k) pq=(a+1)(a)+(a)(a+1)+(a)(a)\overrightarrow p \cdot \overrightarrow q = (a+1)(a) + (a)(a+1) + (a)(a) pq=a2+a+a2+a+a2=3a2+2a\overrightarrow p \cdot \overrightarrow q = a^2+a + a^2+a + a^2 = 3a^2 + 2a Substitute a=13a = -\frac{1}{3}: pq=3(13)2+2(13)=3(19)23=1323=13\overrightarrow p \cdot \overrightarrow q = 3\left(-\frac{1}{3}\right)^2 + 2\left(-\frac{1}{3}\right) = 3\left(\frac{1}{9}\right) - \frac{2}{3} = \frac{1}{3} - \frac{2}{3} = -\frac{1}{3} Now, square the result: (pq)2=(13)2=19(\overrightarrow p \cdot \overrightarrow q)^2 = \left(-\frac{1}{3}\right)^2 = \frac{1}{9}

Step 3: Calculate r×q2|\overrightarrow r \times \overrightarrow q|^2. First, compute the cross product r×q\overrightarrow r \times \overrightarrow q: r×q=i^j^k^aaa+1aa+1a\overrightarrow r \times \overrightarrow q = \left| {\begin{array}{ccc} \widehat i & \widehat j & \widehat k \\ a & a & a+1 \\ a & a+1 & a \end{array}} \right| Expanding the determinant: r×q=i^[a(a)(a+1)(a+1)]j^[a(a)(a+1)(a)]+k^[a(a+1)a(a)]\overrightarrow r \times \overrightarrow q = \widehat i [a(a) - (a+1)(a+1)] - \widehat j [a(a) - (a+1)(a)] + \widehat k [a(a+1) - a(a)] r×q=i^[a2(a2+2a+1)]j^[a2(a2+a)]+k^[a2+aa2]\overrightarrow r \times \overrightarrow q = \widehat i [a^2 - (a^2+2a+1)] - \widehat j [a^2 - (a^2+a)] + \widehat k [a^2+a - a^2] r×q=i^(2a1)j^(a)+k^(a)\overrightarrow r \times \overrightarrow q = \widehat i (-2a-1) - \widehat j (-a) + \widehat k (a) r×q=(2a+1)i^+aj^+ak^\overrightarrow r \times \overrightarrow q = -(2a+1)\widehat i + a\widehat j + a\widehat k Now, calculate the magnitude squared: r×q2=((2a+1))2+(a)2+(a)2|\overrightarrow r \times \overrightarrow q|^2 = (-(2a+1))^2 + (a)^2 + (a)^2 r×q2=(2a+1)2+2a2=4a2+4a+1+2a2=6a2+4a+1|\overrightarrow r \times \overrightarrow q|^2 = (2a+1)^2 + 2a^2 = 4a^2+4a+1 + 2a^2 = 6a^2+4a+1 Substitute a=13a = -\frac{1}{3}: r×q2=6(13)2+4(13)+1|\overrightarrow r \times \overrightarrow q|^2 = 6\left(-\frac{1}{3}\right)^2 + 4\left(-\frac{1}{3}\right) + 1 r×q2=6(19)43+1=2343+1=23+1=13|\overrightarrow r \times \overrightarrow q|^2 = 6\left(\frac{1}{9}\right) - \frac{4}{3} + 1 = \frac{2}{3} - \frac{4}{3} + 1 = -\frac{2}{3} + 1 = \frac{1}{3}

Step 4: Substitute the calculated values into the given equation and solve for λ\lambda. The given equation is: 3(p.q)2λr×q2=03{\left( {\overrightarrow p .\overrightarrow q } \right)^2} - \lambda \left| {\overrightarrow r \times \overrightarrow q } \right|^2 = 0 Substitute the values (pq)2=19(\overrightarrow p \cdot \overrightarrow q)^2 = \frac{1}{9} and r×q2=13|\overrightarrow r \times \overrightarrow q|^2 = \frac{1}{3}: 3(19)λ(13)=03\left(\frac{1}{9}\right) - \lambda \left(\frac{1}{3}\right) = 0 13λ3=0\frac{1}{3} - \frac{\lambda}{3} = 0 Multiply by 3: 1λ=01 - \lambda = 0 λ=1\lambda = 1

Common Mistakes & Tips

  • Sign Errors in Cross Product: Be very careful with the signs when expanding the determinant for the cross product, especially the j^\widehat j component.
  • Forgetting to Square: The problem requires squaring the dot product and the magnitude of the cross product. Ensure these operations are performed correctly.
  • Algebraic Simplification: Using determinant properties and row/column operations can significantly reduce the complexity of calculations.

Summary The problem requires using the coplanarity condition to find the value of aa. Once aa is determined, we calculate the dot product (pq)2(\overrightarrow p \cdot \overrightarrow q)^2 and the squared magnitude of the cross product r×q2|\overrightarrow r \times \overrightarrow q|^2. Finally, these values are substituted into the given equation to solve for λ\lambda. The coplanarity condition leads to a=1/3a = -1/3. Calculating the required vector operations with this value of aa and substituting them into the equation 3(p.q)2λr×q2=03{\left( {\overrightarrow p .\overrightarrow q } \right)^2} - \lambda \left| {\overrightarrow r \times \overrightarrow q } \right|^2 = 0 yields λ=1\lambda = 1.

The final answer is 1\boxed{1}.

Practice More Vector Algebra Questions

View All Questions