1. Simplify the Vector Expression Algebraically
Before substituting the actual vector values of a and b, we can simplify the inner vector triple product term using the expansion formula:
X×(Y×Z)=(X⋅Z)Y−(X⋅Y)Z
Let's expand the core expression inside the square brackets:
[(a×b)×(a−2b)]
Distribute the cross product across the terms inside the parentheses:
=[(a×b)×a]−[(a×b)×2b]
=[(a×b)×a]−2[(a×b)×b]
Using the identity (X×Y)×Z=(Z⋅X)Y−(Z⋅Y)X:
For the first term: [(a×b)×a]=(a⋅a)b−(a⋅b)a=∣a∣2b−(a⋅b)a
For the second term: [(a×b)×b]=(b⋅a)b−(b⋅b)a=(a⋅b)b−∣b∣2a
Substitute these expansions back:
=(∣a∣2b−(a⋅b)a)−2((a⋅b)b−∣b∣2a)
=(∣a∣2−2(a⋅b))b+(2∣b∣2−(a⋅b))a
2. Alternative Property Check (Scalar Triple Product)
Notice that the final scalar expression is a dot product of (2a+b) with a vector resulting from a cross product with (a×b).
Any vector of the form (a×b)×V lies entirely within the plane containing both vectors a and b.
Let's compute the components directly to evaluate the value faster:
Magnitude of a:
∣a∣=(51)2+(5−2)2=51+54=1⟹∣a∣2=1
Magnitude of b:
∣b∣=(142)2+(141)2+(143)2=144+141+149=1414=1⟹∣b∣2=1
Dot Product a⋅b:
a⋅b=5141⋅[(1)(2)+(−2)(1)+(0)(3)]=701⋅[2−2+0]=0
Since a⋅b=0, the two vectors are orthogonal.
3. Substitute Values into Simplified Expression
Since a⋅b=0, ∣a∣2=1, and ∣b∣2=1, the expression simplifies significantly:
[(a×b)×(a−2b)]=(1−2(0))b+(2(1)−0)a=b+2a
Now, take the dot product with the front term (2a+b):
=(2a+b)⋅(2a+b)
=∣2a+b∣2
=4∣a∣2+∣b∣2+4(a⋅b)
Substitute our values:
=4(1)+1+4(0)=4+1=5