Skip to main content
Back to Vector Algebra
JEE Main 2023
Vector Algebra
Vector Algebra
Medium

Question

Let the vectors u1=i^+j^+ak^,u2=i^+bj^+k^\vec{u}_{1}=\hat{i}+\hat{j}+a \hat{k}, \vec{u}_{2}=\hat{i}+b \hat{j}+\hat{k} and u3=ci^+j^+k^\vec{u}_{3}=c \hat{i}+\hat{j}+\hat{k} be coplanar. If the vectors v1=(a+b)i^+cj^+ck^,v2=ai^+(b+c)j^+ak^\vec{v}_{1}=(a+b) \hat{i}+c \hat{j}+c \hat{k}, \vec{v}_{2}=a \hat{i}+(b+c) \hat{j}+a \hat{k} and v3=bi^+bj^+(c+a)k^\vec{v}_{3}=b \hat{i}+b \hat{j}+(c+a) \hat{k} are also coplanar, then 6(a+b+c)6(\mathrm{a}+\mathrm{b}+\mathrm{c}) is equal to :

Options

Solution

Key Concepts and Formulas

  • Coplanarity of Vectors: Three vectors a\vec{a}, b\vec{b}, and c\vec{c} are coplanar if their scalar triple product is zero, i.e., [a b c]=a(b×c)=0[\vec{a} \ \vec{b} \ \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c}) = 0.
  • Scalar Triple Product (STP) as a Determinant: If a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}, b=b1i^+b2j^+b3k^\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}, and c=c1i^+c2j^+c3k^\vec{c} = c_1\hat{i} + c_2\hat{j} + c_3\hat{k}, then their STP is given by the determinant: [a b c]=a1a2a3b1b2b3c1c2c3[\vec{a} \ \vec{b} \ \vec{c}] = \left|\begin{array}{ccc} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{array}\right|
  • 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\vec{u}_1, \vec{u}_2, \vec{u}_3. We are given that u1=i^+j^+ak^\vec{u}_{1}=\hat{i}+\hat{j}+a \hat{k}, u2=i^+bj^+k^\vec{u}_{2}=\hat{i}+b \hat{j}+\hat{k}, and u3=ci^+j^+k^\vec{u}_{3}=c \hat{i}+\hat{j}+\hat{k} are coplanar. This means their scalar triple product is zero. We can express this as a determinant of their components: [u1 u2 u3]=11a1b1c11=0[\vec{u}_1 \ \vec{u}_2 \ \vec{u}_3] = \left|\begin{array}{lll} 1 & 1 & a \\ 1 & b & 1 \\ c & 1 & 1 \end{array}\right|=0 Expanding this determinant along the first row: 1(b111)1(11c1)+a(11bc)=01 \cdot (b \cdot 1 - 1 \cdot 1) - 1 \cdot (1 \cdot 1 - c \cdot 1) + a \cdot (1 \cdot 1 - b \cdot c) = 0 1(b1)1(1c)+a(1bc)=01(b-1) - 1(1-c) + a(1-bc) = 0 b11+c+aabc=0b-1-1+c+a-abc = 0 a+b+c2abc=0a+b+c-2-abc = 0 a+b+c2=abc(1)a+b+c-2 = abc \quad \ldots(1)

Step 2: Applying the coplanarity condition to v1,v2,v3\vec{v}_1, \vec{v}_2, \vec{v}_3. We are given that v1=(a+b)i^+cj^+ck^\vec{v}_{1}=(a+b) \hat{i}+c \hat{j}+c \hat{k}, v2=ai^+(b+c)j^+ak^\vec{v}_{2}=a \hat{i}+(b+c) \hat{j}+a \hat{k}, and v3=bi^+bj^+(c+a)k^\vec{v}_{3}=b \hat{i}+b \hat{j}+(c+a) \hat{k} are also coplanar. Therefore, their scalar triple product is zero: [v1 v2 v3]=a+bccab+cabbc+a=0[\vec{v}_1 \ \vec{v}_2 \ \vec{v}_3] = \left|\begin{array}{ccc} a+b & c & c \\ a & b+c & a \\ b & b & c+a \end{array}\right|=0 To simplify this determinant, we use row operations. Let DD be the determinant. Apply R1R1+R2+R3R_1 \to R_1 + R_2 + R_3: D=(a+b)+a+bc+(b+c)+bc+a+(c+a)ab+cabbc+a=2(a+b)2(b+c)2(c+a)ab+cabbc+aD = \left|\begin{array}{ccc} (a+b)+a+b & c+(b+c)+b & c+a+(c+a) \\ a & b+c & a \\ b & b & c+a \end{array}\right| = \left|\begin{array}{ccc} 2(a+b) & 2(b+c) & 2(c+a) \\ a & b+c & a \\ b & b & c+a \end{array}\right| Factor out 2 from the first row: D=2a+bb+cc+aab+cabbc+aD = 2 \left|\begin{array}{ccc} a+b & b+c & c+a \\ a & b+c & a \\ b & b & c+a \end{array}\right| Now, apply R1R1R2R_1 \to R_1 - R_2: D=2(a+b)a(b+c)(b+c)(c+a)aab+cabbc+a=2b0cab+cabbc+aD = 2 \left|\begin{array}{ccc} (a+b)-a & (b+c)-(b+c) & (c+a)-a \\ a & b+c & a \\ b & b & c+a \end{array}\right| = 2 \left|\begin{array}{ccc} b & 0 & c \\ a & b+c & a \\ b & b & c+a \end{array}\right| Expand the determinant along the first row: D=2[bb+cabc+a0aabc+a+cab+cbb]D = 2 \left[ b \cdot \left|\begin{array}{cc} b+c & a \\ b & c+a \end{array}\right| - 0 \cdot \left|\begin{array}{cc} a & a \\ b & c+a \end{array}\right| + c \cdot \left|\begin{array}{cc} a & b+c \\ b & b \end{array}\right| \right] D=2[b((b+c)(c+a)ab)+c(abb(b+c))]D = 2 \left[ b((b+c)(c+a) - ab) + c(ab - b(b+c)) \right] D=2[b(bc+ba+c2+caab)+c(abb2bc)]D = 2 \left[ b(bc+ba+c^2+ca - ab) + c(ab - b^2 - bc) \right] D=2[b(bc+c2+ca)+abcb2cbc2]D = 2 \left[ b(bc+c^2+ca) + abc - b^2c - bc^2 \right] D=2[b2c+bc2+abc+abcb2cbc2]D = 2 \left[ b^2c+bc^2+abc + abc - b^2c - bc^2 \right] D=2[2abc]D = 2 \left[ 2abc \right] D=4abcD = 4abc Since the vectors are coplanar, D=0D=0, so 4abc=04abc = 0. This implies abc=0(2)abc = 0 \quad \ldots(2).

Step 3: Combining the results to find the value of 6(a+b+c)6(a+b+c). We have two equations:

  1. a+b+c2=abca+b+c-2 = abc
  2. abc=0abc = 0 Substitute equation (2) into equation (1): a+b+c2=0a+b+c-2 = 0 a+b+c=2a+b+c = 2 The problem asks for the value of 6(a+b+c)6(a+b+c). 6(a+b+c)=6(2)=126(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\vec{u}_1, \vec{u}_2, \vec{u}_3 and obtained an algebraic relation. Then, we did the same for vectors v1,v2,v3\vec{v}_1, \vec{v}_2, \vec{v}_3, 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+ca+b+c and subsequently calculated the required expression 6(a+b+c)6(a+b+c).

The final answer is 12\boxed{\text{12}}.

Practice More Vector Algebra Questions

View All Questions