Final Project-1 WORD
Final Project-1 WORD
INTRODUCTION
The living world is filled with striped and mottled patterns of contrasting
colours (with sculptural equivalents of those realized as surface crests and
troughs); with patterns of organization and behaviour even among individual
organisms.
“What governs there? What is that issues orders, foresees the future, elaborates
plans and preserves equilibrium, admitters, and condemns
to death?”
Many such questions increases curiosity to find the reason for the existence.
FORMATION
1
rabbits born of one pair in a certain population. The chapter Fibonacci numbers
gives a brief introduction to the fibonacci sequence, its properties and its
applications. In the next chapter the basic concepts and definitions of difference
equations are recalled and in the final chapter the role of Fibonacci numbers in
difference equations is analysed.
PROJECT PLAN
2. FIBONACCI NUMBERS
A hike in the woods or a walk along the beach reveals an endless variety of
forms. Nature abounds in spectral colors and intricate shapes - the rainbow
mosaic of a butterfly’s wing; the delicate curlicue of a grape tendril; the
undulating ripples of a desert dune. But these miraculous creations not only
delight the imagination, they also challenge our understanding. How do these
2
patterns develop? What sorts of rules and guidelines, shape the patterns in the
world around us?
3
The classical Fibonacci numbers are defined a the series of numbers
generated by the pattern which is a recurrent sequence of integers such as,
where each number in the sequence is given by the sum of the previous
two terms. This pattern is given by u1 = 1, u2 = 1 and the recursive formula
un = un − 1 + un – 2, n > 2.
4
month, and every pair of rabbits will begin to reproduce exactly two months
after being born. No rabbit ever dies, and every pair of rabbits will reproduce
perfectly on schedule. So, in the first month, we have only the first pair of
rabbits. Likewise, in the second month, we again have only our initial pair of
rabbits. However, by the third month, the pair will give birth to another pair of
rabbits, and there will now be two pairs.
Now continuing on, we find that in month four we will have 3 pairs, then 5
pairs in month five, then 8, 13, 21, 34, ..., etc, continuing in this manner. It is
quite apparent that this sequence directly corresponds with the Fibonacci
sequence introduced above, and indeed, this is the first problem ever associated
with the now-famous numbers.
An application of Fibonacci numbers and it being established as a basic
definition was discussed, next some simple properties regarding the Fibonacci
numbers and their sums will be explained. In many interesting cases such
difference equations are nonlinear; that are deterministic, neoclassical, growth
model is represented by a system of nonlinear equations.
5
Of course, this problem gives rise to the sequence 1, 1, 2, 3, 5, 8, 13, ....
Fibonacci used the arithmetic series to illustrate the above problem based on the
pair of breeding rabbits and the result can be expressed numerically as 1, 1, 2, 3,
5, 8, 13, 21, 34, ...,
Fibonacci numbers are indeed of great interest to biologists and physicists
because they are frequently observed in various natural objects and phenomena.
The branching patterns in trees and leaves, for example and the distribution of
seeds in a raspberry are based on Fibonacci numbers. A Sanskrit grammarian,
Pingala is credited with the first mention of the sequence of numbers, sometime
between the fifth century B.C. and the second or third century A.D. Since
Fibonacci introduced the series to western civilization, it had a high profile from
time to time.
Theorem 1.
6
Proof. Since
un+1 = un + un−1;
Now, let
7
L2 − L − 1 = 0
which is easily solved using the quadratic formula. By using the quadratic
formula, we have
Even for relatively low values of n, this ratio produces a very small error. For
example
and
8
A rectangle the proportion of whose sides is equal to the golden ratio is
known as a GOLDEN RECTANGLE. A rectangle whose sides are 1.618 and 1
unit.
9
The florets in a sunflower head also form two spirals, but there’s no
rotation here. It’s simply an efficient packing solution for the plant. With 55
florets running clockwise and 34 anticlockwise, the sunflower is an example of
the pattern of numbers called the Fibonacci numbers.
It’s a simple pattern with complex results, and it is often found in nature.
We notice that both group of florets in a sunflower match the Fibonacci numbers
as do the number of rows in a pinecone, the arrangement of leaves on a stem and
many other natural formations. In fact, the spiral shape itself is built upon the
rapidly increasing pattern of the Fibonacci sequence.
The logarithmic spiral is the spiral of life . This spiral is evident in all
forms of life on earth in their DNA molecules as well as physical shapes.
10
The DNA molecule, the program of life, is also based on the golden
section. It measures 34 angstroms in length and 21 angstroms wide for each full
cycle of its double helix spiral. 34 and 21, of course, are numbers of the
Fibonacci series and their ratio is almost equal to Phi. Spiral shells also exhibit
patterns related to the Fibonacci sequence.
The human face also abounds with examples of the golden section or the
divine ratio. The head forms a golden rectangle with the eyes at its midpoint.
The mouth and the nose are each placed at golden sections of the distance
between the eyes and the bottom of the chin.
11
A perfect square can be drawn having two of its four corners at the two
pupils of the eyes and the remaining two at the corners of the mouth. The golden
section of the four sides to the square gives the nose, the inside of the nostrils,
the
two rises of the upper lip and the inner points of the ear.
u1 + u2 + u3 + ··· + un = un+2 − 1.
12
u1 = u3 − u2
u2 = u4 − u3
u3 = u5 − u4
...............
un−1 = un+1 − un
= un+2 − un+1
Adding up these equations term by term, we obtain
u1 = u2
u3 = u4 − u2
u5 = u6 − u4
............
13
Adding these equalities term by term, we obtain the required result.
(4)
u2 + u4 + ··· + u2n = u2n+2 − 1 − u2n = u2n+1 − 1
alternating signs.
14
u1 − u2 + u3 − u4 + ··· + (−1)n+1un = (−1)n+1un−1 + 1 (7)
3 DIFFERENCE EQUATIONS
------------------------------------------------------------------------------------------------------
Example:
15
is a differential equation
ODEs that lack additive solutions are nonlinear, and solving them is far
more intricate, as one can rarely represent them by elementary functions in
closed form: Instead, exact and analytic solutions of ODEs are in series or
integral form. Graphical and numerical methods, applied by hand or by
computer, may approximate solutions of ODEs and perhaps yield useful
information, often sufficing in the absence of exact, analytic solutions.
16
where ai(x) are functions of x only. It is an equation in which each term is of first
degree in the dependant variable and its derivatives.
det (A − λI) = 0
where I is the unit matrix of order k and det(B) is the determinant of the matrix
B.
Writing A out explicitly gives
17
Definition 7. A Difference equation, also called recurrence
equation, is an equation that defines a sequence recursively each
term of the sequence is defined as a function of the previous terms
of the sequence. We may write the general
difference equation as follows:
where x is the input signal, y is the output signal, and the constants b i,i =
0,...,M,aj,j = 1,...,N are called the co-efficient.
xt = f (t, xt−1)
18
where f is a function of two variables. A solution of the first order
difference equation xt = f(t,xt−1) is a function of x of a single
variable whose domain is the set of integers such that x t = f(t,xt−1)
for every integer t, where xt denotes the value of x at t.
Definition 9. A First-order linear difference equation with constant co-efficient
is a first order difference equation for which
where a,b and ct for each value of t, are numbers. The equation is
homogenous if ct=0 for all t.
19
Many populations engage in seasonal breeding versus continuous
breeding. The cost of winter breeding, presumably, overweigh the
benefits. This hypothesis is well accepted. Energy availability in the
winter is generally low. Therefore, many animal populations restrict
their reproductive activities to specific times of the year when food is
abundant and survival and reproductive success is high.
In addition to seasonal breeding, many populations also have
their juveniles and adults compete for different resources. Anurans
are a good example of such populations. They have a bi-phasic
lifestyle, living on land and in water at different stages in their life
cycle. Tadpoles feed on algae while frogs feeds on crickets, wax
worms, mealworms, small silkworms, red worms, moths, and flies.
Therefore, in this population intra-competition within each stage
occurs.
Also, the results indicate that for a range birth rates seasonal
reproduction is advantageous in the sense that for such birth rates
the autonomous population becomes extinct while the seasonal
population is uniformly persistent with respect to the origin. This is
an example where the difference equation is greatly used.
20
4. ROLE OF FIBONACCI NUMBERS IN
DIFFERENCE EQUATIONS
Example:
Xn = Xn − 1 + Xn − 2 (9)
21
equation (9) defines the so-called Fibonacci sequence. Starting
with
X0= 1 and X1 = 1, can easily be calculated with each following terms of the
sequence:
Note that each term can be computed only if the two first terms of
the sequence are given. Those terms are called the initial conditions
of the system. The applications of difference equation in population
dynamics has been already seen. For example, Eq.(9) can be seen
as a (very simple) model for growth and reproduction of a rabbit
population.
22
Figure 2: The rabbits population
fn = fn−1 + fn−2.
23
So, the recursive formula where each generation is defined in terms of
the previous 2 generations. So this sequence of numbers 1, 1, 2, 3, 5, 8, 13,
21, ..., and the recursive way of constructing it add infinitum is the solution
to the Fibonacci puzzle.
• in each row, the second + third counts the numbers above the line.
24
example, equation (9) is
linear, while (11) is non-linear because it involves the term Xn2−1.
The order of a linear recurrence relation is the number of
preceding terms required by the definition. Thus, the relation x n =
2xn−2 is of order two because at least two preceding terms to
compute any term xn (whether they are both used or not).
Accordingly, equation (9) is of the 2nd order while equation (11) is
of the first order.
25
4.1 First order linear difference equations
and thus
Xn = anX0 (14)
26
where λ1 and λ2 are the solutions of the characteristic equation:
λ2 + aλ + b = 0 (18)
Example 1: solving equation (9). This equation can be rewritten as:
λ2 − λ − 1 = 0 (20)
(21)
(22)
½ (c1(1+√5)+c2(1-√5))=1 (24)
27
We thus find
(25)
(26)
We observe that λ1 > 1 and −1 < λ2 < 0. Hence, for n large, the
second term will become negligible and we get:
(27)
28
considered the first Fibonacci number. Although not shown, the
zeroth
Fibonacci number, 0 can be included.
4.3 Vectors of Fibonacci Numbers.
The process for going from one vector must be understood in the sequence to the
next.This can be described by a matrix as follow.
29
The nth fibonacci number
Using the difference equation set up presented on the preceding page, it is seen
that
Or in more detail
30
Using the eigenvalues and eigenvectors of the matrix in this equation, a
direct algebraic expression for the nth Fibonacci number has been ended up.
4.4 Applications
31
References
[5] Hoggatt, Jr, Verner. (1969). Fibonacci and Lucas Numbers. Boston:
http://en.wikipedia.org/wiki/modulo.
32
Retrieved October 4, 2007, from http://webspace.ship.edu/msrenault
fibonacci/fiblist.htm.
Golden ratio.
[13] A. J. Koch and H. Meinhardt; Reviews of Modern Physics, Vol. 68, No.
4
(1984)
(1998)
33
[17] Adam, John A; Mathematics in Nature: Modeling Patterns in the
Natural
Web references:
1. http://www.scottcamazine.com/personal/DesignNature
2. http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibratio.html
3. http://maven.smith.edu/ phyllo
34