0% found this document useful (0 votes)
27 views2 pages

Understanding the Fibonacci Sequence

The document discusses the Fibonacci sequence, named after Leonardo Fibonacci. The Fibonacci sequence begins with 1, 1, and each subsequent number is the sum of the previous two. This pattern is found in aspects of nature like plant growth and spirals. Ratios of Fibonacci numbers approach the golden ratio of 1.618, considered aesthetically pleasing. The golden ratio is found in art and architecture like the Parthenon. Fibonacci numbers also appear in DNA structure.

Uploaded by

Althea Ondac
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Understanding the Fibonacci Sequence

The document discusses the Fibonacci sequence, named after Leonardo Fibonacci. The Fibonacci sequence begins with 1, 1, and each subsequent number is the sum of the previous two. This pattern is found in aspects of nature like plant growth and spirals. Ratios of Fibonacci numbers approach the golden ratio of 1.618, considered aesthetically pleasing. The golden ratio is found in art and architecture like the Parthenon. Fibonacci numbers also appear in DNA structure.

Uploaded by

Althea Ondac
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

COLEGIO DE SAN FRANCISCO JAVIER OF

RIZAL, ZAMBOANGA DEL NORTE, INC.


MATHEMATICS IN THE MODERN WORLD

Module 2 I. THE NATURE OF MATHEMATICS


Patterns and Numbers in Nature and the World
THE FIBONACCI SEQUENCE
Mathematics for our World

CONTENT DISCUSSION

The Fibonacci Sequence

As we have seen in the previous section, the human mind is hardwired to recognize patterns. In mathematics, we
can generate patterns by performing one or several mathematical operations repeatedly. Suppose we choose the number
3 as the first number in our pattern. We then choose to add 5 to our first number, resulting in 8, which is our second
number. Repeating the process, we obtain 13, 18, 23, 28, … as the succeeding numbers that form our pattern. In
mathematics, we call these ordered lists of numbers a sequence.

Sequence
A sequence is an ordered list of numbers, called terms, that may have repeated values. The arrangement of
these terms is set by a definite rule.

Example 1: Generating a Sequence


Analyze the given sequence for its rule and identify the next three terms.
a. 1, 10, 100, 1000
b. 2, 5, 9, 14, 20

Solution:
a. Looking at the set of numbers, it can be observed that each term is a power of 10: 1 = 100, 10 = 101, 100 = 102
𝑎𝑛𝑑 1 000 = 103. Following this rule, the next three terms are: 104 = 10 000, 105 = 100 000, 𝑎𝑛𝑑 106 = 1 000 000.
b. The difference between the first and second terms (2 and 5) is 3. The difference between the second and third
terms (5 and 9) is 4. The difference between the third and fourth term (9 and 14) is 5. The difference between the
fourth and the fifth is 6. Following this rule, it can be deduced that to obtain the next three terms, we should add 7,
8, 9 respectively, to the current term. Hence the next three terms are 20 + 7 = 27, 27 + 8 = 35, 35 + 9 = 44.

CHECK
CheckYOUR PROGRESS
your Progress

I. Analyze the given sequence for its rule and identify the next three
terms.
a. 16, 32, 64, 128
b. 1, 1, 2, 3, 5, 8

The sequence in Check your Progress item B is a special sequence called the Fibonacci
Sequence. It is named after the Italian mathematician Leonardo of Pisa, who was better known by
his nickname Fibonacci. He is said to have discovered this sequence as he looked at how a
hypothesized group of rabbits bred and reproduced. The problem involved having a single pair of
rabbits and then finding out how many pairs of rabbits will be born in a year, with the assumption that a
new pair of rabbits beginning at two months after they were born. He noted that the set of numbers
generated from this problem could be extending by getting the sum of the two previous terms.
The succeeding terms in the sequence can be generated by adding the two numbers
that came before the term.

1|MATH IN THE MODERN WORLD


While the sequence is widely known as Fibonacci Sequence, this pattern is said to have been discovered much
earlier in India. According to some scholarly articles, Fibonaccy sequence is evident in the number of variations of a
particular catergory of Sanskrit ad Prakrit poetry meters, in poetry, meter refers to the rhythmic pattern of syllables.
Fibonacci sequence has many interesting properties. Aong these is that this pattern is very visible in nature.
Some of nature’s most beautiful patterns. Like the spiral arrangement of sunflower seeds, the number of petals in a flower,
and the shape of a snail’s shell – things that we looked at earlier in this chapter – all contain Fibonacci numbers. It is also
interesting to note that the ratios of successive Fibonacci numbers approach the number Φ (Phi), also known as the
Golden Ratio. This is approximately to 1.618.
1 13
= 1.0000 = 1.6250
1 8
21
2
= 2.0000 = 1.6154
1 13
34
3
= 1.5000 = 1.6190
2 21
55
5
= 1.6667 = 1.6177
3 34
89
8
= 1.600 = 1.6182
5 55

The Golden Ratio can also be expressed as the ratio between two numbers, if the latter is also the ratio between
the sum and the larger of the two numbers. Geometrically, it can also be visualized as a rectangle perfectly formed by a
square and another rectangle, which can be repeated infinitely inside each section.

Shapes and figures that bear this proportion are generally considered to be aesthetically pleasing. As such, this
ratio is visible in many works of art and architecture such as in the Mona Liza, Notre Dame Cathedral, and the Parthenon.
In fact, the human DNA molecule also contains Fibonacci numbers, being 34 angstroms long by 21 angstroms wide for
each full cycle of the double helix spiral.

Check your PROGRESS


Progress
CHECK YOUR

II. Let Fib(n) be the nth term of the Fibonacci sequence, with Fib (1) = 1, Fib (2) = 1, Fib (3)= 3, and so on.
1. Find Fib (8)
2. Find Fib (19)
3. If Fib (22) = 17, 711 and Fib (24) = 46, 368, what is Fib (23)?

III. Using the information above, evaluate the following sums:


a. Fib(1) + Fib(2) = ____
b. Fib(1) + Fib (2) + Fib(3) = ___
c. Fib(1) + Fib (2) + Fib(3) + Fib(4) = ___

REFERENCES

Aufmann R. N, et al, Mathematics Excursions 14th Edition

Common questions

Powered by AI

The sequence 1, 10, 100, 1000 is based on each term being expressed as powers of 10. The rule is that each term 'n' in the sequence is 10 raised to the power of 'n-1'. Thus, the sequence can be represented as 10^0, 10^1, 10^2, 10^3, and so on. Accordingly, the next three terms would be 10^4 (10,000), 10^5 (100,000), and 10^6 (1,000,000).

Understanding patterns, especially sequences, in mathematics is crucial for enhancing problem-solving skills because it enables the recognition and prediction of repeated patterns, which aids in formulating solutions to complex problems. Sequences provide a structured method for analyzing mathematical relationships, whether in pure mathematics or applied contexts like economics or computing, thus developing analytical thinking abilities .

The Fibonacci Sequence is used to model patterns commonly found in nature, such as the spiral arrangement of sunflower seeds, the number of petals in flowers, and the shapes of snail shells. These patterns are instances where numbers in the Fibonacci sequence appear naturally. Additionally, the ratios of successive Fibonacci numbers approach the Golden Ratio (Φ ~ 1.618), an aesthetically pleasing proportion also observed in various elements of nature and is considered when analyzing the harmony and structure of both biological and man-made forms .

Fib(23) can be calculated using the property of the Fibonacci Sequence where each term is the sum of the two preceding ones. Given that Fib(24) = 46,368 and Fib(22) = 17,711, we can derive Fib(23) by solving: Fib(23) + Fib(22) = Fib(24). Therefore, Fib(23) = 46,368 - 17,711 = 28,657 .

Sequences in mathematics, such as arithmetic or geometric sequences, are used to model and solve real-world problems involving predictable patterns. For example, saving money through fixed monthly deposits can be modeled by arithmetic sequences, while compounded interest in financial investments is an example of a geometric sequence. By using these sequences, individuals can forecast financial growth over time, plan budgets, or solve problems pertaining to supply chain logistics where quantities change routinely .

Fibonacci introduced the sequence to the Western world in his book 'Liber Abaci', using a hypothetical problem about rabbit population growth. Although widely attributed to him, this sequence was actually known much earlier in India, where it appeared in the context of Sanskrit and Prakrit poetry meters. Fibonacci's work helped popularize these numbers in Europe and they became known as the Fibonacci Sequence, highlighting how mathematical concepts often have deeper historical roots outside of their attributed discoverer .

The Golden Ratio's aesthetic appeal influences design principles in art and architecture by providing a harmonious and balanced proportion that is visually pleasing. This is practically applied in famous artworks like the Mona Lisa and architectural marvels such as the Notre Dame Cathedral and the Parthenon, where dimensions adhering to the Golden Ratio create an impression of perfection and natural beauty, enhancing emotional and psychological engagement with these works .

The structure of human DNA reportedly aligns with Fibonacci numbers and the Golden Ratio. Specifically, a full cycle of the DNA double helix is 34 angstroms long by 21 angstroms wide. The numbers 34 and 21 are successive Fibonacci numbers, and their ratio approximates the Golden Ratio. This demonstrates a fascinating intersection between genetics and mathematics, indicating how such mathematical patterns can manifest in biological structures .

The Fibonacci Sequence is connected to the Golden Ratio because as the sequence progresses, the ratio of successive terms approximates the Golden Ratio, which is approximately 1.618. This ratio is significant because it is considered an ideal aesthetic proportion and can be found in natural patterns and in many works of art and architecture, such as the Mona Lisa and the Parthenon. Additionally, geometrically, it can be visualized as rectangles that harmoniously divide space, further exemplifying its importance and aesthetic appeal .

The sequence 2, 5, 9, 14, 20 shows a pattern where the difference between terms incrementally increases by 1. Starting from a difference of 3 between the first and second terms, subsequent differences rise by 1 each time, becoming 4, 5, and 6. To find the next terms, add increments of 7, 8, and 9 to 20; thus, the next terms are 27, 35, and 44 .

You might also like