Let the vectors (2+a+b)i+(a+2b+c)j−(b+c)k,(1+b)i+2bj−bk and (2+b)i+2bj+(1−b)k, a,b,c,∈R be co-planar. Then which of the following is true?
Options
Solution
Key Concepts and Formulas
Co-planarity of Vectors: Three vectors A, B, and C are co-planar if their scalar triple product is zero, i.e., [ABC]=A⋅(B×C)=0.
Scalar Triple Product using Determinants: If A=a1i+a2j+a3k, B=b1i+b2j+b3k, and C=c1i+c2j+c3k, then their scalar triple product is given by the determinant:
[ABC]=a1b1c1a2b2c2a3b3c3
Elementary Row/Column Operations: To simplify determinants, we can use operations like Ri→Ri+kRj or Ci→Ci+kCj. These operations do not change the value of the determinant.
Step-by-Step Solution
Step 1: Identify the given vectors and the condition for co-planarity.
Let the three given vectors be A, B, and C:
A=(2+a+b)i+(a+2b+c)j−(b+c)kB=(1+b)i+2bj−bkC=(2+b)i+2bj+(1−b)k
For these vectors to be co-planar, their scalar triple product must be zero. This can be represented by the determinant of the matrix formed by their components:
(2+a+b)(1+b)(2+b)(a+2b+c)2b2b−(b+c)−b(1−b)=0
Step 2: Simplify the determinant using elementary row operations.
To make the determinant calculation easier, we apply row operations. We aim to create zeros in the determinant.
First, let's perform R1→R1−R2:
The new first row elements will be:
(2+a+b)−(1+b)=a+1(a+2b+c)−2b=a+c−(b+c)−(−b)=−b−c+b=−c
Next, let's perform R3→R3−R2:
The new third row elements will be:
(2+b)−(1+b)=12b−2b=0(1−b)−(−b)=1−b+b=1
The determinant now becomes:
(a+1)(b+1)1(a+c)2b0−c−b1=0
Step 3: Expand the simplified determinant.
We expand the determinant along the third row (R3) because it contains a zero, which simplifies the expansion. The expansion is given by:
1⋅(a+c)2b−c−b−0⋅(a+1)(b+1)−c−b+1⋅(a+1)(b+1)(a+c)2b=0
Step 4: Calculate the 2×2 determinants and simplify the equation.
The equation simplifies to:
(a+c)2b−c−b+(a+1)(b+1)(a+c)2b=0
Let's evaluate each determinant:
The first determinant:
(a+c)(−b)−(−c)(2b)=−ab−cb+2bc=−ab+bc
The second determinant:
(a+1)(2b)−(a+c)(b+1)=(2ab+2b)−(ab+a+cb+c)=2ab+2b−ab−a−cb−c=ab+2b−a−cb−c
Now, substitute these back into the equation:
(−ab+bc)+(ab+2b−a−cb−c)=0
Step 5: Combine like terms and derive the final relation.
Combine the terms:
−ab+ab+bc−cb+2b−a−c=00+0+2b−a−c=02b−a−c=0
Rearranging this equation, we get:
2b=a+c
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when calculating determinants and performing algebraic manipulations. A single sign error can lead to an incorrect result.
Determinant Expansion: Expanding along a row or column with the most zeros significantly reduces the complexity and potential for errors.
Strategic Row Operations: Before calculating, look for ways to create zeros using row/column operations. This is a critical time-saving technique in competitive exams.
Summary
The problem requires applying the condition for co-planarity of three vectors, which is that their scalar triple product must be zero. This condition is mathematically expressed as a determinant of the vectors' components being equal to zero. By strategically using elementary row operations to simplify the determinant and then expanding it, we arrived at a linear relationship between a, b, and c. The simplification process was key to avoiding complex algebraic calculations.