a) Let $A$ and $B$ be 2 points in the plane. Show that if $M$ is the midpoint of the line segment $\overline {AB}$, then $\vec{OM} = \frac{1}{2} (\vec{OA}+\vec{OB})$ where $O$ is the origin.
I think I've got this one.
Let $A = (a_1, a_2) => \vec{OA} = (a_1, a_2)$
Let $B = (b_1, b_2) => \vec{OB} = (b_1, b_2)$
$M = ({\frac{a_1 + b_1}{2}},{\frac{a_2+b_2}{2}}) = \frac{1}{2}(a_1 + b_1, a_2 + b_2) = \frac{1}{2}[(a_1, a_2) + (b_1,b_2)] = \frac{1}{2}(\vec{OA} + \vec{OB})$
b) Use the formula for the midpoint which you proved in (a) to show that the midpoints of the 4 sides of any quadrilateral are the vertices of a parallelogram.
So if we have a quadrilateral $ABCD$ with $A=(a_1, a_2), B=(b_1,b_2), C=(c_1,c_2), D=(d_1,d_2).$
$M_{AB} = \frac{1}{2} (\vec{OA} + \vec{OB})$
$M_{BC} = \frac{1}{2} (\vec{OB} + \vec{OC})$
$M_{CD} = \frac{1}{2} (\vec{OC} + \vec{OD})$
$M_{AD} = \frac{1}{2} (\vec{OA} + \vec{OD})$
So now what is the most efficient way to take this further. Do I need to use the distance formula to prove that $M_{AB} M_{BC} = M_{AD} M_{CD}$ and $M_{AD} M_{AB} = M_{CD} M_{BC}$ as well as the fact that the product of gradients is -1 which proves that the lines are parallel