If a=2i+j+3k, b=3i+3j+k and c=c1i+c2j+c3k are coplanar vectors and a.c=5, b⊥c, then 122(c1+c2+c3) is equal to ___________.
Answer: 2
Solution
Key Concepts and Formulas
Dot Product: For vectors u=u1i+u2j+u3k and v=v1i+v2j+v3k, the dot product is u⋅v=u1v1+u2v2+u3v3.
Perpendicular Vectors: Two non-zero vectors u and v are perpendicular if and only if u⋅v=0.
Coplanar Vectors: Three vectors a, b, and c are coplanar if c can be expressed as a linear combination of a and b (provided a and b are not collinear), i.e., c=xa+yb for some scalars x and y.
Step-by-Step Solution
Step 1: Express c using the coplanarity condition.
Why: Since a, b, and c are coplanar, and a and b are not collinear (their components are not proportional), c can be written as a linear combination of a and b. This approach simplifies the problem by introducing two unknowns (x,y) instead of three (c1,c2,c3).
Math: Let c=xa+yb.
c=x(2i+j+3k)+y(3i+3j+k)c=(2x+3y)i+(x+3y)j+(3x+y)k
Comparing this with c=c1i+c2j+c3k, we get:
c1=2x+3yc2=x+3yc3=3x+y
Step 2: Use the condition a.c=5 to form an equation in x and y.
Why: This condition provides a linear equation involving the scalars x and y that define c.
Math:
First, calculate the necessary dot products involving a and b:
a⋅a=(2)(2)+(1)(1)+(3)(3)=4+1+9=14a⋅b=(2)(3)+(1)(3)+(3)(1)=6+3+3=12
Now, substitute c=xa+yb into the given condition:
a⋅(xa+yb)=5x(a⋅a)+y(a⋅b)=514x+12y=5(Equation 1)
Step 3: Use the condition b⊥c to form another equation in x and y.
Why: The perpendicularity condition means their dot product is zero, giving us a second linear equation in x and y.
Math:
Calculate the necessary dot products:
b⋅a=a⋅b=12b⋅b=(3)(3)+(3)(3)+(1)(1)=9+9+1=19
Substitute c=xa+yb into the given condition:
b⋅(xa+yb)=0x(b⋅a)+y(b⋅b)=012x+19y=0(Equation 2)
Step 4: Solve the system of linear equations for x and y.
Why: We have two independent equations (Equation 1 and Equation 2) with two unknowns (x and y). Solving this system will give us the specific values of x and y.
Math:
From Equation 2: 12x=−19y⟹x=−1219y.
Substitute this into Equation 1:
14(−1219y)+12y=5−12266y+12y=5−6133y+672y=56−133+72y=5−661y=5⟹y=−6130
Now substitute the value of y back into the expression for x:
x=−1219(−6130)=12×6119×30=2×6119×5=12295
So, x=12295 and y=−6130.
Step 5: Calculate the sum c1+c2+c3.
Why: The problem asks for 122(c1+c2+c3), so we need to find the sum c1+c2+c3. We can do this by summing the expressions for c1,c2,c3 in terms of x and y.
Math:c1+c2+c3=(2x+3y)+(x+3y)+(3x+y)c1+c2+c3=(2x+x+3x)+(3y+3y+y)c1+c2+c3=6x+7y
Substitute the calculated values of x and y:
c1+c2+c3=6(12295)+7(−6130)c1+c2+c3=1226×95−617×30
Since 122=2×61:
c1+c2+c3=613×95−61210c1+c2+c3=61285−61210=61285−210=6175
Step 6: Compute the final expression 122(c1+c2+c3).
Why: This is the final calculation required by the problem statement.
Math:122(c1+c2+c3)=122(6175)
Since 122=2×61:
122(6175)=(2×61)(6175)=2×75=150
Common Mistakes & Tips
Scalar Triple Product vs. Linear Combination: While the scalar triple product [abc]=0 is the definition of coplanarity, using c=xa+yb is often more practical when dot products are involved, as it leads directly to a system of linear equations for x and y.
Arithmetic Errors: Be extremely careful with fraction arithmetic and signs when solving the system of equations. Double-checking the calculations for x and y can save significant time.
Commutativity of Dot Product: Remember that a⋅b=b⋅a, which simplifies some calculations.
Summary
The problem leverages the properties of coplanar and perpendicular vectors, along with the dot product. By expressing the unknown coplanar vector c as a linear combination of the given vectors a and b, we transformed the geometric conditions into a system of two linear equations in two unknowns (x and y). Solving this system allowed us to find the coefficients of the linear combination. Finally, we used these coefficients to calculate the sum of the components of c and then the required expression.