Let u=i−j−2k,v=2i+j−k,v.w=2 and v×w=u+λv. Then u.w is equal to :
Options
Solution
Key Concepts and Formulas
Orthogonality of Cross Product: A vector resulting from a cross product, A×B, is orthogonal to both A and B. This implies A⋅(A×B)=0 and B⋅(A×B)=0.
Vector Triple Product Identity: For any three vectors a,b,c, the identity a×(b×c)=(a⋅c)b−(a⋅b)c holds.
Properties of Dot Product: The dot product is distributive and commutative. Also, X⋅X=∣X∣2.
Step-by-Step Solution
We are given the vectors u=i−j−2k and v=2i+j−k. We are also given that v⋅w=2 and v×w=u+λv. We need to find u⋅w.
Step 1: Calculate u⋅v and ∣v∣2
To simplify later calculations, we first compute the dot product of u and v, and the square of the magnitude of v.
u⋅v=(1)(2)+(−1)(1)+(−2)(−1)=2−1+2=3∣v∣2=v⋅v=(2)2+(1)2+(−1)2=4+1+1=6
Step 2: Determine the scalar λ
We are given the equation v×w=u+λv.
Why this step? The cross product v×w is orthogonal to v. Therefore, their dot product must be zero. This property will allow us to solve for λ.
Take the dot product of both sides of the given equation with v:
v⋅(v×w)=v⋅(u+λv)
The left side, v⋅(v×w), is zero because v×w is orthogonal to v.
0=v⋅u+λ(v⋅v)
Substitute the values calculated in Step 1:
0=3+λ(6)6λ=−3λ=−21
Step 3: Substitute λ and rearrange the given equation
Now that we have the value of λ, we substitute it back into the given equation:
v×w=u−21v
Step 4: Use the Vector Triple Product Identity to relate u⋅w
We want to find u⋅w. We can introduce this term by using the vector triple product identity.
Why this step? The vector triple product identity allows us to expand expressions involving nested cross products and can help isolate scalar products like u⋅w.
Cross-multiply both sides of the equation from Step 3 with u:
u×(v×w)=u×(u−21v)
Apply the vector triple product identity to the left side: a×(b×c)=(a⋅c)b−(a⋅b)c. Here, a=u, b=v, and c=w.
(u⋅w)v−(u⋅v)w=u×u−21(u×v)
Since u×u=0:
(u⋅w)v−(u⋅v)w=−21(u×v)
Substitute u⋅v=3 (from Step 1):
(u⋅w)v−3w=−21(u×v)
Step 5: Calculate u×v
We need to compute the cross product u×v to substitute into the equation from Step 4.
u×v=i12j−11k−2−1=i((−1)(−1)−(−2)(1))−j((1)(−1)−(−2)(2))+k((1)(1)−(−1)(2))=i(1+2)−j(−1+4)+k(1+2)=3i−3j+3k
Step 6: Substitute u×v and solve for u⋅w
Substitute the result from Step 5 into the equation from Step 4:
(u⋅w)v−3w=−21(3i−3j+3k)(u⋅w)v−3w=−23i+23j−23k
To isolate u⋅w, we can dot product this entire equation with v.
Why this step? Dotting with v will allow us to use the given v⋅w=2 and the calculated ∣v∣2=v⋅v=6, simplifying the equation to solve for u⋅w.
v⋅((u⋅w)v−3w)=v⋅(−23i+23j−23k)
Apply the distributive property on the left side:
(u⋅w)(v⋅v)−3(v⋅w)=(2i+j−k)⋅(−23i+23j−23k)
Substitute the known values: v⋅v=6, v⋅w=2.
(u⋅w)(6)−3(2)=(2)(−23)+(1)(23)+(−1)(−23)6(u⋅w)−6=−3+23+236(u⋅w)−6=−3+36(u⋅w)−6=06(u⋅w)=6u⋅w=1
The final answer is 1. This corresponds to option (D).