Or search by topic
Fibonacci set | Square the middle number | Multiply the first and third numbers | Which is bigger? | Observations | |
Square | Rectangle | ||||
{$1$, $1$, $2$} | $1^2 = 1$ | $1\times 2 = 2$ | $\checkmark$ | This is the smallest set. | |
{$1$, $2$, $3$} | $2^2 = 4$ | $1\times 3 = 3$ | $\checkmark$ | There is a constant difference of one. This alternates between the square and the rectangle (starting with the rectangle as the biggest). | |
{$2$, $3$, $5$} | $3^2 = 9$ | $2\times 5 = 10$ | $\checkmark$ | ||
{$3$, $5$, $8$} | $5^2 = 25$ | $3\times 8 = 24$ | $\checkmark$ | ||
{$5$, $8$, $13$} | $8^2 = 64$ | $5\times 13 = 65$ | $\checkmark$ | ||
{$8$, $13$, $21$} | $13^2 = 169$ | $8\times 21 = 168$ | $\checkmark$ | ||
{$13$, $21$, $34$} | $21^2 = 441$ | $13\times 34 = 442$ | $\checkmark$ | ||
{$21$, $34$, $55$} | $34^2 = 1156$ | $21\times 55 = 1155$ | $\checkmark$ | ||
{$34$, $55$, $89$} | $55^2 = 3025$ | $34\times 89 = 3026$ | $\checkmark$ | ||
{$55$, $89$, $144$} | $89^2 = 7921$ | $55\times 144 = 7920$ | $\checkmark$ |
If the rectangle is bigger, there will be a gap of $1$ unit$^2$, but if the square is bigger then there will be an overlap of $1$ unit$^2$ in its associated rectangle.
I also thought I should try some bigger numbers, just to check:
Square | Rectangle | |||
{$1597$, $2584$, $4181$} | $2584^2 = 6677056$ | $1597\times 4181 = 6677057$ | $\checkmark$ | |
{$2584$, $4181$, $6765$} | $4181^2 = 17480761$ | $2584\times 6765= 17480760$ | $\checkmark$ |
I did go on and try even bigger numbers, and the pattern continued to hold.
This seems to be an interesting feature of Fibonacci numbers, but it's only because I noticed the sequence that I was able to explore this relationship!
Throughout this pattern, there is always a constant overlap or gap of $1$ unit$^2$. The smaller the set, the more obvious this overlap or gap becomes. The larger the numbers get, the harder it is to see with the naked eye. To illustrate this, here are some pictures of the smaller sets:
{$1$, $1$, $2$}
{$1$, $2$, $3$}
{$2$, $3$, $5$}
{$3$, $5$, $8$}
Here we can see that the difference in area is really obvious for the smallest sets. But it becomes harder to see as the sets get bigger. This is because that difference of 1 unit$^2$ gets spread out over a longer diagonal each time, so the 1 unit$^2$ gets spread out over a larger area each time, so it becomes less noticeable.
I love Fibonacci numbers!
Five numbers added together in pairs produce: 0, 2, 4, 4, 6, 8, 9, 11, 13, 15 What are the five numbers?
15 = 7 + 8 and 10 = 1 + 2 + 3 + 4. Can you say which numbers can be expressed as the sum of two or more consecutive integers?
Three people chose this as a favourite problem. It is the sort of problem that needs thinking time - but once the connection is made it gives access to many similar ideas.