Let a=−i−j+k,a.b=1 and a×b=i−j. Then a−6b is equal to :
Options
Solution
1. Key Concepts and Formulas
Vector Triple Product Identity: For any three vectors A, B, and C, the identity is given by:
A×(B×C)=(A⋅C)B−(A⋅B)C
Dot Product Properties: The dot product of a vector with itself is the square of its magnitude: a⋅a=∣a∣2.
Cross Product Properties: The cross product of a vector with itself is the zero vector: a×a=0. The basic cross products of unit vectors are: i×j=k, j×k=i, k×i=j, and u×v=−(v×u).
2. Step-by-Step Solution
Step 1: Utilize the Vector Triple Product Identity
Our goal is to find a−6b. We are given a, a⋅b, and a×b. A common strategy when encountering a and a×b is to take the cross product of a with the given cross product a×b. This allows us to apply the vector triple product identity.
We are given a×b=i−j.
Taking the cross product of a with this equation:
a×(a×b)=a×(i−j)
Now, we apply the vector triple product identity A×(B×C)=(A⋅C)B−(A⋅B)C to the left side, with A=a, B=a, and C=b.
(a⋅b)a−(a⋅a)b=a×(i−j)
Step 2: Calculate the Right-Hand Side (RHS) of the Equation
We need to compute a×(i−j).
Given a=−i−j+k:
a×(i−j)=(−i−j+k)×(i−j)
Expanding this cross product:
=(−i×i)+(−i×−j)+(−j×i)+(−j×−j)+(k×i)+(k×−j)
Using the properties of cross products (i×i=0, i×j=k, j×i=−k, k×i=j, k×j=−i):
=0+k−(−k)+0+j−(−i)=k+k+j+i=i+j+2k
Step 3: Calculate the Scalar Dot Products
We need the values of a⋅b and a⋅a.
We are given a⋅b=1.
For a⋅a:
a⋅a=(−1)(−1)+(−1)(−1)+(1)(1)=1+1+1=3
Step 4: Formulate and Solve for b
Substitute the calculated dot products and the RHS into the equation from Step 1:
(1)a−(3)b=i+j+2ka−3b=i+j+2k
We want to find a−6b. We can rearrange the equation to isolate 3b:
3b=a−(i+j+2k)
To find 6b, we multiply both sides by 2:
6b=2(a−(i+j+2k))6b=2a−2i−2j−4k
Step 5: Calculate the Target Expression a−6b
Now, substitute the expression for 6b into the expression we need to find:
a−6b=a−(2a−2i−2j−4k)a−6b=a−2a+2i+2j+4ka−6b=−a+2i+2j+4k
Substitute the given value of a=−i−j+k:
a−6b=−(−i−j+k)+2i+2j+4ka−6b=(i+j−k)+2i+2j+4k
Combine like terms:
a−6b=(1+2)i+(1+2)j+(−1+4)ka−6b=3i+3j+3k
Factoring out 3:
a−6b=3(i+j+k)
This result matches option (A).
3. Common Mistakes & Tips
Vector Triple Product Order: Be extremely careful with the order of vectors in the vector triple product identity. The correct form is A×(B×C)=(A⋅C)B−(A⋅B)C. Swapping the dot product terms will lead to an incorrect answer.
Cross Product Arithmetic: When calculating cross products, especially with negative components and multiple terms, carefully apply the rules for unit vectors and the anti-commutative property (u×v=−v×u).
Algebraic Simplification: Ensure accurate manipulation of vector equations. When solving for 6b, double-check that the signs are handled correctly during subtraction and multiplication.
4. Summary
The problem was solved by strategically applying the vector triple product identity a×(a×b)=(a⋅b)a−(a⋅a)b. By taking the cross product of a with the given a×b, we formed an equation relating a and b. After calculating the necessary dot products and the cross product on the right side, we rearranged the equation to find an expression for 6b. Substituting this into the target expression a−6b and simplifying yielded the final answer.