Let a vector a be coplanar with vectors b=2i+j+k and c=i−j+k. If a is perpendicular to d=3i+2j+6k, and a=10. Then a possible value of [\matrix{ {\overrightarrow a } & {\overrightarrow b } & {\overrightarrow c } \cr } ] + [\matrix{ {\overrightarrow a } & {\overrightarrow b } & {\overrightarrow d } \cr } ] + [\matrix{ {\overrightarrow a } & {\overrightarrow c } & {\overrightarrow d } \cr } ] is equal to :
Options
Solution
Key Concepts and Formulas
Coplanarity of Vectors: Three vectors u,v,w are coplanar if their scalar triple product [uvw]=0. Alternatively, if a is coplanar with b and c, then a=λb+μc for some scalars λ and μ.
Perpendicular Vectors: Two vectors u and v are perpendicular if their dot product is zero: u⋅v=0.
Magnitude of a Vector: For v=xi+yj+zk, ∣v∣=x2+y2+z2.
Scalar Triple Product (STP):[uvw]=u⋅(v×w). It is linear in each argument, so [abd]+[acd]=a⋅(b×d)+a⋅(c×d)=a⋅((b+c)×d).
Step-by-Step Solution
Step 1: Simplify the Expression Using Coplanarity
We are given that vector a is coplanar with vectors b and c. The scalar triple product of three coplanar vectors is zero. Therefore, [abc]=0.
The expression to evaluate simplifies to:
[abc]+[abd]+[acd]=0+[abd]+[acd]=[abd]+[acd]
Using the linearity property of the scalar triple product, this can be rewritten as:
=a⋅(b×d)+a⋅(c×d)=a⋅((b×d)+(c×d))
Using the distributive property of the cross product, this becomes:
=a⋅((b+c)×d)
Step 2: Express a in terms of b and c
Since a is coplanar with b and c, it can be written as a linear combination of them:
a=λb+μc
Substituting the given vectors b=2i+j+k and c=i−j+k:
a=λ(2i+j+k)+μ(i−j+k)a=(2λ+μ)i+(λ−μ)j+(λ+μ)k
Step 3: Use the Perpendicularity Condition to find a relationship between λ and μ
We are given that a is perpendicular to d=3i+2j+6k. Thus, their dot product is zero: a⋅d=0.
((2λ+μ)i+(λ−μ)j+(λ+μ)k)⋅(3i+2j+6k)=03(2λ+μ)+2(λ−μ)+6(λ+μ)=06λ+3μ+2λ−2μ+6λ+6μ=014λ+7μ=0
Dividing by 7, we get:
2λ+μ=0⟹μ=−2λ
Step 4: Substitute μ back into the expression for a and use the Magnitude Condition
Substitute μ=−2λ into the expression for a:
a=(2λ+(−2λ))i+(λ−(−2λ))j+(λ+(−2λ))ka=(0)i+(3λ)j+(−λ)ka=3λj−λk
Now, use the magnitude condition ∣a∣=10:
∣a∣=∣3λj−λk∣=(0)2+(3λ)2+(−λ)2∣a∣=9λ2+λ2=10λ2
Equating this to the given magnitude:
10λ2=10
Squaring both sides:
10λ2=10λ2=1⟹λ=±1
This gives two possible vectors for a:
If λ=1, a=3j−k.
If λ=−1, a=−3j+k.
Step 5: Calculate the Value of the Simplified Expression
We need to calculate a⋅((b+c)×d).
First, find b+c:
b+c=(2i+j+k)+(i−j+k)b+c=(2+1)i+(1−1)j+(1+1)kb+c=3i+0j+2k
Next, calculate the cross product (b+c)×d:
(b+c)×d=(3i+2k)×(3i+2j+6k)
Using the determinant form:
i33j02k26=i(0⋅6−2⋅2)−j(3⋅6−2⋅3)+k(3⋅2−0⋅3)=i(0−4)−j(18−6)+k(6−0)=−4i−12j+6k
Finally, calculate the dot product a⋅((b+c)×d). Let's use a=3j−k (corresponding to λ=1):
a⋅((b+c)×d)=(3j−k)⋅(−4i−12j+6k)=(0)(−4)+(3)(−12)+(−1)(6)=0−36−6=−42
If we had chosen a=−3j+k (corresponding to λ=−1), the result would be 42. Since −42 is an option, this is the correct value.
Common Mistakes & Tips
Order of Operations: Always simplify the expression first using vector properties, especially coplanarity, before attempting to find the components of a.
Sign Errors: Be meticulous with signs during cross product and dot product calculations. The existence of ± for λ means the final answer might have a sign ambiguity unless one option is present.
Linearity of STP: Remember that [abd]+[acd]=a⋅(b×d)+a⋅(c×d)=a⋅((b+c)×d). This is a powerful simplification.
Summary
The problem required us to evaluate an expression involving scalar triple products. We first simplified the expression using the coplanarity of a with b and c, which made the first term zero and allowed us to combine the remaining terms into a single scalar triple product. Then, we represented a as a linear combination of b and c, and used the perpendicularity and magnitude conditions to determine the possible values of the scalar coefficients and thus the vector a. Finally, we computed the simplified expression using the derived vector a and the sum of vectors b+c.