Drawing round the edges of a cube

Below you can see a simple cube, which has eight vertices (or corners) labelled from 1 to 8, and twelve straight edges. The idea of this investigation is to draw a continuous line along the edges (as you might with a pencil) in such a way as to cover all of them with as short a route as possible.

Experiment by clicking on one of the vertices (it responds by growing a little bigger), and then successively clicking on other vertices, with each one being just one edge away from the previous one (so, for example, you could try tracing the path 1 2 3 7 6 2 3 4 1 2 3). Notice that



Now click the "Start Again" button, and try to draw a line with the shortest possible route which covers all of the edges of the cube. When you've covered all of the edges, the program will tell you whether or not you could have done better. If you don't succeed the first time, keep trying!

Think about why it's impossible to cover all of the edges without going over some of them twice. (Hint: look at any vertex - there are three edges meeting there. Suppose you go through that vertex, in along one of the edges and out along another. What does that leave?)


Problem 1


Drawing round the edges of an octahedron

Now let's try to do the same thing with an octahedron, which is a double pyramid on a square base.


Problem 2

How many vertices and how many edges does the octahedron (shown below) have?



Experiment with the Octahedron until you've managed to draw a line with the shortest possible route which covers all of the edges (it's much easier than it was with the cube).


Problem 3


Drawing around the edges of an "envelope"



Experiment with drawing around the edges of the edges of the shape above, and then try this final problem, which will test whether you've understood the lessons of the cube and octahedron.


Problem 4