Midpoints of quadrilaterals
I was browsing through the Nrich website yesterday, and found this interesting problem:
If you are given the coordinates of the midpoints of the edges of a pentagon, can you find the coordinates of the vertices of the pentagon?
This was, apparently, originally given as a question in an Oxford extrance paper from 1926!
If you follow the link, you’ll see that the Nrich site gets you to investigate this problem with pentagons, triangles, and quadrilaterals, using the excellent free dynamic geometry app Geogebra. I use Geogebra regularly in my teaching, so I’m happy to see it appearing in well-known sites like Nrich.
I’ll let you think about this problem by yourself (Nrich gives the hint that you should think about simultaneous equations), and will focus on just one aspect of it in this post…
Midpoints of a Quadrilateral
It’s very easy to convince yourself by messing around with the dynamic geometry that it’s always possible to find a pentagon or a triangle with any given midpoints, but that quadrilaterals are more tricky. Indeed, the default configuration of midpoints presented to you seems to be impossible.
Why is this? Perhaps there is a special property which needs to be satisfied by the midpoints of quadrilaterals. A great way to look at this is to set up the situation in a dynamic geometry package, and see if anything interesting suggests itself for further investigation:
(Source: midpoints_of_a_quadrilateral)
It appears that the midpoints always form a parallelogram, and that this holds even when we don’t have a ‘proper’ quadrilateral, but a bow-tie shape.
How could we prove this? One route is to use vector arithmetic.
Using Vectors
Let’s call the four points of the quadrilateral P1, P2, P3, and P4, and the four midpoints M1, M2, M3, and M4.
We have
M1 = ½ ( P1 + P2 )
M2 = ½ ( P2 + P3 )
M3 = ½ ( P3 + P4 )
M4 = ½ ( P4 + P1 )
Now, we want to show that the quadrilateral formed by the midpoints is a parallelogram. We can do this if we show that the vector that takes us from M1 to M2 (M2 – M1) is the same as the vector that takes us from M4 to M3 (M3 – M4), and that the vector that takes us from M2 to M3 is the same as the vector that takes us from M1 to M4. Both of these come from the observation that
M1 + M3 = ½ ( P1 + P2 + P3 + P4 ) = M2 + M4,
from which we can conclude that M2 – M1 = M3 – M4 and M3 – M2 = M4 – M1. M1M2M3M4 is therefore a parallelogram.
Alternative Proofs and Further Questions
This seems like the type of property which could be proved in many different ways. While I like using vectors, the traditional way to prove something like this would be to use synthetic (Euclidean) geometry. I’ve never been particularly great at this, but if someone has a simple proof in this style, I’d love to see it.
This also raises several further questions:
- When is the parallelogram a rectangle?
- When is the parallelogram a square?
- What happens for hexagons?

[...] on from the previous post, here is an applet which dynamically generates a pentagon, given the midpoints. Have a play around, [...]
Lessons Taught; Lessons Learnt » Blog Archive » Midpoints (2): Pentagons
2 Aug 08 at 8:38 pm
[...] this takes a completely different route to proving the property than the vector proof I gave in my original post. The key to this geometric proof lies in the observation that the edges of the midpoint [...]
Lessons Taught; Lessons Learnt » Blog Archive » Midpoints (3): A return to quadrilaterals
3 Aug 08 at 1:11 pm