Dotty Hexagons
A friend 1, justifiably proudly, shared on Facebook that he’d worked out the number of dots he’d need to draw a hexagon with
Before we go anywhere, I’ll clear up what exactly we mean by a hexagon with
* * * * * * * * * * * * * * * * * * *
… which has 19 dots. Can you come up with a general expression for the number of dots? I came up with three methods, including the same one that my friend did. Spoilers below the line.
Option 1: mechanically
When
When
When
We’re looking at an area, so it’s almost certainly a quadratic sequence of the form
This gives three equations:
[1] [2] [3]
Subtracting [1] from [2] gives
Subtracting [2] from [3] gives
It’s not too hard to see that
Therefore the number of dots is
Option 2: triangles
This is a way that made me happy to think about: each hexagon is made of six triangles with a base of
Option 3: building up
This is my friend’s observation:
- You start with a dot
- You add six dots for the second hexagon
- You add twelve dots for the third hexagon
- You add 18 for the fourth
- … and so on
- So each hexagon has one dot, plus 6 times the sum of the numbers from 1 to
- … which is
- … or
.
That sum works out to be the same as for option 2, but the intuition behind it is interestingly different.
Do you have any alternative approaches?
Footnotes:
1. Thanks to Eli for the suggestion!