Prove, using a vector method, that a trapezium's diagonals' point of intersection lies on the line passing through its parallel sides' mid-points.
My Attempt:
Let the trapezium be $OABC,$ $O$ be the origin, and the position vectors of $A,B,C$ be $\vec{a},\vec{b},\vec{c}.$
Then the equation of diagonal $OB$ is $\vec{r}=\vec{0}+\lambda \vec{b}.\tag1$ And the equation of diagonal $AC$ is $\vec{r}=\vec{a}+\mu(\vec{c}-\vec{a}).\tag2$ And the equation of the line joining the mid points of $OA$ and $BC$ is $\vec{r}=\frac{\vec{a}}{2}+t(\frac{\vec{b}+\vec{c}}{2}-\frac{\vec{a}}{2}).\tag3$ Here, $\lambda,\mu,t$ are scalars.
I do not know how to solve $(1)$ and $(2)$ and $(3)$ to obtain the desired result.
