Is there a way to "transpose" from scalar product EA.EB to AE.BE?

141 Views Asked by At

I am wondering if there is an easy way to "transpose" from the result of the scalar product EA.EB to AE.BE ?
In my case, EA.EB = 1/2

2

There are 2 best solutions below

0
On

If you denote with $EA$ the vector with first end in $E$ and second end in $A$, then $$EA\cdot EB=AE\cdot BE\quad\forall A,B,E.$$ In fact, module of $EA$ is the same as $AE$, module of $EB$ is the same as $BE$ and the angle beetween $EA$ and $EB$ is the same as the one beetween $AE$ and $BE$ (the "sign" of the angle is also the same).

0
On

Yes.

If $EA=\mathbf{v}$ and $EB=\mathbf{w}$, then $AE=-\mathbf{v}$ and $BE=-\mathbf{w}$, so $$ AE \cdot BE = (-\mathbf{v}) \cdot (-\mathbf{w}) = (-1)^2 \, (\mathbf{v} \cdot \mathbf{w}) = \mathbf{v} \cdot \mathbf{w} = EA \cdot EB . $$