Let a, b and c be three non-zero non-coplanar vectors. Let the position vectors of four points A,B,C and D be a−b+c,λa−3b+4c,−a+2b−3c and 2a−4b+6c respectively. If AB,AC and AD are coplanar, then λ is equal to __________.
Answer: 1
Solution
Key Concepts and Formulas
Vector Representation: A vector connecting point P to point Q is given by PQ=OQ−OP, where OP and OQ are the position vectors of P and Q respectively.
Coplanarity of Vectors: Three vectors u,v,w are coplanar if and only if their scalar triple product (STP) is zero, i.e., [uvw]=0.
Scalar Triple Product in Component Form: If u=u1a+u2b+u3c, v=v1a+v2b+v3c, and w=w1a+w2b+w3c, where a,b,c are non-coplanar, then their scalar triple product is given by the determinant:
[uvw]=u1v1w1u2v2w2u3v3w3
Step-by-Step Solution
Step 1: Identify the Position Vectors of the Points
We are given the position vectors of points A,B,C, and D with respect to the origin O.
Position vector of A: OA=a−b+c
Position vector of B: OB=λa−3b+4c
Position vector of C: OC=−a+2b−3c
Position vector of D: OD=2a−4b+6c
Step 2: Calculate the Vectors AB, AC, and AD
We need to find the vectors connecting point A to points B,C, and D. This is done by subtracting the position vector of the initial point from the position vector of the terminal point.
Calculate AB:AB=OB−OAAB=(λa−3b+4c)−(a−b+c)AB=(λ−1)a+(−3−(−1))b+(4−1)cAB=(λ−1)a−2b+3c
The components of AB with respect to the basis {a,b,c} are (λ−1,−2,3).
Calculate AC:AC=OC−OAAC=(−a+2b−3c)−(a−b+c)AC=(−1−1)a+(2−(−1))b+(−3−1)cAC=−2a+3b−4c
The components of AC with respect to the basis {a,b,c} are (−2,3,−4).
Calculate AD:AD=OD−OAAD=(2a−4b+6c)−(a−b+c)AD=(2−1)a+(−4−(−1))b+(6−1)cAD=a−3b+5c
The components of AD with respect to the basis {a,b,c} are (1,−3,5).
Step 3: Apply the Coplanarity Condition
We are given that the vectors AB, AC, and AD are coplanar. This means their scalar triple product is zero. Since a,b,c are non-coplanar, they form a basis, and we can use the determinant of the components of these vectors.
The determinant formed by the components of AB, AC, and AD must be zero:
(λ−1)−21−23−33−45=0
Step 4: Solve the Determinant Equation for λ
We expand the determinant along the first row:
(λ−1)3−3−45−(−2)−21−45+3−213−3=0
Now, we evaluate the 2×2 determinants:
3−3−45=(3)(5)−(−4)(−3)=15−12=3
−21−45=(−2)(5)−(−4)(1)=−10−(−4)=−10+4=−6
−213−3=(−2)(−3)−(3)(1)=6−3=3
Substitute these values back into the expanded determinant equation:
(λ−1)(3)+2(−6)+3(3)=03(λ−1)−12+9=03(λ−1)−3=0
Add 3 to both sides:
3(λ−1)=3
Divide by 3:
λ−1=1
Add 1 to both sides:
λ=2
Common Mistakes & Tips
Sign Errors in Vector Subtraction: Be extremely careful when subtracting position vectors, especially when dealing with negative coefficients. For example, 2−(−1)=3, not 1.
Determinant Calculation Errors: Double-check the arithmetic when calculating the 2×2 and 3×3 determinants. A single sign error can change the final answer.
Understanding Basis Vectors: The problem states that a,b,c are non-coplanar, which is essential for using the determinant method to find the scalar triple product.
Summary
The problem requires us to find the value of λ such that three vectors, formed by the position vectors of four points, are coplanar. We first calculated these vectors, AB, AC, and AD, by subtracting the position vector of point A from the position vectors of points B,C, and D respectively. Since these vectors are coplanar, their scalar triple product must be zero. We expressed this condition as a determinant of the components of these vectors with respect to the non-coplanar basis vectors a,b,c. Solving this determinant equation for λ yielded the value 2.