Fibonacci Sequence

From alpha
Jump to navigation Jump to search

Fibonacci Sequence was discovered by Italian Mathematician Leonardo Fibonacci (1170-1250) is a sequence of numbers starting with zero and one , is a steadily increasing series where each number is equal to the sum of the preceding two numbers.

Definition

Fibonacci Sequence is defined as the sequence of numbers in which each number in the sequence is equal to the sum of two numbers before it.

Fibonacci sequence is given as

Here the first two terms are

The third term is obtained by adding the second and first term

The fourth term is obtained by adding the third and second term

The fifth term is obtained by adding the fourth and third term and so on.

Fibonacci Sequence Formula

The Fibonacci sequence of numbers is defined using the recursive relation with the seed values and .

Here, the sequence is defined using two different parts, such as kick-off and recursive relation.

and is the the kick-off part

is the recursive relation part

The sequence starts with 0 rather than 1.

Fibonacci Sequence List

The List of first 10 terms in the Fibonacci Sequence is

The list of Fibonacci numbers are calculated as shown below.

-
-

Applications of Fibonacci Sequence

  • Used in financial analysis to identify trends in stock prices and other financial data[1]
  • Used to model various phenomena in biology, such as the growth patterns of plants and the arrangement of leaves on a stem.
  • Used in Coding (computer algorithms, interconnecting parallel, and distributed systems)
  • Used in numerous fields of science including high-energy physical science, quantum mechanics, Cryptography, etc.

References

  1. "Fibonacci Sequence".