L9 Fibonacci-Sequences
L9 Fibonacci-Sequences
WORKSHEET :
Fibonacci Sequences
3) 1, 2, 3, 5, 8, 13.... 4) 1, 3, 9, 27....
Fibonacci Sequence An = An-1 + An-2 Identify the next term in the sequence.
7) 1, 2, 3, 5, 8, 13.... 8) 0, 0, 0, ...
Fibonacci Sequence An = An-1 + An-2 Identify the nth term in the sequence.
Fibonacci Sequences
Fibonacci Sequence An = An-1 + An-2 Identify the next term in the sequence.
7) 1, 2, 3, 5, 8, 13.... 21 8) 0, 0, 0, ... 0
Fibonacci Sequence An = An-1 + An-2 Identify the 6th term in the sequence.
A sequence is a set of numbers where every term is defined by some rule. One basic rule
of sequences is a Fibonacci style sequence where each term is the sum of the two
previous terms.
1. Fibonacci Sequence -
An = An-1 + An-2
a) The sequence rule above typically permits the calculation of the nth term in a
Fibonacci sequence only by process of iteration i.e. finding the next term then the
next term then the next term etc.
b) There exists a formula (Binet's Formula) for calculating the nth term of a
Fibonacci sequence directly, but it is beyond the scope of this course and the
exam and thus not required.
c) As the number of terms, n, gets high the next term in a Fibonacci sequence
behaves like a geometric sequence and is defined by a multiplier that approaches
the value known as the Golden Ratio Φ = 1.618... e.g. If A50 = 100 then A51
≈161.8