📚StudySolv

Class 9 · Mathematics · GANITA MANJARI

Chapter 8 Notes: Predicting What Comes Next: Exploring Sequences and Progressions

8.1 Introduction to Sequences

A sequence is an ordered list of numbers where each number is called a term. Sequences appear in nature, art, and mathematics. Some common sequences are natural numbers (1,2,3,...), odd numbers (1,3,5,...), triangular numbers (1,3,6,10,...), and square numbers (1,4,9,16,...). Sequences can be finite (having a fixed number of terms) or infinite (continuing indefinitely). The three dots (...) indicate a sequence continues indefinitely.

Key Points

  • 1Each number in a sequence is called a term
  • 2Sequences can be finite or infinite
  • 3Triangular numbers are sums of natural numbers: 1, 1+2, 1+2+3, etc.
  • 4Square numbers are sums of consecutive odd numbers: 1, 1+3, 1+3+5, etc.
  • 5Notation: t₁ is first term, t₂ is second term, tₙ is nth term

8.2 Explicit Rule for a Sequence

An explicit formula uses the term's position number n to directly calculate the value of the nth term. This allows us to find any term without knowing previous terms. For example, the explicit rule for odd numbers is uₙ = 2n - 1. Using explicit formulas, we can check if a number is in the sequence by solving equations. We can also find the position of a specific term.

Key Points

  • 1Explicit formula allows direct calculation of any term using position n
  • 2No need to know previous terms to find a specific term
  • 3Can check if a number belongs to a sequence by solving an equation
  • 4Position number n must always be a natural number

Formulas

uₙ = 2n - 1 (odd numbers)
tₙ = n² (square numbers)

8.3 Recursive Rule for a Sequence

A recursive rule describes a sequence by relating each term to previous terms. It requires knowing earlier terms to find the next ones. For example, in sequence 1, 4, 7, 10, 13, ..., each term is 3 more than the previous, so t₁ = 1 and tₙ = tₙ₋₁ + 3 for n ≥ 2. The Virahānka-Fibonacci sequence is a famous example where each term equals the sum of the previous two terms. Recursive rules can involve multiple previous terms.

Key Points

  • 1Recursive rule relates terms to previous terms
  • 2Must know initial term(s) to use recursive rule
  • 3Can involve one or more previous terms
  • 4Virahānka-Fibonacci sequence discovered by Virahānka in 7th century CE
  • 5Fibonacci sequence: V₁ = 1, V₂ = 2, Vₙ = Vₙ₋₁ + Vₙ₋₂ for n ≥ 3

Formulas

Virahānka-Fibonacci: Vₙ = Vₙ₋₁ + Vₙ₋₂ (gives 1, 2, 3, 5, 8, 13, 21, 34, ...)

8.4 Arithmetic Progressions (AP)

An arithmetic progression is a sequence where the difference between consecutive terms is constant. This constant is called the common difference (d). In an AP, each term is obtained by adding d to the previous term. APs follow a linear pattern when plotted on a graph. Examples: 1, 5, 9, 13, ... (d=4) and 11, 7, 3, -1, -5, ... (d=-4). The general form is a, a+d, a+2d, a+3d, ...

Key Points

  • 1Common difference d is constant between consecutive terms
  • 2AP can increase (d > 0), decrease (d < 0), or stay constant (d = 0)
  • 3When plotted, AP terms lie on a straight line
  • 4AP can have fractional or negative terms
  • 5General form: a, a+d, a+2d, a+3d, ...

Formulas

nth term: tₙ = a + (n-1)d
Recursive rule: t₁ = a, tₙ = tₙ₋₁ + d (for n ≥ 2)

8.5 Sum of First n Natural Numbers

The sum of the first n natural numbers can be calculated using a clever method: write the sum forward and backward, then add them. This gives 2S = n(n+1). The formula was known to Āryabhaṭa in the 2nd century CE. Triangular numbers represent these sums visually. This formula is useful for finding sums of consecutive numbers, such as 25 + 26 + ... + 58.

Key Points

  • 1Method: write sum forward and backward, then add
  • 2Each pair of corresponding terms adds to (n+1)
  • 3Formula proven by Āryabhaṭa
  • 4Can find sum of any consecutive numbers using Sₙ
  • 5Triangular numbers equal sum of first n natural numbers

Formulas

Sₙ = n(n+1)/2
nth triangular number: tₙ = n(n+1)/2
Sum from a to b: Sₙ - Sₘ

8.6 Geometric Progressions (GP)

A geometric progression is a sequence where each term is obtained by multiplying the previous term by a constant factor called the common ratio (r). In a GP, the ratio between consecutive terms is always the same. Examples: 3, 6, 12, 24, ... (r=2) and 5, 15/4, 45/16, ... (r=3/4). When plotted, GP points do NOT lie on a straight line. GPs can increase or decrease depending on whether r > 1 or r < 1.

Key Points

  • 1Common ratio r is constant between consecutive terms
  • 2Each term = previous term × r
  • 3GP points do not form a straight line when plotted
  • 4r can be greater than 1 (increasing) or between 0 and 1 (decreasing)
  • 5Can have negative r values (alternating signs)
  • 6General form: a, ar, ar², ar³, ...

Formulas

nth term: tₙ = arⁿ⁻¹
Recursive rule: t₁ = a, tₙ = r·tₙ₋₁ (for n ≥ 2)
Common ratio: r = tₙ/tₙ₋₁

8.6.1 Fun with Fractals

Fractals are patterns that repeat themselves at different scales. The Sierpiński triangle is created by repeatedly removing the center triangle from equilateral triangles. At each stage, the number of black triangles and the area of the black region follow geometric progressions. The number of triangles grows as 3ⁿ while the area shrinks as (3/4)ⁿ. Fractals appear in nature (trees, snowflakes, coastlines) and are created using simple rules to form complex designs.

Key Points

  • 1Fractals show self-similarity at different scales
  • 2Sierpiński triangle: remove center of each triangle repeatedly
  • 3Number of black triangles: 1, 3, 9, 27, 81, ... (powers of 3)
  • 4Area of black region: 1, 3/4, (3/4)², (3/4)³, ... (decreasing)
  • 5Fractals found in nature: trees, vegetables, snowflakes, coastlines
  • 6Sierpiński square carpet created similarly with squares

Formulas

Number of triangles at stage n: tₙ = 3ⁿ
Area at stage n: sₙ = (3/4)ⁿ
For square carpet: 8 shaded squares per stage

8.6.2 Visualizing a GP and Real-World Applications

When GP terms are plotted on a graph, the points curve upward or downward rather than forming a straight line. GPs appear in real-world scenarios like bouncing balls, bacterial growth, and compound interest. In a bouncing ball example, if a ball bounces to 3/4 of its previous height each time, the heights form a GP that decreases. After several bounces, the height becomes negligibly small. Such exponential decay is characteristic of GPs with 0 < r < 1.

Key Points

  • 1GP graphs show curved, exponential patterns
  • 2Number of black triangles increases rapidly (exponential growth)
  • 3Area of black region decreases toward zero (exponential decay)
  • 4Bouncing ball heights form a decreasing GP
  • 5Bacterial growth forms an increasing GP (doubling, tripling, etc.)
  • 6Real applications: finance, biology, physics, medicine

Formulas

Bouncing ball: height after n bounces = h₀ × rⁿ
Bacterial growth: population at time n = P₀ × rⁿ

Chapter Summary

This chapter explored sequences and progressions, which are fundamental patterns in mathematics. We learned explicit formulas for direct calculation, recursive formulas that relate terms to previous ones, and special sequences like APs and GPs. Triangular and square numbers have special properties. Fractals demonstrate how simple rules create complex, beautiful patterns. Understanding sequences helps solve real-world problems in science, finance, and nature.

Key Points

  • 1Sequences are ordered lists of numbers with patterns
  • 2Explicit formula: uses position n to find any term directly
  • 3Recursive formula: uses previous terms to find next term
  • 4AP: constant difference between consecutive terms (linear growth)
  • 5GP: constant ratio between consecutive terms (exponential growth)
  • 6Triangular numbers: tₙ = n(n+1)/2 = sum of first n natural numbers
  • 7Fractals show self-similarity and follow GP patterns
  • 8Real-world applications in finance, biology, and physics

Formulas

AP nth term: tₙ = a + (n-1)d
GP nth term: tₙ = arⁿ⁻¹
Sum of first n natural numbers: Sₙ = n(n+1)/2
Triangular number: tₙ = n(n+1)/2