If a=101(3i+k) and b=71(2i+3j−6k), then the value of (2a−b)[(a×b)×(a+2b)] is :
Options
Solution
Key Concepts and Formulas
Vector Triple Product Identity: For any three vectors A,B,C, the vector triple product (A×B)×C can be expanded as:
(A×B)×C=(A⋅C)B−(B⋅C)A
This identity is crucial for simplifying expressions involving a cross product of two vectors, where one of those vectors is itself a cross product.
Properties of Scalar (Dot) Product:
Magnitude Squared:x⋅x=∣x∣2. This relates the dot product of a vector with itself to its squared magnitude.
Orthogonality: If x⋅y=0, then x and y are orthogonal (perpendicular).
Distributivity:x⋅(y+z)=x⋅y+x⋅z. This allows us to expand dot products involving sums of vectors, similar to algebraic distribution.
Commutativity:x⋅y=y⋅x. The order of vectors in a dot product does not matter.
Step-by-Step Solution
1. Calculate Magnitudes and Dot Products of Base Vectors
Why this step? To simplify the complex vector expression, it's highly beneficial to first compute the magnitudes and the dot product of the given vectors a and b. This often reveals special properties, such as if they are unit vectors or if they are orthogonal, which can drastically simplify subsequent calculations.
Given vectors:
a=101(3i+k)=103i+0j+101kb=71(2i+3j−6k)=72i+73j−76k
Let's compute:
Magnitude of a:
∣a∣2=(103)2+(100)2+(101)2=109+0+101=1010=1
Since ∣a∣2=1, a is a unit vector. This implies a⋅a=1.
Magnitude of b:
∣b∣2=(72)2+(73)2+(−76)2=494+499+4936=4949=1
Since ∣b∣2=1, b is also a unit vector. This implies b⋅b=1.
Dot product a⋅b:
a⋅b=(103)(72)+(0)(73)+(101)(−76)a⋅b=7106+0−7106=0
Since a⋅b=0, the vectors a and b are orthogonal (perpendicular) to each other.
Summary of Key Properties:a⋅a=1b⋅b=1a⋅b=0
These results are fundamental for simplifying the rest of the problem.
2. Simplify the Vector Triple Product Term
Why this step? The expression contains a vector triple product: (a×b)×(a+2b). Applying the vector triple product identity will transform this into a linear combination of vectors a and b, making it much easier to handle.
We use the identity (A×B)×C=(A⋅C)B−(B⋅C)A.
In our case:
A=aB=bC=a+2b
Substituting these into the identity:
(a×b)×(a+2b)=(a⋅(a+2b))b−(b⋅(a+2b))a
3. Evaluate the Dot Products within the Triple Product
Why this step? To complete the simplification of the vector triple product, we need to evaluate the dot products that have emerged: a⋅(a+2b) and b⋅(a+2b). This is where the results from Step 1 are critical.
Using the distributive property of the dot product and the values derived in Step 1:
First dot product:a⋅(a+2b)=a⋅a+a⋅(2b)=a⋅a+2(a⋅b)
Substitute values: 1+2(0)=1.
Second dot product:b⋅(a+2b)=b⋅a+b⋅(2b)
Using commutativity (b⋅a=a⋅b):
=a⋅b+2(b⋅b)
Substitute values: 0+2(1)=2.
Now, substitute these evaluated dot products back into the expression from Step 2:
(a×b)×(a+2b)=(1)b−(2)a
Thus, the simplified vector triple product is b−2a.
4. Perform the Final Scalar (Dot) Product
Why this step? We have now simplified the complex bracketed term. The final step is to substitute this simplified term back into the original expression and perform the remaining dot product.
The original expression is (2a−b)[(a×b)×(a+2b)].
Substituting the result from Step 3:
=(2a−b)⋅(b−2a)
Now, expand this dot product using the distributive property:
=(2a)⋅b+(2a)⋅(−2a)+(−b)⋅b+(−b)⋅(−2a)=2(a⋅b)−4(a⋅a)−(b⋅b)+2(b⋅a)
Using the results from Step 1 (a⋅a=1, b⋅b=1, a⋅b=0) and commutativity (b⋅a=a⋅b):
=2(0)−4(1)−(1)+2(0)=0−4−1+0=−5
Common Mistakes & Tips
Order of Operations in Vector Triple Product: Ensure you correctly identify A,B,C in the identity (A×B)×C=(A⋅C)B−(B⋅C)A. A common error is mixing up the roles of the vectors or the terms in the expansion.
Forgetting Orthogonality: The fact that a and b are orthogonal is a significant simplification. Always check for this condition early on by calculating the dot product.
Algebraic Errors: Be meticulous with signs and coefficients when expanding dot products, especially when dealing with negative signs or scalar multiples.
Summary
The problem involves simplifying a complex vector expression. The strategy employed was to first calculate the magnitudes and dot product of the base vectors, which revealed them to be unit vectors and orthogonal. This greatly simplified the subsequent steps. The vector triple product was then expanded using the standard identity, and the resulting dot products were evaluated using the pre-calculated values. Finally, the remaining dot product was computed, yielding the solution.
The value of the expression (2a−b)[(a×b)×(a+2b)] is −5.