Assume the serie of numbers is: s0, s1, s2,
s3, ... = 1, 1, 2, 3, ...
It is easy to see that : sn = sn-1 + sn-2
The next numbers in the serie : 1,1,2,3,5,8,13,21,34, ... are thus : 55, 89, 144, ... |
In what way is the serie related to square root of 5?
To examine this let us assume the solution has the form
sn = A rn
for a arbitrary member in the serie. The assumptions need not necessary be right - that depends of the possibility to determin A and r. If the assumption is right then
A rn = A rn-1 + A rn-2 or after dividing by A rn-2
r2 = r + 1
i.e. two solutions are possible that is
r = r1 = ![]() ![]() |
Both solutions are thus related to the square root of 5! The n:th term in the serie is a combination of the solutions:
sn = A r1n + B r2n
A and B can be determined from for instance the two first terms s0 and s1
Compute square root of 5 with 3 decimals using the serie!
For large values of n the terms are dominated by the contribution from r1, i.e.
sn A r1n
The quota kn = sn/sn-1![]() |
and thus since r1 =
we can write
![]() |
n | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
---|---|---|---|---|---|---|---|---|---|
sn | 8 | 13 | 21 | 34 | 55 | 89 | 144 | 233 | 377 |
2*sn/sn-1 -1 | -- | 2,25 | 2,2308 | 2,2381 | 2,2353 | 2,23636 | 2,235955 | 2,23611 | 2,2360515 |
For instance 2*89/55 - 1 = 2.23636 ... that is correct to 3 decimals
when compared to the correct value 2.23606
...
Back to weekly quiz
© 2001 by Ingvar
Jönsson