You're reading: cp's mathem-o-blog, Features

An enneahedron for Herschel

The building where I work is named after Alexander Stewart Herschel. I suspect this is because it used to be the home of the physics department, since he was an astronomer, but it works for us too because he also has a pretty cool graph named after him.

herschel graph

An embedding of the Herschel graph in the plane

Helpfully, it’s called the Herschel graph. It’s the smallest non-Hamiltonian polyhedral graph – you can’t draw a path on it that visits each vertex exactly once, but you can make a polyhedron whose vertices and edges correspond with the graph exactly. It’s also bipartite – you can colour the vertices using two colours so that edges only connect vertices of different colours. The graph’s automorphism group – its symmetries – is D6, the symmetry group of the hexagon. That means that there’s threefold rotational symmetry, as well as a couple of lines of reflection. It’s hard to see the threefold symmetry in the usual diagram of the graph, but it’s there!

Anyway, at the start of the summer, one of the lecturers here, Dr Michael White, told me about this graph and asked if we could work out how to construct the corresponding polyhedron. Making a polyhedron is quite simple – take the diagram on the Wikipedia page, pinch the middle and pull up – but it would be really nice if you could make a polyhedron which has the same symmetries as the graph.

My first attempt at constructing the Herschel enneahedron. It has the obvious reflective symmetry apparent in the diagram, but not the threefold symmetry. Also, two of the faces are missing because I did it all by eye and they were hard to cut out.

My first attempt at constructing the Herschel enneahedron. It has the obvious reflective symmetry apparent in the diagram, but not the threefold symmetry. Also, two of the faces are missing because I did it all by eye and they were hard to cut out.

We spent an afternoon drawing diagrams and algebra on Michael’s blackboard until we worked out how to do it – arrange three rhombus faces vertically around a central equilateral triangle, then fill in the gaps with six kites – three on the top and three on the bottom. We took a long time (and several coordinate systems) to convince ourselves that the kites really were flat. Now I’ll describe in detail our mathematical argument for the construction we came up with.

Working-out on Michael's blackboard. (We later added lots and lots of algebra)

Working-out on Michael’s blackboard. (We later added lots and lots of algebra)

The Herschel graph has eleven vertices, three of which have degree 4; the rest all have degree 3.

With this embedding of the graph, you can easily see two lines of reflective symmetry, going through vertices v1,v10,v3 and vertices v2,v7,v10,v4,v0. But there’s threefold rotational symmetry hidden in there as well!

Look at vertex v7. It’s joined to three vertices each of degree three (v2, v6 and v8), and they’re joined to the vertices of degree four. The same thing happens around vertex v4. You can cyclically permute vertices v1,v3,v10 and still have a graph which looks the same. That’s threefold rotational symmetry!

We’ve found reflective symmetry of order 4 and rotational symmetry of order 3, so all together the graph has a symmetry group of order 12. It corresponds to D6, the symmetry group of the regular hexagon.

So, how do we make a Herschel polyhedron with these symmetries? It’ll have nine quadrilateral faces – you can see eight closed faces in the embedding of the graph, and the “outside” bounded by vertices v1,v0,v3,v2 closes it off. A polyhedron with nine faces is called an enneahedron.

Start by putting v7 and v4 at the top and bottom. v1,v10 and v3 go in the middle, and need to be arranged in an equilateral triangle to keep the threefold rotational symmetry.

Now, vertices v2,v6 and v8 need to go somewhere between v7 and the central triangle, and v5,v9 and v0 need to go between the central triangle and v4. Consider v2. It needs to go on the perpendicular bisector of v3 and v10, so we get the first reflective symmetry. The other reflective symmetry is about the central triangle, so it needs to be directly above v0. But (v2,v10,v0,v3) is a face of the polyhedron, so it needs to be flat. That means that v2 needs to be directly above the line between v3 and v10 (and v0 needs to be the same distance directly below it). We can’t say anything yet about how high it should be.

By symmetry, v8 and v6 need to be directly above the other sides of the central triangle, and at the same height as v2. Similarly for v5 and v9 on the bottom.

With all these constraints, we’ve definitely got three rhombus faces arranged vertically around an equilateral triangle in the middle of the polyhedron. But what about the other faces? Where do v7 and v4 need to be so that the other faces are flat? They definitely need to be above the middle of the central triangle, but how high?

The easiest way we found to work this out was with some vector algebra. Up to the position and scale of the central triangle, we only have two unknowns: the height of v2 and the height of v7. State the coordinates of each vertex in terms of these parameters, and solve!

h1=(0,0,h1)h2=(0,0,h2)v0=(v1+v3)2h1=(12,0,h1)v1=(0,0,0)v2=(v1+v3)2+h1=(12,0,h1)v3=(1,0,0)v4=(v1+v3+v10)3h2=(12,36,h2)v5=(v10+v3)2h1=(34,34,h1)v6=(v10+v3)2+h1=(34,34,h1)v7=(v1+v3+v10)3+h2=(12,36,h2)v8=(v1+v10)2+h1=(14,34,h1)v9=(v1+v10)2h1=(14,34,h1)v10=(12,32,0)

Now, we want the face (v1,v2,v7,v6) to be flat. That’s the same as saying that the four vertices are coplanar. One test of that is:

(v7v1)[(v2v1)×(v6v7)]=0

Substituting in the co-ordinates for the vertices, we get
v7v1=(12,36,h2)v2v1=(12,0,h1)v6v7=(14,312,h1h2)(v2v1)×(v6v7)=(h1312,3h14+h22,324)(v7v1)[(v2v1)×(v6v7)]=4h1324+3h2324.

All that is equal to zero if the points are coplanar, so:

4h1324+3h2324=03h2=4h1h2=43h1.

That means we can make the solid as tall as we like, as long as the two heights remain in the same ratio. Groovy!

After all that algebra, all that was left was to make a model of our Herschel enneahedron.

I’ve never done any 3d stuff on the computer, so I didn’t know where to start. Michael’s new PhD student Ji bravely wrote out a gnuplot script, but the gnuplot 3d renderer is painfully slow, and we couldn’t work out how to make it draw it so it looked how we imagined. A few days ago, William Stein announced that he’d got 3d rendering working in the Sagemath Cloud. Sage is a really good project, an open-source competitor to systems like Mathematica and Maple, and the Sagemath Cloud is an amazing feat: it’s the whole Sage system, running over the internet, accessed through your browser (we posted about it recently).

Very shortly I had a rendering of our enneahedron, and I used Sage to confirm that it has all the properties we required. Hooray!

It lives! Sage Cloud's 3d rendering of our enneahedron.

It lives! Sage Cloud’s 3d rendering of our enneahedron.

Invigorated by success, and with confirmation that our measurements fit, I opened up GeoGebra to make a net of the shape. I printed it out, did a bit of cutting and sticking, and voilà: a real life Herschel enneahedron!

Herschel enneahedron model

I’ve found an animation of the model to show off its groovy shape, since a single photo doesn’t do it justice:

The next step is to see if I can make a poster to educate our students (and staff) about our building’s mathematical namesake. I also think a big sculpture of the Herschel enneahedron would go quite nicely in our school foyer…

More information

The Herschel graph at Wikipedia.

My GeoGebra construction of the polyhedron net.

A LaTeX/TikZ version of the net, ready for printing. John Hammersley of WriteLaTeX kindly made it a template so you can copy it and make your own modifications. For posterity, here’s a locally-hosted PDF of the net.

Andrew Stacey very quickly made his own net by guessing the measurements from the pictures I posted on Google+, and added it to TikZ as a built-in diagram. After a bit of feedback about the angles, he refined it to this finished net, and constructed his own enneahedron.

13 Responses to “An enneahedron for Herschel”

  1. Avatar Ralph Hartley

    My construction cam directly from trying to draw the graph in a form that makes the symmetry visible.

    Take a trihedral corner with all angles equal (you can chose any angle). Position with the corner pointing up. Intersect it with a vertical equilateral triangular prism turned so its edges are as far from the trihedral edges as possible. This is an end cap.

    Make two identical end caps. Turn one upside down, and place the other on top with the 3 outermost points (cut by he corners of the prism) of the two end caps touching. Fill in the four gaps with rhombuses. The shape of the rhombuses will depend on the angle chosen earlier.

    The faces of the end caps are planar by construction. The rhombuses, because they connect edges that were all cut by the same a vertical plane.

    Reply
      • Avatar Bill Owens

        Fixed in the description. . . but that begs another question: who did create it, and who named it for Herschel? The readily-available (ie. online) sources don’t provide any information about the origin of the graph.

        Reply
  2. Avatar Matthew Bruckner

    Thank you for the article! I have a question, if I may, regarding the practical side of things… namely, how can we deduce the h=4/3 value without the vector voodoo? While I could deduce the rest (for a square rhombus of side A, the lower triangle of the kite will be inscribed in a rectangle with sides A22 respectively 78A) using simple geometry and Pythagoras’s theorem, trying to look into where the kites meet with their upper triangles seems to be quite an ordeal. Maybe I am missing something?

    Reply
    • Avatar Eric Blom

      You can also deduce the 4/3 ratio from a projective geometry argument: First, set h1 to 0 and make the polyhedron totally flat. Then, you can see that the kite shaped faces meet to form an equilateral triangle. The proportions of this would dictate that the distance between v1, v3, and v10 to the center point, v7, is 4/3 of the distance to the lesser diagonal of the kite. Now, imagine that the polyhedron is reinflated by increasing h1 (and h2). Both h1 and h2 will have to be increased in proportion to the distance from the vertices in order for the kite to stay flat. So, the proportions will stay 4:3 for the line segments I mentioned earlier. Since the kite’s lesser diagonal remains parallel to the plane, it is at height h1. And since the right triangles of height h1 (to the kite diagonal) and h2 (to the top vertex) are proportional, we can say that h2:h1 is in the same 4:3 proportion.

      Reply
  3. Avatar Eric Blom

    Really cool! I played around a bit with the proportions of the rhombus and found:

    1. For your choice of short-diagonal-to-long-diagonal ratio of 1 (a perfect square), the distance from the center of the enneahedron is the same to all points except v7 and v4, which are 23 further. Following your convention of setting the length of the long diagonal at 1, the volume is 7336 and the surface area is 3+72.

    2. To inscribe the enneahedron in a sphere, set the rhombus proportion to 32. Then the top and bottom vertices v7 and v4 are the same distance from the center as the the three vertices on the equator (v1, v3, and v10).

    3. Choosing a proportion of 12 makes the angles equal around each point on the diameter (that is, v2v1v0v2v1v8), which seems visually pleasing.

    4. The maximum volume to surface area ratio is achieved with a rhombus proportion of 91057540, which is about 0.6561737.

    Reply
    • Avatar Christian Lawson-Perfect

      Thanks! Excellent timing, too – we recently got a 3D printer at work, so of course the first thing I made was a Herschel enneahedron. I’ll print out versions with the parameters you gave.

      Reply
  4. Avatar Hannah Holland

    Minor suggestion – when explaining the properties, you mention “you can’t draw a path on it that visits each vertex exactly once”, but I think it might be more accurate to say “you can’t draw a cycle on it that visits each vertex exactly once”, as there is a Hamiltonian path (I think!). Thanks for the article!

    Reply

(will not be published)

LATEX: You can use LaTeX in your comments. e.g. $ e^{\pi i} $ for inline maths; \[ e^{\pi i} \] for display-mode (on its own line) maths.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>