Let 3 points be distinct and non colinear P1, P2 and P3 of the E^2 plan. Does an origin O exist so that OP1 + OP2 = OP3?
I think an origin can exist if P1 and P2 are orthogonal. I'm just not sure how to show it.
I've tried with: P1 = [0,n] P2 = [n,0] p3 = [n,n] and I can see it on a cardinal plan.
Now, I know that for two vectors to be perpendicular, their scalar product must be equal to 0. So this would mean that (OP1 * OP2) = 0. I know how to develop this to prove it, but I don't think that's how it helps me solve this proof. Any tips?
Note that
$$OP_1+OP_2=OP_3\iff \frac{OP_1+OP_2}{2}=\frac{OP_3}2$$
thus it suffices choose O such that the midpoint of $P_1P_2$ coincides with the mid point of $OP_3$, that is set $O$ opposite of $P_3$ with respect to the midpoint of $P_1P_2$ in such way that $O,P_1,P_2,P_3$ form a parallelogram.