Everyone of Loyola,Alwal irrespective of their Departments or UG's,PG's are invited in this Blog.Here we can post Puzzles,Intresting facts,Useful sites,Logical Questions,CS,IT and Other Technology Stuff,Games and Jokes etc & also hv Discussions on it....

Friday, December 18, 2009

Fibonacci Sequence

Just an interesting observation.........

Fibonacci sequence is 1, 1, 2, 3, 5, 8, 13, 21, 34...

8 miles ~ 13 kilometres
13 miles ~ 21 kilometres and so on.....

This is because
F(n+1) = F(n) + F(n-1)
F(n+1)/F(n) = 1 + F(n-1)/F(n)
For large enough n, F(n+1)/F(n) = F(n)/F(n-1)
x=1+1/x
x=(1+sqrt(5))/2
x~1.618

So, the ratio of consecutive numbers in fibonacci sequence is 1.618
and
1 mile ~ 1.606 km

Hence, it holds.

:)

2 comments:

  1. so any conversion whose numerical factor is approx 1.5 follows this series. wat else do we have other than mile-km conversion?

    ReplyDelete
  2. Ya....If I come across wat al u askd I wil defntly post them....

    ReplyDelete