Let a=i+j+k,b=i−j+2k and c=xi+(x−2)j−k. If the vectors c lies in the plane of a and b, then x equals :
Options
Solution
Key Concepts and Formulas
Coplanarity of Vectors: Three vectors a, b, and c are coplanar if they lie in the same plane. This means that one of the vectors can be expressed as a linear combination of the other two, or equivalently, their scalar triple product is zero.
Scalar Triple Product: The scalar triple product of three vectors a=a1i+a2j+a3k, b=b1i+b2j+b3k, and c=c1i+c2j+c3k is given by the determinant of the matrix formed by their components:
[abc]=a⋅(b×c)=a1b1c1a2b2c2a3b3c3
Condition for Coplanarity: Three vectors a, b, and c are coplanar if and only if their scalar triple product is zero: [abc]=0.
Step-by-Step Solution
Step 1: Understand the Given Information and the Problem
We are given three vectors:
a=i+j+kb=i−j+2kc=xi+(x−2)j−k
We are told that vector c lies in the plane of vectors a and b. This implies that the three vectors a, b, and c are coplanar.
Step 2: Apply the Coplanarity Condition
For three vectors to be coplanar, their scalar triple product must be equal to zero. Therefore, we have:
[abc]=0
Step 3: Formulate the Determinant for the Scalar Triple Product
The components of the given vectors are:
For a: (1,1,1)
For b: (1,−1,2)
For c: (x,x−2,−1)
We can set up the determinant using these components:
11x1−1(x−2)12−1=0
Step 4: Evaluate the Determinant
We will expand the determinant along the first row. The expansion of a 3×3 determinant adgbehcfi is a(ei−fh)−b(di−fg)+c(dh−eg).
Applying this to our determinant:
1⋅((−1)(−1)−(2)(x−2))−1⋅((1)(−1)−(2)(x))+1⋅((1)(x−2)−(−1)(x))=0
Step 5: Simplify the Algebraic Expression
Let's simplify each term within the determinant expansion:
First term: 1⋅(1−(2x−4))=1−2x+4=5−2x
Second term: −1⋅(−1−2x)=1+2x
Third term: 1⋅(x−2+x)=2x−2
Now, substitute these simplified terms back into the equation:
(5−2x)+(1+2x)+(2x−2)=0
Step 6: Solve the Linear Equation for x
Combine the constant terms and the terms involving x:
(5+1−2)+(−2x+2x+2x)=04+2x=0
Now, isolate x:
2x=−4x=2−4x=−2
Common Mistakes & Tips
Sign Errors in Determinant Expansion: Be extremely careful with the alternating signs (+−+) when expanding the determinant. A small sign error can lead to an incorrect final answer.
Algebraic Simplification: Ensure accurate simplification of expressions involving parentheses and combining like terms. Mistakes in algebra are common and can be costly.
Understanding Coplanarity: The core concept is that coplanar vectors have a zero scalar triple product. If the problem states vectors are coplanar, set the determinant to zero.
Summary
The problem states that vector c lies in the plane of vectors a and b, which means the three vectors are coplanar. The condition for coplanarity is that their scalar triple product must be zero. By forming a determinant with the components of the vectors and setting it to zero, we derived a linear equation in x. Solving this equation, we found that x=−2.