The sum of all values of α, for which the points whose position vectors are i^−2j^+3k^,2i^−3j^+4k^,(α+1)i^+2k^ and 9i^+(α−8)j^+6k^ are coplanar, is equal to :
Options
Solution
Key Concepts and Formulas
Coplanarity of Four Points: Four points A,B,C,D are coplanar if the vectors formed by taking one point as the origin and connecting it to the other three points are coplanar. For example, if we choose point A, then AB,AC,AD must be coplanar.
Coplanarity of Three Vectors: Three vectors u,v,w are coplanar if their scalar triple product (STP) is zero: [u,v,w]=u⋅(v×w)=0.
Scalar Triple Product as a Determinant: The scalar triple product of three vectors with components (x1,y1,z1),(x2,y2,z2),(x3,y3,z3) is given by the determinant:
x1x2x3y1y2y3z1z2z3
Vector Subtraction: If OA and OB are position vectors of points A and B, then AB=OB−OA.
Step-by-Step Solution
Step 1: Define the Position Vectors of the Given Points
Let the four given points be P1,P2,P3,P4. Their position vectors from the origin O are:
OP1=i^−2j^+3k^
OP2=2i^−3j^+4k^
OP3=(α+1)i^+0j^+2k^ (Note: the coefficient of j^ is 0)
OP4=9i^+(α−8)j^+6k^
Step 2: Form Three Vectors from a Common Point
To check for coplanarity, we form three vectors originating from one of the points. Let's choose P1 as the common point. We will compute the vectors P1P2, P1P3, and P1P4.
Vector P1P3:
P1P3=OP3−OP1=((α+1)i^+2k^)−(i^−2j^+3k^)P1P3=((α+1)−1)i^−(0−(−2))j^+(2−3)k^=αi^−2j^−k^Correction: Let's re-calculate P1P3 carefully.
P1P3=((α+1)i^+0j^+2k^)−(i^−2j^+3k^)P1P3=((α+1)−1)i^+(0−(−2))j^+(2−3)k^=αi^+2j^−k^
This matches the original solution's calculation for AC which corresponds to P1P3.
Step 3: Apply the Coplanarity Condition
Since the four points are coplanar, the three vectors P1P2, P1P3, and P1P4 must be coplanar. Their scalar triple product must be zero. We express this using a determinant:
1α8−12α−61−13=0
Step 4: Evaluate the Determinant
Expand the determinant along the first row:
1⋅2α−6−13−(−1)⋅α8−13+1⋅α82α−6=0
Calculate each 2×2 determinant:
(2)(3)−(−1)(α−6)=6−(−α+6)=6+α−6=α
(α)(3)−(−1)(8)=3α+8
(α)(α−6)−(2)(8)=α2−6α−16
Substitute these values back into the determinant expansion:
1⋅(α)+1⋅(3α+8)+1⋅(α2−6α−16)=0α+3α+8+α2−6α−16=0
Step 5: Simplify and Solve the Quadratic Equation
Combine like terms to form a quadratic equation in α:
α2+(α+3α−6α)+(8−16)=0α2−2α−8=0
Factor the quadratic equation:
We look for two numbers that multiply to −8 and add to −2. These numbers are −4 and 2.
(α−4)(α+2)=0
This yields two possible values for α:
α−4=0⟹α=4
α+2=0⟹α=−2
Step 6: Calculate the Sum of All Values of α
The problem asks for the sum of all possible values of α.
Sum =4+(−2)=2.
Common Mistakes & Tips
Vector Subtraction Errors: Be meticulous when subtracting position vectors. Ensure the components are subtracted in the correct order (OB−OA).
Determinant Calculation: Double-check the signs and products when expanding the 3×3 determinant. A common mistake is miscalculating the cofactors or their signs.
Quadratic Equation Roots: If you form a quadratic equation, you can use Vieta's formulas to find the sum of the roots directly. For an equation aα2+bα+c=0, the sum of roots is −b/a. In this case, for α2−2α−8=0, the sum of roots is −(−2)/1=2.
Summary
The condition for four points to be coplanar is that the scalar triple product of the three vectors formed by taking one point as the origin and connecting it to the other three points must be zero. This condition translates into evaluating a 3×3 determinant, which, in this case, results in a quadratic equation in α. Solving this quadratic equation gives the possible values of α, and their sum is the required answer.