Lessons taught; Lessons learnt

Maths, teaching and beyond.

Midpoints of quadrilaterals

with 2 comments

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:


Geogebra applet will be here if you enable Java.

(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.

A sample quadrilateral with midpoints

A sample quadrilateral with midpoints

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 (M2M1) is the same as the vector that takes us from M4 to M3 (M3M4), 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 M2M1 = M3M4 and M3M2 = M4M1. 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?

Next in this series

Midpoints (2): Pentagons

Related Posts (automatically generated)

  1. Midpoints (3): A return to quadrilaterals
  2. Midpoints (2): Pentagons
  3. MA Conference: A circular NRICHing activity

Written by Jon Ingram

August 1st, 2008 at 8:31 pm

Posted in Maths

Tagged with , , , ,

2 Responses to 'Midpoints of quadrilaterals'

Subscribe to comments with RSS or TrackBack to 'Midpoints of quadrilaterals'.

  1. [...] on from the previous post, here is an applet which dynamically generates a pentagon, given the midpoints. Have a play around, [...]

  2. [...] 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 [...]

Leave a Reply