MMM #35 Fibonacci fun - we have winners!

July 4th, 2009

I’m giving away three prizes this time. Yes, I did say I would give four prizes but when I reviewed the first two submissions one of them was not correct. Henno Brandsma, editor for the Topology Q+A Board, sent the first correct solution, and that was the only correct solution submitted before I gave a small hint. I’m giving a prize to .mau. since he has sent in many solutions to MMMs and has never been selected by random.org. And, I’m giving a prize to Olivier, who was selected by random.org.

Here was the problem:

Let F(0)=1, F(1)=1, and F(n)=F(n-2)+F(n-1). This is the familiar Fibonacci series.
Simplify F(0)xF(1) + F(1)xF(2) + F(2)xF(3) + F(3)xF(4) + … + F(n-1)xF(n) + F(n)xF(n+1)
Show your work.

I got 14 submissions. Most of you sent induction proofs. Since induction doesn’t give any insight as to how a solution was derived I can only guess that folks found patterns for sums as n increases then used induction to verify the patterns they saw.

Chao Xu submitted a nice induction proof at the Math Solutions Blog. The solution was password protected to not help others before the submission deadline. I’ve asked Chao to unprotect it.

Duram had an interesting different-looking but equivalent answer:

S(n+1)=( f(n+2)^2 - f(n) x f(n+1) -1 ) /2

Note how this answer eliminates the need to consider odd and even cases. And, yes, the index is off by 1 in this formula but the insight is excellent.

Jacques Descartes had a clever simplification of the odd/even thing:

S(n)=F(n+1)^2-.5+.5(-1)^n

Do you see how odd/even is handled?

Matthias Malandain proved these two formulas:

S(2n) = (F(2n+1))^2
S(2n-1) = F(2n-1) x F(2n+1)

Another way to approach the problem was by looking at the pictures I posted. While my way does not provide a proof it gives one an intuitive sense of why the answer is what it is.

I’m delighted to see the variety in solving this problem.

Stay tuned Monday for the next MMM, right here at Wild About Math!

If you enjoyed this post, make sure you subscribe to my RSS feed!

Now that the MMM #35 deadline has passed …

June 30th, 2009

MMM #35 turned out to be harder than I thought judging by the small number of submissions I received.

I’ll be giving away four prizes on Friday - two to the early submitters, one to .mau. for consistently submitting entries to the contest for a really long time, and one to a randomly selected person with a correct submission.

I’ll discuss some of the solutions on Friday but, for now, check out these pictures I made. I came up with this problem by playing with the Fibonacci series and arranging rectangles.

Here is the problem description:

Let F(0)=1, F(1)=1, and F(n)=F(n-2)+F(n-1). This is the familiar Fibonacci series.

Simplify F(0)xF(1) + F(1)xF(2) + F(2)xF(3) + F(3)xF(4) + … + F(n-1)xF(n) + F(n)xF(n+1)

Show your work.

Can you see how these pictures help one to see why the sum is what it is? Do you see why there are two different pictures?



If you enjoyed this post, make sure you subscribe to my RSS feed!

Can you sum this?

June 29th, 2009

Hi,

I’ve been playing with this series:

Sn = 1×22 + 2×32 + 3×42 + … + nx(n+1)2

I’ve come up with a formula for determining Sn but I derived the formula in a fairly roundabout way.

I’m interested to know if someone has an elegant way to derive the formula.

If you enjoyed this post, make sure you subscribe to my RSS feed!