Module 2 - The Fibonacci Sequence and The Golden Ratio
Module 2 - The Fibonacci Sequence and The Golden Ratio
13 – 3 – 2 – 21 – 1 – 1 – 8 – 5
O, Draconian devil!
Oh, lame saint!
Harvard University Professor Robert Langdon, the hero of Dan Brown’s best–selling novel The
Da Vinci Code, was initially baffled by the message scrawled in invisible ink on the floor of the Louvre
in Paris by a dying man with a passion for secret codes.
Langdon, whose specialty is religious symbology, soon figured out that the words are a pair of
anagrams for “Leonardo da Vinci” and “the Mona Lisa.” But what about those numbers? They may
have puzzled Langdon for a while, but any mathematician will recognize them at once. They are the
first eight members of the Fibonacci sequence, written in a jumbled order. A young French
codebreaker named Sophie Neveu made the same observation and explained that the Fibonacci
sequence is one of the most famous mathematical sequences.
The Fibonacci numbers are the numbers in the following integer sequence: 1, 1, 2, 3, 5, 8, 13, 21,
34, 55, 89, 144, …
The Fibonacci sequence is named after Leonardo of Pisa, also known as Fibonacci, who first
observed the pattern while investigating how fast rabbits could breed under ideal circumstances.
Fibonacci’s 1202 book Liber Abaci introduced the sequence to Western European mathematics,
although it had been described earlier in Indian Mathematics.
By definition, the first two numbers in the Fibonacci sequence are 1 and 1, and each subsequent
number is the sum of the previous two. In mathematical terms, the sequence 𝐹𝑛 of Fibonacci numbers
is defined by the recurrence relation 𝑭𝒏 = 𝑭𝒏−𝟏 + 𝑭𝒏−𝟐 , with seed values 𝑭𝟏 = 𝟏 and 𝑭𝟐 = 𝟏
To find the 𝑛𝑡ℎ Fibonacci number without using the recursion formula, the following is evaluated
using a calculator:
𝒏 𝒏
𝟏 + √𝟓 𝟏 − √𝟓
( ) − ( )
𝟐 𝟐
𝑭𝒏 =
√𝟓
This form is known as the Binet form of the Fibonacci number. 𝑛𝑡ℎ
Example: Use Binet’s formula to determine the 25th, 30th, and the 50th Fibonacci numbers.
Solution:
𝟐𝟓 𝟐𝟓
𝟏+√𝟓 𝟏−√𝟓
( 𝟐 ) −( 𝟐 )
𝑎. 𝐹25 = = 75,025
√𝟓
𝟑𝟎 𝟑𝟎
𝟏+√𝟓 𝟏−√𝟓
( 𝟐 ) −( 𝟐 )
𝑏. 𝐹30 = = 832,040
√𝟓
𝟓𝟎 𝟓𝟎
𝟏+√𝟓 𝟏−√𝟓
( 𝟐 ) −( )
𝟐
𝑐. 𝐹50 = = 1.26 𝑥 1010
√𝟓
Page 1
Prepared by:
Prof. Ninfa Sua – Sotomil
Cell No: 09171022328
Tel No: 5035955
[email protected]
The Fibonacci sequence occurs many times in nature. Take a look at sunflowers. In particular,
pay attention to the arrangement of the seeds in its head. Do you notice that they form spirals? In
certain species, there are 21 spirals in the clockwise direction and 34 spirals in the counter clockwise
direction.
Depending on the species, you can count 34 and 55, or 55 and 89, or 89 and 144. It seems that
this arrangement keeps the seeds uniformly packed no matter how large the seed head is.
The numbers 21, 34, 55, 89, and 144 are the eight to twelfth numbers of the Fibonacci sequence.
Fibonacci numbers can also be found in sneezewort (harangan in Tagalog: found in Cagayan,
Nueva Vizcaya, Pampanga, Rizal, Laguna, and Lanao Province), where a pattern can be observed in
the growth of the stem and leaves. If the numbers of branches are counted in each section, the
counted numbers are all Fibonacci numbers. This is also true for the number of leaves in each stage.
The same natural phenomenon can be observed in the number of petals in daisies, cauliflower
florets, spirals in pine cones, and the bands wining around pineapples.
The Fibonacci numbers are studied as part of number theory. Applications include computer
algorithms such as Fibonacci search technique and the Fibonacci heap data structure, as well as
graphs called Fibonacci cubes used for interconnecting parallel and distributed systems.
These numbers are also known to possess remarkable numerical properties. For example, did
you know that the sums and differences of Fibonacci numbers are also Fibonacci numbers? Or that
the ratios of Fibonacci numbers converge to a particular number? Or that any four consecutive
Fibonacci numbers can be combined to form a Pythagorean triple? Or that the greatest common
divisor of two Fibonacci numbers is another Fibonacci number?
Page 2
Prepared by:
Prof. Ninfa Sua – Sotomil
Cell No: 09171022328
Tel No: 5035955
[email protected]
The Golden Ratio
In mathematics and the arts, two quantities are in a golden ratio if their ratio is the same as the
ratio of their sum to the larger of the two quantities
The golden ration is often symbolized by the Greek letter ∅. It is the number ∅ = 1.61803…, and
1+√5
the irrational number .
2
Leonardo da Vinci has incorporated geometry in many of his paintings, with the golden ratio just
being one of his many mathematical tools. Experts agree that he probably thought the golden ratio
made his paintings more attractive. However, he was not the only one to use it in artworks.
Fibonacci numbers are intimately connected with the golden ratio. To demonstrate this, try to
divide any number in the Fibonacci sequence by the one before it, and tabulate the results.
1 13 233
=1 = 1.625 = 1.618055556
1 8 144
2 21 377
=2 = 1.615384615 = 1.618025751
1 13 233
3 34 610
= 1.5 = 1.619047619 = 1.618037135
2 21 377
5 55 987
= 1.6666 … = 1.617647059 = 1.618032787
3 34 610
8 144 1597
= 1.6 = 1.617977528 = 1.618034448
5 89 987
Observe that the answers converge to 1.61803
Mathematics for Organization
A lot of events happen around us. In the blink of an eye, several children have already been born,
liters of water have been consumed, or thousands of tweets have been posted. For us to make sense
of all available information, we need mathematical tools to help us make sound analysis and better
decisions. For instance, a particular store can gather data on the shopping habits of its customers
and make necessary adjustments to help drive sales. Scientists can plot bird migration routes to
help conserve endangered animal populations. Social media analysts can crunch all on line postings
using software to gauge the netizen’s sentiments on particular issues or personalities.
Mathematics for Prediction
It is sometimes said that history repeats itself. As much as we can use mathematical models
using existing data to generate analysis and interpretations, we can also use them to make
predictions. Applying the concept of probability, experts can calculate the chance of an event
occurring. The weather is a prime example. Based on historical patterns, meteorologists can make
forecasts to help us prepare for our day – to – day activities. They can also warn us of weather
disturbances that can affect our activities for weeks or months. Astronomers also use patterns to
predict the occurrence of meteor showers or eclipses. In 2017, announcements were made about
heavenly phenomena such as the Draconid Meteor Shower and “The Great American Eclipse.” They
were able to tell when these phenomena would occur and where would be the best places to view
them.
Mathematics for Control
We have demonstrated by means of examples around us that patterns are definitely present in
the universe. There seems to be an underlying mathematical structure in the way that natural objects
and phenomenon behave. While photographers could capture a single moment through a snapshot,
videographers could record events as they unfold. Painters and sculptors could create masterpieces
in interpreting their surroundings, poets could use beautiful words to describe an object, and
musicians could capture and reproduce sounds that they hear. These observations of nature; as well
as their interactions and relationships, could be more elegantly described by means of mathematical
equations. As stated by astrophysicist Brian Greene, “With a few symbols on a page, you can describe
a wealth of physical phenomena.
It is interesting then to ponder on how mathematics, an invention of the human mind, seems to
permeate the natural laws that hold the universe together. There have been instances when a natural
phenomenon has been speculated to exist because mathematics says so but no hard evidence has
been found to support its existence. Such phenomena were proven to exist only when advancement
s in technology have allowed us to e4xpand our horizons. For example, in 1916, Albert Einstein
hypothesized the existence of gravitational waves based on his theory of general relativity. This is
when “ripples” are formed in the fabric of space – time due to large and violent cosmic events, very
much like when a pebble is thrown on a stagnant pond. About a hundred years later, the Laser
Page 3
Prepared by:
Prof. Ninfa Sua – Sotomil
Cell No: 09171022328
Tel No: 5035955
[email protected]
Interferometer Gravitational Wave Observatory (LIGO) announced that if found evidence of this
phenomenon.
Through the use of mathematics, man is also able to exert control mover himself and the effects
of nature. The threat of climate change and global warming has been the subject of much debate
over the years. It is believed that unless man changes his behaviour, patterns are said to indicate
that sea levels could rise to catastrophic levels as the polar caps melt due to the increase in global
temperatures. To ensure that greenhouse gas concentrations in the atmosphere are kept that would
not interfere with the climate system, the United Nations Framework Convention on Climate Change
(UNFCCC) was signed in 1992 and has 197 parties as of December 2015.
Mathematics is Indispensable
How it is possible that mathematics, a product of human thought that is independent of
experience, fits so excellently the objects of reality?
- Albert Einstein
It was highlighted how mathematics plays a huge role in the underpinnings of our world. We have
seen it in living creatures and natural phenomena. We have also looked at examples of how
mathematical concepts could be applied. Whether you are on your way to becoming a doctor, an
engineer, an entrepreneur, or a chef, a knowledge of mathematics will be helpful. At the most basic
level, logical reasoning and critical thinking are crucial skills that are needed in any endeavour. As
such, the study of mathematics should be embraced as it paves the way for more educated decisions
and in a way, brings us closer to understanding the natural world.
Mathematics serves as the foundation for logical thinking and reasoning. It equips individuals
with critical thinking skills, enabling them to approach problems systematically and make sound
judgments based on evidence and analysis. It teaches us to think logically, analyze data, and deduce
meaningful conclusions.
10 Reasons why Math is Important to Life
1. Learning math is good for your brain. 6. Math is used in practically every career
2. Math helps you tell time. in some way.
3. Math helps you with your finances. 7. Math is all around us and helps us
4. Math makes you a better cook (baker). understand the world better.
5. Math helps us have better problem – 8. Math can make you more popular.
solving skills. 9. Math can help you shop a good sale.
10. Math is the universal language.
In summary, math is not only important for success in life, it is all around us. The laws of
mathematics are evident throughout the world, including in nature, and the problem – solving skills
obtained from completing math homework can help us tackle problems in other areas of life. While
many complain that math is boring or complicated, the truth is that a life devoid of math means that
we go around experiencing the world on a much less interesting level than we could.
Activity:
The Golden Ratio and the Human Body
Measure the following:
▪ Distance from the ground to your navel
▪ Distance from your navel to the top of your head
▪ Distance from the ground to your knees
▪ Length of your hand
▪ Distance from your wrist to your elbow.
Page 4
Prepared by:
Prof. Ninfa Sua – Sotomil
Cell No: 09171022328
Tel No: 5035955
[email protected]