Let $P$ and $Q$ be two points in space and let $R$ be the point on $PQ$ whose distance from $P$ is twice its distance from $Q$. If $U=OP$, $v=OQ$ and $W=OR$. Verify that $w= \frac{1}{3}u + \frac{2}{3}v$
I tried the following:
- $P=(p_1,p_2)$
- $Q=(q_1,q_2)$
- $R=(r_1,r_2)$
- Im assuming O as the origin, but im not sure.
$w= \frac{1}{3}u + \frac{2}{3}v$
$\implies 3\sqrt{r_1^2 +r_2^2}=\sqrt{p_1^2 +p_2^2} +2\sqrt{q_1^2 +q_2^2}$
Also, I know that:
$||QR||+||RP||=||QP||$ and $||QP||=3||QR||$
So, from this equality I tried to build what should be verified. However, I don't come up with a result that works for me.
$$\vec{OP} = \textbf u, \vec{OQ} = \textbf v, \vec{OQ} = \textbf w$$
$ \textbf w = \vec{OR} = \vec{OP} + \vec{PR} = \textbf u + \frac{2}{3}\vec{PQ} \tag1$
$$\vec{OP} + \vec{PQ} = \vec{OQ} \implies \vec{PQ} = \vec{OQ} - \vec{OP} = \textbf v - \textbf u$$
So substituting in $(1)$,
$$ \textbf w = \frac{1}{3} \textbf u + \frac{2}{3} \textbf v $$