Strange Dot Product definition

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
TonyEsposito
Messages
39
Reaction score
6
Hi i have seen in abook the dot product defined as follows:
Dot(A,B)=(1/4)[Norm(A+B)^2-Norm(A-B)^2]
how this definition connect with the common one: Dot(A,B)=Sum(ai*bi)
Thanks!
 
Physics news on Phys.org
TonyEsposito said:
Hi i have seen in abook the dot product defined as follows:
Dot(A,B)=(1/4)[Norm(A+B)^2-Norm(A-B)^2]
how this definition connect with the common one: Dot(A,B)=Sum(ai*bi)
Thanks!

You have written one of the "polarization identities".
You get the "Dot(A,B)=Sum(ai*bi)" formula if your Norm() is the euclidean magnitude of a vector.
 
  • Like
Likes   Reactions: TonyEsposito
Sorry I'm late! I have read the replies some time ago...very useful! Thanks!
 
  • Like
Likes   Reactions: berkeman