Let the vectors u1=i^+j^+ak^,u2=i^+bj^+k^ and u3=ci^+j^+k^ be coplanar. If the vectors v1=(a+b)i^+cj^+ck^,v2=ai^+(b+c)j^+ak^ and v3=bi^+bj^+(c+a)k^ are also coplanar, then 6(a+b+c) is equal to :
Options
Solution
Key Concepts and Formulas
Coplanarity of Vectors: Three vectors a, b, and c are coplanar if their scalar triple product is zero, i.e., [abc]=a⋅(b×c)=0.
Scalar Triple Product (STP) as a Determinant: If a=a1i^+a2j^+a3k^, b=b1i^+b2j^+b3k^, and c=c1i^+c2j^+c3k^, then their STP is given by the determinant:
[abc]=a1b1c1a2b2c2a3b3c3
Properties of Determinants:
Adding a multiple of one row (or column) to another row (or column) does not change the determinant's value.
Taking a common factor from a row (or column) out of the determinant.
Step-by-Step Solution
Step 1: Applying the coplanarity condition to u1,u2,u3.
We are given that u1=i^+j^+ak^, u2=i^+bj^+k^, and u3=ci^+j^+k^ are coplanar. This means their scalar triple product is zero. We can express this as a determinant of their components:
[u1u2u3]=11c1b1a11=0
Expanding this determinant along the first row:
1⋅(b⋅1−1⋅1)−1⋅(1⋅1−c⋅1)+a⋅(1⋅1−b⋅c)=01(b−1)−1(1−c)+a(1−bc)=0b−1−1+c+a−abc=0a+b+c−2−abc=0a+b+c−2=abc…(1)
Step 2: Applying the coplanarity condition to v1,v2,v3.
We are given that v1=(a+b)i^+cj^+ck^, v2=ai^+(b+c)j^+ak^, and v3=bi^+bj^+(c+a)k^ are also coplanar. Therefore, their scalar triple product is zero:
[v1v2v3]=a+babcb+cbcac+a=0
To simplify this determinant, we use row operations. Let D be the determinant.
Apply R1→R1+R2+R3:
D=(a+b)+a+babc+(b+c)+bb+cbc+a+(c+a)ac+a=2(a+b)ab2(b+c)b+cb2(c+a)ac+a
Factor out 2 from the first row:
D=2a+babb+cb+cbc+aac+a
Now, apply R1→R1−R2:
D=2(a+b)−aab(b+c)−(b+c)b+cb(c+a)−aac+a=2bab0b+cbcac+a
Expand the determinant along the first row:
D=2[b⋅b+cbac+a−0⋅abac+a+c⋅abb+cb]D=2[b((b+c)(c+a)−ab)+c(ab−b(b+c))]D=2[b(bc+ba+c2+ca−ab)+c(ab−b2−bc)]D=2[b(bc+c2+ca)+abc−b2c−bc2]D=2[b2c+bc2+abc+abc−b2c−bc2]D=2[2abc]D=4abc
Since the vectors are coplanar, D=0, so 4abc=0. This implies abc=0…(2).
Step 3: Combining the results to find the value of 6(a+b+c).
We have two equations:
a+b+c−2=abc
abc=0
Substitute equation (2) into equation (1):
a+b+c−2=0a+b+c=2
The problem asks for the value of 6(a+b+c).
6(a+b+c)=6(2)=12
Common Mistakes & Tips
Determinant Expansion Errors: Be very careful with the signs and arithmetic when expanding determinants. Using row/column operations to simplify the determinant before expansion is highly recommended.
Algebraic Simplification: Ensure meticulous algebraic manipulation, especially when dealing with multiple variables. Grouping terms and cancelling them out systematically can prevent errors.
Understanding Coplanarity: The core concept is that coplanar vectors have a zero scalar triple product. This is the bridge between vector algebra and determinant properties.
Summary
The problem requires applying the condition of coplanarity of vectors, which translates to the scalar triple product being zero. We first set up a determinant for the given vectors u1,u2,u3 and obtained an algebraic relation. Then, we did the same for vectors v1,v2,v3, using row operations to simplify the determinant, which led to a simpler relation. By combining these two algebraic relations, we found the value of a+b+c and subsequently calculated the required expression 6(a+b+c).