PDA

View Full Version : Dot product


PiRsq
Sep22-03, 06:05 PM
How do you expand and simplify this one?


(2u+v).(u-2v)
=2u.u+2u.(-2v)+v.u+v.(-2v)

Where u and v are vectors and the "." is the dot. I did some but after this im lost, how can I continue?

HallsofIvy
Sep22-03, 09:26 PM
I don't see what your problem is. You have done
(2u+v).(u-2v)=2u.u+2u.(-2v)+v.u+v.(-2v) correctly. Now just
combine 2u.(-2v)= -4 u.v and v.u which is also u.v:
This is 2(u.u)- 3 u.v- 2(v.v)

You can also use the fact that |u|= sqrt(u.u) so that
u.u= |u|2 and v.v= |v|2 so that
(2u+v).(u-2v)= |u|2- 3u.v- 2|v|2.

PiRsq
Sep23-03, 07:08 AM
Got it, thanks [:)]