How to do these Geometry proofs using vectors?

313 Views Asked by At

I'm new to vectors and need to answer the following two things:

  1. Show by using vectors that the mid segment of a trapezoid is parallel to the bases and $1/2$ as long as the sum of them.

That's what I got so far. enter image description here

  1. Show by using vectors that the line segment m in a quadrilateral is equal to the sum of both not divided side-vectors divided by two. enter image description here

The work sheet only provides the solutions but I can't figure out how to get there.

Thanks!

1

There are 1 best solutions below

0
On

We do not work with free vectors. We work with position vectors, which are fixed on the Euclidean plane wrt some origin. (See figure.) The underlying coordinate plane provides coordinates to any points $P,Q$. This facilitates writing $\vec{OP}=P-O$ and $\vec{PQ}=Q-P$. For example if $P=(3,4)$ on coordinate plane, then $\vec{OP}=(3-0,4-0)=3\hat{i}+4\hat{j}$.

enter image description here

So let position vectors of the vertices of trapezium be $A,B,C,D$. Since $E$ is midpoint of $AD$, its position vector will be (think coordinates) $$E=\frac{A+D}{2} \, , \quad F=\frac{B+C}{2}$$

Now lengths are given by magnitudes of vectors $$|AB|=|\vec{AB}|=B-A \, , \quad |DC|=|\vec{DC}|=C-D$$

Since $AB // DC$, $\,\vec{DC}=k\vec{AB}$.

Now $$|EF|=F-E=\frac{(B-A)+(C-D)}{2}=\frac{1}{2}(|AB|+|DC|)$$

You can also conclude about parallelism.

This was Ques $1$. Now you can do Ques $2$.