Let a = 2i− 3j + 4k and b = 7i + j− 6k. If r×a = r×b, r . (i + 2j + k) = −3, then r . (2i− 3j + k) is equal to :
Options
Solution
Key Concepts and Formulas
Vector Cross Product Property: For any vectors A, B, and C, A×B=A×C implies A×(B−C)=0. This further implies that A is parallel to (B−C), meaning A=k(B−C) for some scalar k.
Scalar (Dot) Product: For vectors P=Pxi^+Pyj^+Pzk^ and Q=Qxi^+Qyj^+Qzk^, their dot product is P⋅Q=PxQx+PyQy+PzQz.
Vector Subtraction: To subtract vectors, subtract their corresponding components: (Ax−Bx)i^+(Ay−By)j^+(Az−Bz)k^.
Step-by-Step Solution
Step 1: Simplify the first vector equation to determine the relationship between r and (a−b).
We are given the equation r×a=r×b.
Why this step? This equation provides information about the orientation of r relative to a and b. We can simplify it using vector cross product properties.
Rearranging the terms, we get:
r×a−r×b=0
Using the distributive property of the cross product, we have:
r×(a−b)=0
Why this step? This simplified form tells us that r is parallel to the vector (a−b).
Now, let's calculate the vector (a−b):
Given a=2i^−3j^+4k^ and b=7i^+j^−6k^.
a−b=(2−7)i^+(−3−1)j^+(4−(−6))k^a−b=−5i^−4j^+(4+6)k^a−b=−5i^−4j^+10k^
Since r×(a−b)=0, r must be parallel to (a−b). Therefore, we can write r as a scalar multiple of (a−b):
r=λ(a−b)r=λ(−5i^−4j^+10k^)
where λ is a scalar constant.
Step 2: Use the second given condition to find the value of the scalar λ.
The second condition is r⋅(i^+2j^+k^)=−3.
Why this step? We have an expression for r in terms of λ. Substituting this into the dot product equation will allow us to solve for the unknown scalar λ.
Substitute r=λ(−5i^−4j^+10k^) into the equation:
(λ(−5i^−4j^+10k^))⋅(i^+2j^+k^)=−3
Factor out λ and compute the dot product:
λ((−5)(1)+(−4)(2)+(10)(1))=−3λ(−5−8+10)=−3λ(−13+10)=−3λ(−3)=−3
Solving for λ:
λ=−3−3λ=1
Step 3: Determine the vector r.
Why this step? Now that we have found the value of λ, we can determine the exact components of the vector r.
Substitute λ=1 back into the expression for r from Step 1:
r=1⋅(−5i^−4j^+10k^)r=−5i^−4j^+10k^
Step 4: Calculate the required dot product.
We need to find the value of r⋅(2i^−3j^+k^).
Why this step? This is the final quantity we need to compute, and we now have the complete vector r.
Substitute the components of r and the target vector into the dot product:
r⋅(2i^−3j^+k^)=(−5i^−4j^+10k^)⋅(2i^−3j^+k^)
Perform the dot product calculation:
=(−5)(2)+(−4)(−3)+(10)(1)=−10+12+10=2+10=12
Common Mistakes & Tips
Sign Errors: Pay close attention to signs during vector subtraction and dot product calculations. For example, 4−(−6) is 4+6.
Cross Product Order: Remember that the cross product is not commutative (A×B=B×A). Ensure correct order when applying distributive properties.
Vector vs. Scalar: Differentiate between vector quantities (like r) and scalar quantities (like λ and the final dot product result).
Summary
The problem starts with a condition on the cross product of an unknown vector r with two given vectors a and b. This condition, r×a=r×b, simplifies to r×(a−b)=0, implying that r is parallel to (a−b). We then express r as a scalar multiple, λ(a−b). The second condition, a dot product involving r, is used to solve for the scalar λ. Once λ is found, the vector r is determined, and the final required dot product can be calculated.