English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

a) compute the first ten elements of the Fibonacci sequence,using the recursive definition above.
b) Provr that any two consecutive elememts of the Fibonacci sequence are relatively prime.
c) Look at the first 9 ratios formed from the consecutive elements in the Fibonacci sequence, fn/fn+1 where n=1,2,3,4,5,6,7,8,9
Write these ratios in a decimal presentation,up to 8-9 digits.What do you notice?

2006-09-07 18:04:19 · 4 answers · asked by ttybrs10 1 in Science & Mathematics Mathematics

4 answers

a)
___ f1 = 1
___ f2 = 1
___ f3 = f1+ f2 = 1+ 1 = 2
___ f4 = f2+ f3 = 1+ 2 = 3
___ f5 = f3+ f4 = 2+ 3 = 5
___ f6 = f4+ f5 = 3+ 5 = 8
___ f7 = f5+ f6 = 5+ 8 = 13
___ f8 = f6+ f7 = 8 + 13 = 21
___ f9 = f7+ f8 = 13+ 21 = 34
___ f10 = f8+ f9 = 21+ 34 = 55

--- --- --- --- ---
b)
f9 = 34 = 2*17
f8 = 21 = 3*7

There are no common multiples between f8 and f9 (arbitrarily chosen), so they are relatively prime.

--- --- --- --- ---
c)
f1/f2 = 1
f2/f3 = 1/2 = 0.50000000
f3/f4 = 2/3 = 0.66666667
f4/f5 = 3/5 = 0.60000000
f5/f6 = 5/8 = 0.62500000
f6/f7 = 8/13 = 0.61538461
f7/f8 = 13/21 = 0.61904762
f8/f9 = 21/34 = 0.61764706
f9/f10 = 34/55 = 0.61818182

As n grows up, the ratio seems to be converging to some value around 0.618.

2006-09-07 18:20:32 · answer #1 · answered by Illusional Self 6 · 0 0

It's a Fibonacci sequence defined recursively?

2006-09-08 01:14:29 · answer #2 · answered by Anonymous · 1 0

http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fib.html

Go there. It is a *very* kewl site for Fibonacci stuff.


Doug

2006-09-08 01:14:00 · answer #3 · answered by doug_donaghue 7 · 1 0

I notice someone not doing his own homework.

2006-09-08 01:08:15 · answer #4 · answered by Anonymous · 1 0

fedest.com, questions and answers