Scalar Multiplication with Cross Product: k(u×v)=(ku)×v=u×(kv).
Step-by-Step Solution
Let the given expression be E.
E=(a+b)×((a×((a−b)×b))×b)
Step 1: Simplify the innermost cross product (a−b)×b
We use the distributive property of the cross product.
(a−b)×b=(a×b)−(b×b)
Since the cross product of a vector with itself is the zero vector, b×b=0.
(a−b)×b=a×b
Step 2: Simplify the next nested cross product a×((a−b)×b)
Substituting the result from Step 1:
a×((a−b)×b)=a×(a×b)
This is a vector triple product. Using the identity p×(q×r)=(p⋅r)q−(p⋅q)r, with p=a, q=a, and r=b:
a×(a×b)=(a⋅b)a−(a⋅a)b
We know that a⋅a=∣a∣2.
a×(a×b)=(a⋅b)a−∣a∣2b
Step 3: Simplify the next level of the expression (a×((a−b)×b))×b
Substituting the result from Step 2:
((a⋅b)a−∣a∣2b)×b
Using the distributive property:
=(a⋅b)(a×b)−∣a∣2(b×b)
Since b×b=0:
=(a⋅b)(a×b)
Step 4: Simplify the entire expression E
Substitute the result from Step 3 back into the original expression:
E=(a+b)×((a⋅b)(a×b))
Using the property of scalar multiplication with cross products, we can move the scalar (a⋅b) outside:
E=(a⋅b)[(a+b)×(a×b)]
Step 5: Calculate the necessary vector components and dot products
Given a=i+j+2k and b=−i+2j+3k.
Step 6: Calculate the final cross product (a+b)×(a×b)
Let u=a+b=3j+5k and v=a×b=−i−5j+3k.
(a+b)×(a×b)=u×v=i0−1j3−5k53=i(3⋅3−5⋅(−5))−j(0⋅3−5⋅(−1))+k(0⋅(−5)−3⋅(−1))=i(9+25)−j(0+5)+k(0+3)=34i−5j+3k
Step 7: Substitute the calculated values back into the simplified expression for E
From Step 4, E=(a⋅b)[(a+b)×(a×b)].
E=(7)(34i−5j+3k)E=7(34i−5j+3k)
This result matches option (B).
Common Mistakes & Tips
Vector Triple Product Expansion: Ensure you correctly recall and apply the vector triple product identity. Mistakes in the signs or order of dot products are common.
Order of Cross Products: Remember that the cross product is not commutative (u×v=v×u). Pay close attention to the order of vectors in each cross product.
Simplification First: Resist the urge to substitute the vector components too early. Simplifying the expression algebraically using vector identities significantly reduces the chance of arithmetic errors.
Summary
The problem involves simplifying a complex vector expression with nested cross products. By systematically applying the distributive property of the cross product and the vector triple product identity, the expression was reduced to a scalar multiple of a cross product. The necessary dot and cross products were then computed using the given vector components, leading to the final simplified form.
The final answer is \boxed{\text{7(34\widehat i - 5\widehat j + 3\widehat k)}}.