Find position vector using midpoint of two other vectors

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
TheFallen018
Messages
52
Reaction score
0
Hi, I've got this problem I'm trying to work out. The problem seems simple, but I don't think I have a good way to construct a way to solve it.

This is the problem.

Let P and Q be two points with position vectors p and q and let
R be a point midway between these two. Find an expression for
the position vector r of R in terms of p and q.


So, the midpoint of P and Q should be \[R=\frac{P+Q}{2}\], however I'm not sure how to turn each of these things into position vectors. Any help would be great. Thanks
 
Physics news on Phys.org
Find an expression for
the position vector r of R in terms of p and q.

unless I'm missing something, it seems that you're making this more difficult than it really is ...

$\vec{r} = \dfrac{1}{2}(\vec{p}+\vec{q})$