• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Fibonacci Numbers

Fibonacci Numbers

Fibonacci numbers are a sequence of numbers where each number is the sum of the two preceding ones, usually starting with 0 and 1. This sequence is important because it appears in many different areas of mathematics and nature, such as branching in trees, the arrangement of leaves on a stem, and the flowering of an artichoke.

1.0Fibonacci Numbers

A Fibonacci number is part of a series where each number is the sum of the two preceding ones. Starting with 0 and 1, the sequence continues by adding these two to get the third number, which is also 1. The fourth number is obtained by the addition of  the second and third numbers (1 and 1), resulting in 2. This process repeats, producing the sequence: 0, 1, 1, 2, 3, 5, 8, and so on. Consequently, this sequence is known as the Fibonacci Sequence.

Fibonacci Numbers

Fibonacci numbers can also be derived from Pascal's Triangle, as illustrated in the figure below.

Fibonacci numbers derived from Pascal's Triangle

In Pascal's Triangle, the sum of the elements along each diagonal, highlighted by colored lines, represents the Fibonacci Number.

2.0Fibonacci Number Series List

The Fibonacci number series is a sequence where each number is the sum of the two preceding ones. Starting with 0 and 1, the series progresses as follows:

0,1,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,

10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, …

Each term in this list is obtained by adding the two previous terms. This fundamental property defines the entire series and highlights its recursive nature.

Fibonacci Number Series List

3.0Rules for Fibonacci Numbers

Addition Rule: Each Fibonacci number is the sum of the two preceding numbers. Mathematically, this is expressed as:

F(n) = F (n – 1) + F (n – 2)

where F (0) = 0 and F (1) = 1.

Where F(n) is termed as the nth term, F (n – 1) is the (n – 1)th term and F (n – 2) is the (n – 2)th term.

4.0Properties of Fibonacci Numbers

  1. Sum of Three Consecutive Numbers:

Take any three consecutive Fibonacci numbers, add them, and then divide the sum by 2. The result will be the middle number. For example, for 1, 2, and 3:

1+2+3=6 and 26​=3

Here, 3 is the middle number.

  1. Product of Four Consecutive Numbers:

Take four consecutive Fibonacci numbers (other than 0), multiply the outer numbers, and then multiply the inner numbers. Subtract the second product from the first, and the result will always be 1. For example, for 2, 3, 5, and 8:

2×8=16 and 3×5=15 so 16−15=1

5.0Fibonacci Number Formula

The Fibonacci sequence can be generated using different formulas and methods, each with its own significance and application. Here are the primary formulas for Fibonacci numbers:

  1. Recursive Formula:

F(n)=F(n−1)+F(n−2)  

with the initial conditions:

F(0)=0,F(1)=1

This is the most fundamental definition of Fibonacci numbers, where every number is the sum of the two preceding ones.

  1. Closed-Form Formula (Binet's Formula):

F(n)=5​ϕn−(1−ϕ)n​

where ϕ=21+5​​  is the golden ratio, and 1−ϕ=21−5​​ . This formula provides a direct way to compute the nth Fibonacci number without recursion.

6.0Fibonacci Number Pattern

The Fibonacci sequence exhibits several intriguing patterns:

  1. Multiples Pattern:
  • Every third number in the sequence, starting with 2, is a multiple of 2.
  • Every fourth number, starting with 3, is a multiple of 3.
  • Every fifth number, starting with 5, is a multiple of 5, and so on.
  1. Parity Pattern:
  • The addition of two odd numbers always results in an even number.
  • The sum of an even and an odd number is always odd.
  • Consequently, the Fibonacci sequence follows an even, odd, odd, even, odd, odd pattern.

7.0Fibonacci Sequence and Golden Ratio

The ratio of two consecutive Fibonacci numbers ϕ=21+5​​ approximately 1.618…, known as the Golden Ratio, or phi (φ), which is an irrational number.

Fibonacci Sequence and Golden Ratio

For a given spiral, the Golden Ratio follows this property:

Let the Fibonacci numbers be a, b, c, d, then…

aa+b​≈bb+c​≈cc+d​≈1.618

It follows a constant angle close to the Golden Ratio and is commonly known as the Golden Spiral. In geometry, this ratio forms a Golden Rectangle, where the ratio of its length to its width is the Golden Ratio. This concept frequently appears in various works of art and architecture.

nth Fibonacci Number and the Golden Ratio

The relationship between the nth Fibonacci number and the Golden Ratio is a fascinating aspect of mathematics. The Golden Ratio, commonly represented by the Greek letter \phi  (phi), is approximately 1.6180339887. It can be expressed mathematically as: ϕ=21+5​​

Binet's Formula

The nth Fibonacci number F(n) can be approximated using Binet's formula, which directly involves the Golden Ratio:

F(n)=5​ϕn−(1−ϕ)n​

Convergence to the Golden Ratio

As n increases, the ratio of successive Fibonacci numbers converges to the Golden Ratio:

limn→∞​F(n)F(n+1)​=ϕ

This means that for large n, the ratio F(n)F(n+1)​ gets closer and closer to ϕ .

Geometric Interpretation

In geometry, the Golden Ratio is used to construct the Golden Rectangle, where the ratio of the longer side to the shorter side is \phi. When a square is removed/cut from a Golden Rectangle, the leftover rectangle is also a Golden Rectangle. This recursive property forms the basis of the Golden Spiral, which appears in various natural and human-made structures.

8.0Fibonacci Numbers Solved Examples 

Example 1: Find the sum of the first 10 Fibonacci numbers. 

Solution: As we know; the sum of the Fibonacci sequence 

=∑ℓ=0n​Fi​=Fn+2​−F2​

=Fn+2–1, Where Fn is the nth Fibonacci

Number, and the sequence starts from F0,

Thus the sum of the first 10 Fibonacci numbers;

= (10 + 2)th term – 2nd term.

= 12th term – 1

= 89 – 1 = 88.

Example 2: Find the 6th Fibonacci number.

Solution: As we know,

The nth Fibonacci number is F(xn) = F(xn–1) + F(xn–2), for n > 2

Then the 6th Fibonacci number is 

F(x6) = F(x6–1) + F(x6–2), for n = 6

Example 3: Find the next number when F11 = 55.

Solution:

Here, F12 = F11 × Golden Ratio.

= 55 × 1.6180

= 88.99 ≈ 89.

Hence F12 = 89.

9.0Fibonacci Numbers Practice Problems

1. Find F (7).

2. Prove that the sum of the first n Fibonacci numbers is F (n + 2) –1.

3. Show that F(n) × F (n + 1) – F (n – 1) × F (n + 2) = (–1) n.

10.0Sample Questions on Fibonacci Numbers

Q1. What is the formula to find Fibonacci numbers?

Ans: The nth Fibonacci number can be found using the recursive formula:

F(n)=F(n−1)+F(n−2)

with initial values F(0) = 0 and F(1) = 1.

Alternatively, Binet's formula provides a direct way to calculate Fibonacci numbers:

F(n)=5​ϕn−(1−ϕ)n​ where ϕ is the Golden Ratio.

Q2. How is the Golden Ratio related to Fibonacci numbers?

Ans: The ratio of successive Fibonacci numbers converges to the Golden Ratio (ϕ), approximately 1.6180339887. This relationship is expressed as:

limn→∞​F(n)F(n+1)​=ϕ

Table of Contents


  • 1.0Fibonacci Numbers
  • 2.0Fibonacci Number Series List
  • 3.0Rules for Fibonacci Numbers
  • 4.0Properties of Fibonacci Numbers
  • 5.0Fibonacci Number Formula
  • 6.0Fibonacci Number Pattern
  • 7.0Fibonacci Sequence and Golden Ratio
  • 7.1nth Fibonacci Number and the Golden Ratio
  • 7.1.1Binet's Formula
  • 7.1.2Convergence to the Golden Ratio
  • 7.1.3Geometric Interpretation
  • 8.0Fibonacci Numbers Solved Examples 
  • 9.0Fibonacci Numbers Practice Problems
  • 10.0Sample Questions on

Frequently Asked Questions

Fibonacci numbers form a sequence where each number is the sum of the two preceding ones, starting with 0 and 1. The sequence begins 0, 1, 1, 2, 3, 5, 8, and continues indefinitely.

Fibonacci numbers are important due to their appearance in various natural phenomena, mathematical patterns, and applications in disciplines like computer science, economics, and art.

Yes, Fibonacci numbers can be derived from Pascal's Triangle by summing the elements along the diagonals.

Fibonacci numbers frequently appear in natural patterns such as the pattern of leaves on a stem, the branching of trees, the fruitlets of a pineapple, and the flowering of artichokes.

Every third Fibonacci number is a multiple of 2. Every fourth Fibonacci number is a multiple of 3. Every fifth Fibonacci number is a multiple of 5. The sum of any three consecutive Fibonacci numbers, divided by 2, gives the middle number. The product of four consecutive Fibonacci numbers, when outer numbers are multiplied and inner numbers are multiplied, has a difference of 1.

The Golden Ratio, closely related to Fibonacci numbers, is used in art and architecture to create aesthetically pleasing compositions. Examples include the Parthenon, the pyramids of Egypt, and many Renaissance artworks.

Yes, Fibonacci numbers are used in algorithms, financial market analysis, computer data structures, and search algorithms, showcasing their practical importance in modern technology.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Quadratic Equations

Quadratic equation is defined as a polynomial equation of the second degree. This implies that they consist...

Derivatives: Types and Basic Rules

Derivatives form an important quality of calculus, capturing the essence of change and motion. Whether you are exploring the slopes of curves or the...

Sets

A set is a well-defined collection of different objects, considered as an object in its own right. These objects...

Argand Plane and Polar Representation of Complex Number

The Argand Plane is a two-dimensional coordinate plane used to graphically represent complex numbers.

Continuity

Continuity of a function is a fundamental concept in mathematics that describes the connectedness of the graph of the function.

Understand Geometric Mean

Geometric Mean (GM) is a measure of central tendency that signifies the average value of a set of numbers by considering the product of their values.

Golden Ratio for Fibonacci Sequence

The Fibonacci sequence is a sequence of numbers in which each number (called a Fibonacci number) is the sum of the two preceding ones. Typically,

  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO