Archive for November, 2010

Mathfactor Update

It’s been a few months now since we’ve posted any new podcasts, and  from the many weepy emails asking when, oh when will the mathfactor podcast return, we know we’ve been missed — we’re really grateful that we have so many avid listeners! In the meantime, Stephen Morris has been holding down the fort with many excellent posts here on the site, as you probably know if you’re reading this here. Great work Stephen!

I thought I’d take a moment to share what’s been shaking round here and where things might be going. First off, I have to say, really, it has been nice taking a break from the podcast. After all, we’ve been doing mathfactor pieces steadily for six years! (Still have about 70 early radio segments to post, I think) But I know we’ll get back to it someday, maybe someday pretty soon. Ideas are certainly starting to pile up again…

In my own work, things are going great. Our new course, Mathematical Thought, is chugging along nicely in its second year, with our long-time correspondent Edmund Harriss and colleague Janet Woodland at the helm. This course is really quite radical in its way—students must take significant initiative to succeed, but are free to approach whatever mathematical ideas they want to, in a way that plays to whatever their expertise or interests are. So far, it’s working.

Meanwhile, I’m now teaching geometry for future teachers; I should have done this years ago—it’s obviously the most effective way to have a significant local impact on the culture of mathematics. The students are deep in the midst of wrastling with how to develop and communicate fun mathematical ideas in their classrooms, and the results seem promising.

Some careful listeners may have picked up that I’m now chair of my department, and in that role I’ve been working hard at infusing the place with the sensibility the Math Factor exemplifies:

Serious intellectual engagement is fun, expected of everyone, open-ended into a lifetime.

As happens, our college is in the midst of a major reassessment of our core curriculum, and we have a chance to work in that direction, producing a truly visionary core that will fully model these high ideals. The outgoing dean’s request for innovative course proposals was met by a resounding burst of energy and creativity and it seems we are poised for a really interesting and exciting period here. 

So, when will the Math Factor podcast come back? We’ll see what happens in the next few months, but if all goes we might hope for, I may be in a position to foster a lot more of this kind of fun!

Ciao for now, Chaim

Comments

Morris: Finding Fibonacci

fibonacci+x

If you are anything like me, and I hope for your sake that you aren’t, then you will often ask yourselves questions such as:

    Late at night, when they’re peckish, do Vampires ever bite themselves?

    Was Hitler’s moustache homage to Charlie Chaplin?

    Can I find an exact formula for the Fibonacci sequence?

I can only answer one question. Which one?  

Yup, it’s the last one.

 

In Yoak: Miles, Kilometers and Fibonacci Numbers Jeff showed a lot of fun stuff about the Fibonacci sequence and how it relates to the golden ratio. He didn’t explain how this comes about.

The Golden Ratio, phi (I’ll use g), was beloved by classical architects and is still loved today. It was thought to be the most aesthetically pleasing ratio. It was the ratio used for the Parthenon.

It has a simple definition, if you have a rectangle with proportions 1:g then you can remove a square from one end and the leftover is a rectangle with the same proportions.

From that you can work out that g2 = g + 1 and g = 1 + 1/g. There is a revealing symmetry in that last equation which is better shown by g – 1/g = 1, if you switch the sign and invert g then you get another solution. 

Anyway:

    g = (sqrt(5) + 1)/2 ~= 1.618

    1/g= (sqrt(5) – 1)/2 ~= 0.618

 

The Fibonacci sequence goes 1, 1, 2, 3, 5, 8, 13, 21, 34 …

The Fibonacci rule is Fn+2 = Fn+1 + Fn

There are lots of sequences that fit this rule. Any particular sequence is fixed by specifying two elements, for example the actual Fibonacci sequence starts 1, 1. Another sequence that fits the rule is 1, 3, 4, 7, 11, 18, 29 …

We note that if xn+2 = xn+1 + xn then the sequence 1, x, x2, x3, x4 … satisfies the Fibonacci rule.

We can solve for x. Dividing by xn and rearranging gives x2 – x – 1 = 0.

This gives two solutions for x:

        g =                      (1+sqrt(5))/2

       (-1/g) = (1-g) = (1-sqrt(5))/2

Both of these solutions for x generate sequences that satisfy the Fibonacci rule.

    1, g, g2, g3

    1, (1-g), (1-g)2, (1-g)3

But we can go further. Put Xn = Agn + B(1-g)n  then Xn satisfies the Fibonacci rule.

    A + B, Ag + B(1-g), Ag2 + B(1-g)2, Ag3 + B(1-g)3

A particular sequence that satisfies the Fibonacci rule is fixed by just two entries. I claim that we can always find values for A and B that will create any sequence which satisfies the Fibonacci rule.

We have two simultaneous equations with two unknowns, A and B. This always gives a unique solution (it matters that (1, g) and (1, 1-g) are linearly independent vectors). For example lets calculate A and B for the actual Fibonacci sequence. F1 =1 and F2 = 1. Using the Fibonacci rule backwards gives F0 = 0.

So     F0 = A + B = 0      F1 = Ag + B(1-g) = 1

Working this through

    B = -A

    Ag – A(1-g) = 1

    A(2g -1) = 1

    A(2(sqrt(5) + 1)/2 -1) = 1

    A = 1/sqrt(5)

Which solves to give A = 1/sqrt(5), B = -1/sqrt(5)  

So we have : Fn = (gn – (1-g)n) /sqrt(5)

Now there is something very bizarre going on here. We know that the Fibonacci sequence is a sequence of integers. We have found that it has an exact formula but the formula involves lots of irrational numbers, raising them to powers, adding and dividing them. Somehow this process always ends up with an integer. Knowing that we will always get an integer we can short-circuit the calculation.

Note that 1/ sqrt(5) is about 0.447, (1-g)/ sqrt(5) is about -0.276 and that (1-g)n/ sqrt(5) always has a magnitude of less than a half. Knowing that we will always get an integer we can just ignore this term and round to the nearest integer.

    Fn = round(gn /sqrt(5)) for n >= 0

It is also true that

    F-n = (-1)n+1round(gn /sqrt(5)) for n >= 0

To see this remember that 1-g = -1/g so Fn = (gn – (-1/g)n) /sqrt(5). For negative n it is the first term that is smaller than a half and can be ignored. I’ll let you work out the rest.

In fact extending the Fibonacci sequence backwards gives … -3, 2, -1, 1, 0, 1, 1, 2, 3 …

What is most wonderful about this is that the ratio between successive members of the Fibonacci sequence is about g. It becomes very close very quickly. Also wonderful is that this technique extends to other sequences which are defined by similar rules. In general you can find an exact formula, involving taking powers of irrational numbers, which will always give you the integer you were looking for.

I find that quite amazing!

It shows that you cannot take one part of mathematics in isolation, if you want to understand integers you have to understand irrational numbers, and for many sequences complex numbers. It’s all interconnected, you can’t pick and choose. Even the simplest parts of mathematics are tied up in the most complex!

All good fun though!

Comments

The Math Factor Podcast Website


Quality Math Talk Since 2004, on the web and on KUAF 91.3 FM


A production of the University of Arkansas, Fayetteville, Ark USA


Download a great math factor poster to print and share!

Got an idea? Want to do a guest post? Tell us about it!

Heya! Do us a favor and link here from your site!