Let a=i^−3j^+7k^,b=2i^−j^+k^ and c be a vector such that (a+2b)×c=3(c×a). If a⋅c=130, then b⋅c is equal to __________.
Answer: 2
Solution
Key Concepts and Formulas
Properties of the Cross Product:
Distributive Property: X×(Y+Z)=X×Y+X×Z and (X+Y)×Z=X×Z+Y×Z.
Anti-commutativity: X×Y=−(Y×X).
If X×Y=0 and X,Y are non-zero, then X and Y are parallel, meaning X=kY for some scalar k.
Dot Product: For vectors P=Pxi^+Pyj^+Pzk^ and Q=Qxi^+Qyj^+Qzk^, P⋅Q=PxQx+PyQy+PzQz.
Step-by-Step Solution
Step 1: Simplify the given vector equation
We are given the equation (a+2b)×c=3(c×a). Our goal is to rearrange this equation to find a relationship between c and a combination of a and b.
Using the distributive property of the cross product on the left side:
a×c+2b×c=3(c×a)
Applying the anti-commutativity property c×a=−(a×c):
a×c+2b×c=3(−(a×c))a×c+2b×c=−3(a×c)
Now, we rearrange the terms to group the a×c terms:
a×c+3(a×c)+2b×c=04(a×c)+2b×c=0
Divide by 2:
2(a×c)+b×c=0
Factor out c using the distributive property in reverse:
(2a+b)×c=0
Step 2: Deduce the relationship between c and other vectors
The equation (2a+b)×c=0 implies that the vector (2a+b) and the vector c are parallel. This is because their cross product is the zero vector, and we are given a⋅c=130, which means c is not the zero vector.
Therefore, c must be a scalar multiple of (2a+b). Let this scalar be λ.
c=λ(2a+b)
Now, we compute the vector (2a+b).
Given a=i^−3j^+7k^ and b=2i^−j^+k^:
2a=2(i^−3j^+7k^)=2i^−6j^+14k^2a+b=(2i^−6j^+14k^)+(2i^−j^+k^)2a+b=(2+2)i^+(−6−1)j^+(14+1)k^2a+b=4i^−7j^+15k^
So, we have:
c=λ(4i^−7j^+15k^)
Step 3: Determine the scalar λ using the dot product
We are given a⋅c=130. Substitute the expression for c into this equation:
a⋅[λ(4i^−7j^+15k^)]=130
Pull the scalar λ out of the dot product:
λ[a⋅(4i^−7j^+15k^)]=130
Substitute the components of a=i^−3j^+7k^:
λ[(i^−3j^+7k^)⋅(4i^−7j^+15k^)]=130
Calculate the dot product:
λ[(1)(4)+(−3)(−7)+(7)(15)]=130λ[4+21+105]=130λ[130]=130
Solving for λ:
λ=130130=1
Step 4: Find the vector c
Now that we have found λ=1, we can determine the vector c:
c=1⋅(4i^−7j^+15k^)c=4i^−7j^+15k^
Step 5: Calculate b⋅c
Finally, we need to find the dot product of b and c.
Given b=2i^−j^+k^ and we found c=4i^−7j^+15k^:
b⋅c=(2i^−j^+k^)⋅(4i^−7j^+15k^)b⋅c=(2)(4)+(−1)(−7)+(1)(15)b⋅c=8+7+15b⋅c=30
Common Mistakes & Tips
Sign errors with cross products: Be careful when using the anti-commutativity property (X×Y=−Y×X), as sign mistakes are common.
Algebraic manipulation of vector equations: Ensure all steps in rearranging vector equations are logically sound and correctly apply vector properties.
Calculation of dot products: Double-check the multiplication and addition when computing dot products to avoid arithmetic errors.
Summary
The problem was solved by first simplifying the given vector cross product equation to establish that c is parallel to a linear combination of a and b. This parallelism allowed us to express c as a scalar multiple of (2a+b). Using the given dot product condition a⋅c=130, we determined the scalar multiplier. Finally, with the explicit form of c, we computed the required dot product b⋅c.