Satwik Banchhor
Last Activity: 5 Years ago
Hey Ramana,
This problem can be solved using the following properties of dot product of vectors :-
- Distributive Property : A.(B+C) = A.B + A.C
- Commutative Property: A.B = B.A
- A.A = |A|2
(A + B) . (A – B)
= A . (A – B) + B . (A – B) Using Distributive Property
= A.A – A.B + B.A – B.B Using Distributive Property
= A.A – B.B As A.B = B.A by Commutative Property
= |A|2 – |B|2