CBSE Class 9 Mathematics

Predicting What Comes Next — Exploring Sequences and Progressions

7 sections AI-powered notes
GET THE FULL EXPERIENCE

This is the chapter notes. Students get the interactive version.

  • Ask Aarav Sir anything — instant voice + chat doubts
  • Interactive lessons with audio narration + visual diagrams
  • Study Lab — paste any photo, PDF, or YouTube link to get it explained

Introduction to Sequences

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

Page 1 of 7: Introduction to Sequences — Full Concept Coverage

Concept Introduction

Have you ever watched a tiny sapling grow into a tree? Imagine you decide to measure its height every Sunday morning. On the first Sunday, it's 10 cm tall. The next, it's 13 cm. The third Sunday, it's 16 cm, and the fourth, 19 cm. You have a list of numbers: 10, 13, 16, 19, ...

This ordered list of numbers is a perfect real-life example of a sequence. Each number in the list is called a term, and they are arranged according to a specific rule or pattern. In this case, the rule is simple: "add 3 cm to the previous week's height." Mathematics gives us the tools to describe such patterns, predict future terms (like the plant's height on the 10th Sunday), and understand the structure behind them. This chapter is your guide to mastering the language of patterns.


Definitions & Formulas

Understanding the language of sequences is the first step. Here are the fundamental terms and symbols we will use throughout this chapter.

Symbol / TermMeaningExample
SequenceAn ordered arrangement of numbers, shapes, or other objects that follow a specific rule or pattern.2, 4, 6, 8, ... (a sequence of even numbers)
TermEach individual number or item in a sequence.In 2, 4, 6, 8, ..., the number '6' is a term.
nThe position or index of a term in the sequence. n must be a positive integer (1, 2, 3, ...).For the term '6', its position n is 3.
a₁, a₂, ...Notation for the terms. a₁ is the first term, a₂ is the second term, and so on.In 2, 4, 6, 8, ..., a₁=2, a₂=4, a₃=6.
aₙThe n-th term or the general term. It's a formula that defines the rule of the sequence.For 2, 4, 6, 8, ..., the general term is aₙ = 2n.
Finite SequenceA sequence with a specific, countable number of terms. It has a definite end.The sequence of marks in a test: 85, 92, 78.
Infinite SequenceA sequence that continues forever and has no last term.The sequence of natural numbers: 1, 2, 3, 4, ...

{{KEY: type=concept | title=Term Value vs. Term Position | text=A crucial concept is to distinguish between n and aₙ. The variable n tells you the position of a term in the line (1st, 2nd, 10th, etc.). The variable aₙ tells you the actual value of the term at that position.}}


The Logic of the General Term

How does a simple formula like aₙ = 2n + 5 generate an entire, infinite list of numbers? The logic is based on substitution. The general term is like a machine: you input a position (n), and it outputs the value of the term (aₙ) at that position.

Let's walk through how to generate a sequence from the general term aₙ = 2n + 5.

  1. Understand the Goal: We want to find the list of numbers that this rule creates. We start by finding the first few terms.

  2. Find the First Term (a₁): The position of the first term is n=1. We substitute this value into our formula.

    a₁ = 2(1) + 5
    
    a₁ = 2 + 5 = 7
    
  3. Find the Second Term (a₂): For the second term, the position is n=2. We substitute this into the same formula.

    a₂ = 2(2) + 5
    
    a₂ = 4 + 5 = 9
    
  4. Find the Third Term (a₃): For the third term, the position is n=3.

    a₃ = 2(3) + 5
    
    a₃ = 6 + 5 = 11
    
  5. Assemble the Sequence: By continuing this process, we can list the sequence.

    The sequence is: 7, 9, 11, 13, ...

  6. Predict Any Term: The power of the general term is that we don't need to list all previous terms to find a specific one. To find the 100th term (a₁₀₀), we simply substitute n=100.

    a₁₀₀ = 2(100) + 5 = 205
    

The general term aₙ is the fundamental building block for understanding and working with sequences.


Solved Examples

Let's apply these concepts to some problems, starting from easy and moving to more challenging ones.

Example 1: Finding the First Few Terms (Easy)

Given: The general term of a sequence is aₙ = 4n - 3.

To Find: The first three terms of the sequence.

Solution:

  1. To find the first term (a₁), we substitute n = 1 into the general formula.

    a₁ = 4(1) - 3 = 4 - 3 = 1
    
  2. To find the second term (a₂), we substitute n = 2.

    a₂ = 4(2) - 3 = 8 - 3 = 5
    
  3. To find the third term (a₃), we substitute n = 3.

    a₃ = 4(3) - 3 = 12 - 3 = 9
    

Final Answer: The first three terms of the sequence are 1, 5, and 9.

Example 2: Finding a Specific Term (Medium)

Given: A sequence is defined by the rule aₙ = n² + 2n.

To Find: The 15th term of the sequence (a₁₅).

Solution:

  1. Identify the general term, which is given as aₙ = n² + 2n.

  2. Identify the position of the term we need to find, which is n = 15.

  3. Substitute n = 15 into the formula to calculate a₁₅.

    a₁₅ = (15)² + 2(15)
    
  4. Calculate the values. 15² is 225 and 2 × 15 is 30.

    a₁₅ = 225 + 30
    
  5. Perform the final addition.

    a₁₅ = 255
    

Final Answer: The 15th term of the sequence is 255.

Example 3: Working with Alternating Signs (Hard)

Given: The general term of a sequence is aₙ = (-1)ⁿ⁺¹ × (n / (n+1)).

To Find: The 5th term (a₅) and the 10th term (a₁₀).

Solution:

  1. First, let's find the 5th term by substituting n = 5 into the formula.

    a₅ = (-1)⁵⁺¹ × (5 / (5+1))
    
  2. Simplify the exponent and the fraction. 5+1 is 6.

    a₅ = (-1)⁶ × (5 / 6)
    
  3. Calculate (-1)⁶. Since the power is even, the result is +1.

    a₅ = 1 × (5 / 6) = 5/6
    
  4. Now, let's find the 10th term by substituting n = 10 into the formula.

    a₁₀ = (-1)¹⁰⁺¹ × (10 / (10+1))
    
  5. Simplify the exponent and the fraction. 10+1 is 11.

    a₁₀ = (-1)¹¹ × (10 / 11)
    
  6. Calculate (-1)¹¹. Since the power is odd, the result is -1.

    a₁₀ = -1 × (10 / 11) = -10/11
    

Final Answer: The 5th term is 5/6 and the 10th term is -10/11.

Example 4: Understanding a Recursive Sequence (Tricky)

Given: A sequence is defined such that its first term a₁ = 5 and for all n > 1, the rule is aₙ = 2aₙ₋₁ - 3.

To Find: The first four terms of the sequence.

Solution:

  1. We are given the first term directly.

    a₁ = 5
    
  2. To find the second term (a₂), we use the recursive rule with n = 2. The rule is a₂ = 2a₂₋₁ - 3, which simplifies to a₂ = 2a₁ - 3. We use the known value of a₁.

    a₂ = 2(5) - 3 = 10 - 3 = 7
    
  3. To find the third term (a₃), we use the rule with n = 3, which is a₃ = 2a₂ - 3. We must use the value of a₂ that we just calculated.

    a₃ = 2(7) - 3 = 14 - 3 = 11
    
  4. To find the fourth term (a₄), we use the rule with n = 4, which is a₄ = 2a₃ - 3. We use the value of a₃.

    a₄ = 2(11) - 3 = 22 - 3 = 19
    

Final Answer: The first four terms of the sequence are 5, 7, 11, and 19.


Famous Numerical Patterns

Some sequences are so common and important that they have their own names. Recognizing them can be a great shortcut.

  • Natural Numbers: 1, 2, 3, 4, 5, ... (aₙ = n)
  • Even Numbers: 2, 4, 6, 8, 10, ... (aₙ = 2n)
  • Odd Numbers: 1, 3, 5, 7, 9, ... (aₙ = 2n - 1)
  • Square Numbers: 1, 4, 9, 16, 25, ... (aₙ = n²)
  • Cube Numbers: 1, 8, 27, 64, 125, ... (aₙ = n³)
  • Triangular Numbers: 1, 3, 6, 10, 15, ... (aₙ = n(n+1)/2) These represent the total number of dots in a triangle that is built up row by row.

{{VISUAL: diagram: A simple dot pattern showing the first four triangular numbers (1, 3, 6, 10) arranged in triangles.}}


Tips & Tricks

When faced with a list of numbers, how do you find the pattern? Here are some techniques to try.

TechniqueHow it WorksExample Sequence
1. Find the DifferenceCalculate the difference between consecutive terms (a₂ - a₁, a₃ - a₂, etc.). If it's a constant, you have an Arithmetic Progression.5, 8, 11, 14, ... (Difference is always +3)
2. Check for PowersLook at the numbers. Are they perfect squares (), cubes (), or close to them (e.g., n² - 1 or n³ + 1)?0, 3, 8, 15, 24, ... (This is n² - 1)
3. Look for AlternationIf the signs of the terms are alternating (+, -, +, -, ...), the general term will almost certainly involve a factor of (-1)ⁿ or (-1)ⁿ⁺¹.1, -2, 3, -4, ... (This is (-1)ⁿ⁺¹ × n)

Common Mistakes

Many students make similar small errors when first learning about sequences. Be aware of these common pitfalls.

❌ Wrong Approach✅ Right ApproachWhy it Matters
Assuming n can be zero. "Let's find the 0th term by setting n=0."The position n is a natural number, so it must start from 1 (n = 1, 2, 3, ...).The definition of a sequence in school mathematics is based on positions: 1st, 2nd, 3rd. There is no "0th" position.
Confusing n and aₙ. Given aₙ = 5n, writing a₃ = 5a₃.Substituting the position n into the formula. For aₙ = 5n, write a₃ = 5(3) = 15.n is the input (position), and aₙ is the output (value). You must substitute the input value for n.
For a recursive rule like aₙ = aₙ₋₁ + 4, calculating a₅ without a₄.You must calculate terms in order. To find a₅, you first need the value of a₄.Recursive sequences are like a chain. Each link depends on the one before it; you cannot skip links.
Miscalculating (-1)ⁿ. Writing (-1)⁴ = -1.Remember: (-1) raised to an even power is +1. (-1) raised to an odd power is -1.This small sign error will make the entire term's value incorrect in an alternating sequence.

Brain-Teaser Questions

Test your understanding with these slightly more challenging problems.

  1. The start of a famous sequence is 1, 1, 2, 3, 5, 8, ... What are the next two terms? What is the rule that defines this sequence?

    💡 Answer: The next two terms are 13 and 21. The rule is that each term is the sum of the two preceding terms. This is a recursive definition: aₙ = aₙ₋₁ + aₙ₋₂, with a₁=1 and a₂=1. This is the Fibonacci Sequence.

  2. A sequence is defined as follows: aₙ is the value of the n-th digit after the decimal point in the number e = 2.7182818... What is the value of a₁ + a₅?

    💡 Answer: a₁ is the 1st digit after the decimal, which is 7. a₂ is 1, a₃ is 8, a₄ is 2, and a₅ is 8. Therefore, a₁ + a₅ = 7 + 8 = 15.

  3. What is the 20th term of the sequence 2, 6, 12, 20, 30, ...? (Hint: Think about how each term can be expressed as a product of two numbers).

    💡 Answer: Let's analyze the terms: a₁ = 2 = 1 × 2, a₂ = 6 = 2 × 3, a₃ = 12 = 3 × 4, a₄ = 20 = 4 × 5. The pattern is aₙ = n × (n+1). Therefore, the 20th term is a₂₀ = 20 × (20+1) = 20 × 21 = 420.


Mini Cheatsheet

Screenshot this table for a quick summary of today's key concepts. It's perfect for last-minute revision!

ConceptKey Idea / FormulaNotes
SequenceAn ordered list of numbers following a rule.e.g., 3, 6, 9, 12, ...
Position vs. Valuen is the position (1, 2, 3...). aₙ is the value at that position.For 3, 6, 9, ..., if n=3, then a₃=9.
General Term aₙA formula in terms of n that defines any term in the sequence.Example: aₙ = 3n generates the sequence 3, 6, 9, ...
Recursive FormulaDefines a term based on the value of the previous term(s).Example: aₙ = aₙ₋₁ + 3 with a₁=3.
Finding TermsTo find the k-th term, substitute n = k into the general formula.To find the 50th term of aₙ = 2n-1, calculate a₅₀ = 2(50)-1 = 99.

Explicit Rule for a Sequence & Recursive Rule for a Sequence

{{FORMULA: expr=tₙ = an + b | symbols=tₙ:the n-th term, n:term position, a:common difference, b:a constant}}

Defining Sequences: Explicit and Recursive Rules

Imagine you start a new fitness plan. On Day 1, you do 10 push-ups. Every day after, you decide to do 3 more push-ups than the day before. How many will you do on Day 15? Or Day 100?

Trying to list out every day's total would be tedious. What if you had a shortcut? A "rule" that could tell you the push-up count for any given day, just by knowing the day number.

This is the core idea behind defining sequences. Instead of just listing terms, we can create powerful mathematical rules that describe the entire sequence. This lesson explores two ways to create these rules: the explicit rule, which is like a direct calculator for any term, and the recursive rule, which defines a term based on the ones that came before it.


Definitions & Formulas

Understanding the language of sequences is the first step. Here are the key terms we will use.

Symbol / TermMeaningExample
SequenceAn ordered list of numbers.2, 4, 6, 8, ...
nThe term position or term number. It must be a natural number (1, 2, 3, ...).In 2, 4, 6, 8, for the term 6, n is 3.
tₙ or uₙ or sₙThe n-th term of the sequence; the value of the term at position n.For the sequence 2, 4, 6, 8, t₃ is 6.
Explicit RuleA formula that calculates tₙ directly using its position, n.tₙ = 2n. To find the 50th term, just plug in n=50.
Recursive RuleA formula that defines tₙ by relating it to one or more previous terms (like tₙ₋₁).tₙ = tₙ₋₁ + 2, with a starting term t₁ = 2.
tₙ₋₁The term immediately before the n-th term (the previous term).If we are looking at t₅, then tₙ₋₁ is t₄.

The Logic Behind the Rules

How do we come up with these rules? Let's analyze a simple sequence of odd numbers: 1, 3, 5, 7, ... to understand the logic for both rule types.

1. Crafting an Explicit Rule (The Direct Formula)

  1. Observe the relationship between term value and term position (n). Let's list them out:

    • Position 1 (n=1): Term is 1
    • Position 2 (n=2): Term is 3
    • Position 3 (n=3): Term is 5
    • Position 4 (n=4): Term is 7
  2. Look for a pattern connecting n to tₙ. Notice that each term is close to double its position number.

    • For n=1, 2 × 1 = 2. The term is 1. We need to subtract 1.
    • For n=2, 2 × 2 = 4. The term is 3. We need to subtract 1.
    • For n=3, 2 × 3 = 6. The term is 5. We need to subtract 1.
  3. Generalize the pattern into a formula. The pattern is consistent: take the position number n, multiply by 2, and then subtract 1. This gives us the explicit rule.

    tₙ = 2n – 1
    
  4. Test the rule. Let's find the 5th term using our rule: t₅ = 2 × 5 – 1 = 9. The sequence is 1, 3, 5, 7, ... and the next term is indeed 9. The rule works!

2. Crafting a Recursive Rule (The Step-by-Step Formula)

  1. Observe the relationship between a term and its previous term.

    • To get from 1 to 3, we add 2.
    • To get from 3 to 5, we add 2.
    • To get from 5 to 7, we add 2.
  2. State the relationship using sequence notation. Each term (tₙ) is equal to the previous term (tₙ₋₁) plus 2.

    tₙ = tₙ₋₁ + 2
    
  3. Provide a starting point. The recursive rule tₙ = tₙ₋₁ + 2 tells us how to move from one term to the next, but it doesn't tell us where to start. Without a starting value, we could have 10, 12, 14, ... or -5, -3, -1, .... We must specify the first term.

    t₁ = 1
    
  4. Combine them into the full recursive definition. The complete rule is the relationship and the starting point.

    t₁ = 1, and tₙ = tₙ₋₁ + 2 for n ≥ 2
    

{{KEY: type=concept | title=Explicit vs. Recursive | text=An explicit rule is like having a GPS map: you can find any location (term) directly by knowing its address (position n). A recursive rule is like giving directions: "take 2 steps forward from where you are now," which means you must know your current position to find the next one.}}


Solved Examples

Let's apply these concepts to solve some problems, ranging from straightforward to more complex.

Example 1: Finding a Distant Term (Easy)

Given: The explicit rule for a sequence is uₙ = 2n – 1.

To Find: The 53rd term, the 108th term, and the 1170th term.

Solution:

  1. The explicit formula uₙ = 2n – 1 allows us to calculate any term directly by substituting the value of n.

  2. To find the 53rd term, we set n = 53.

    u₅₃ = (2 × 53) – 1 = 106 – 1 = 105
    
  3. To find the 108th term, we set n = 108.

    u₁₀₈ = (2 × 108) – 1 = 216 – 1 = 215
    
  4. To find the 1170th term, we set n = 1170.

    u₁₁₇₀ = (2 × 1170) – 1 = 2340 – 1 = 2339
    

Final Answer: The 53rd term is 105. The 108th term is 215. The 1170th term is 2339.

Example 2: Checking if a Number Belongs to a Sequence (Medium)

Given: A sequence is generated by the explicit formula sₙ = 5n – 2.

To Find: Check if the numbers 308 and 471 are terms of this sequence.

Solution:

  1. For a number to be a term in the sequence, there must be a natural number n (1, 2, 3, ...) that produces this number when plugged into the formula.

  2. Let's check for 308. We set sₙ = 308 and solve for n.

    5n – 2 = 308
    
  3. Add 2 to both sides.

    5n = 310
    
  4. Divide by 5.

    n = 310 ÷ 5 = 62
    
  5. Since n = 62 is a natural number, 308 is indeed a term in the sequence. It is the 62nd term.

  6. Now, let's check for 471. We set sₙ = 471 and solve for n.

    5n – 2 = 471
    
  7. Add 2 to both sides.

    5n = 473
    
  8. Divide by 5.

    n = 473 ÷ 5 = 94.6
    
  9. Since n = 94.6 is not a natural number, there is no term at position 94.6. Therefore, 471 is not a term in this sequence.

Final Answer: 308 is the 62nd term of the sequence. 471 is not a term of the sequence because its calculated position n is not a natural number.

Example 3: Working with a Recursive Rule (Hard)

Given: A sequence is defined by the recursive rule u₁ = 1 and uₙ = 2uₙ₋₁ + 3 for n ≥ 2.

To Find: The first four terms of the sequence.

Solution:

  1. We are given the first term, which is our starting point.

    u₁ = 1
    
  2. To find the second term (u₂), we use the rule with n = 2. The rule is u₂ = 2u₂₋₁ + 3, which simplifies to u₂ = 2u₁ + 3.

    u₂ = (2 × u₁) + 3 = (2 × 1) + 3 = 2 + 3 = 5
    
  3. To find the third term (u₃), we use the rule with n = 3. The rule is u₃ = 2u₃₋₁ + 3, which simplifies to u₃ = 2u₂ + 3. We use the value of u₂ we just found.

    u₃ = (2 × u₂) + 3 = (2 × 5) + 3 = 10 + 3 = 13
    
  4. To find the fourth term (u₄), we use the rule with n = 4. The rule is u₄ = 2u₄₋₁ + 3, which simplifies to u₄ = 2u₃ + 3. We use the value of u₃.

    u₄ = (2 × u₃) + 3 = (2 × 13) + 3 = 26 + 3 = 29
    

Final Answer: The first four terms of the sequence are 1, 5, 13, 29.

Example 4: The Virahānka–Fibonacci Sequence (Tricky)

Given: The Virahānka–Fibonacci sequence is defined by V₁ = 1, V₂ = 2, and Vₙ = Vₙ₋₁ + Vₙ₋₂ for n ≥ 3.

To Find: The first eight terms of the sequence.

Solution:

  1. This recursive rule is special because it depends on the two previous terms. We are given the first two terms to start.

    V₁ = 1
    V₂ = 2
    
  2. To find the third term (V₃), we use the rule V₃ = V₂ + V₁.

    V₃ = 2 + 1 = 3
    
  3. To find the fourth term (V₄), we use the rule V₄ = V₃ + V₂.

    V₄ = 3 + 2 = 5
    
  4. To find the fifth term (V₅), we use the rule V₅ = V₄ + V₃.

    V₅ = 5 + 3 = 8
    
  5. We continue this pattern, always adding the two preceding terms.

    V₆ = V₅ + V₄ = 8 + 5 = 13
    
    V₇ = V₆ + V₅ = 13 + 8 = 21
    
    V₈ = V₇ + V₆ = 21 + 13 = 34
    

Final Answer: The first eight terms of the Virahānka–Fibonacci sequence are 1, 2, 3, 5, 8, 13, 21, 34.


Tips & Tricks

Master sequences with these powerful shortcuts.

TipTechniqueHow it Helps
1. The 'a' ShortcutFor any linear explicit rule tₙ = an + b, the value a is the constant difference between consecutive terms.Quickly identify the pattern. If a sequence is 4, 9, 14, 19,..., the difference is 5, so the rule will start with 5n.
2. The Natural Number CheckTo check if a number k is a term, solve the explicit rule for n. If n is a natural number (1, 2, 3...), it's a term.This provides a foolproof method to confirm if a number belongs to a sequence, preventing guesswork.
3. Choose the Right ToolUse the explicit rule to find a distant term (like the 500th). Use the recursive rule to find the very next term.Saves a huge amount of time. Calculating the 500th term recursively would require 499 calculations!

Common Mistakes

Avoid these common pitfalls when working with sequence rules.

❌ Wrong✅ RightWhy it's a Mistake
tₙ = tₙ₋₁ + 5 (incomplete)t₁ = 3, tₙ = tₙ₋₁ + 5A recursive rule must have a starting point (t₁). Without it, the sequence is not uniquely defined.
For tₙ = 4n + 1, is 11 a term? 4n = 10, so n = 2.5. Yes, it's a term.n=2.5 is not a natural number. The term position cannot be a fraction. So, 11 is not a term.The term position n represents a count (1st, 2nd, 3rd...) and must be a positive integer.
For tₙ = 10n, the 5th term is n=5.For tₙ = 10n, the 5th term is t₅. n=5 is the position, and t₅ = 10 × 5 = 50 is the value of the term.Confusing the position (n) with the value of the term at that position (tₙ) is a fundamental error.

Brain-Teaser Questions

Test your understanding with these challenging problems.

  1. A sequence is defined by t₁ = 2, t₂ = 3, and tₙ = tₙ₋₁ + tₙ₋₂ + 1 for n ≥ 3. What is the value of t₅?

    💡 Answer: t₃ = t₂ + t₁ + 1 = 3 + 2 + 1 = 6. t₄ = t₃ + t₂ + 1 = 6 + 3 + 1 = 10. t₅ = t₄ + t₃ + 1 = 10 + 6 + 1 = 17.

  2. The number of seats in a concert hall's rows follows the explicit rule sₙ = n² + 10. Can a row have exactly 179 seats?

    💡 Answer: We need to check if n² + 10 = 179 has a natural number solution for n. n² = 179 – 10 = 169. n = √169 = 13. Since n=13 is a natural number, yes, the 13th row has exactly 179 seats.

  3. Consider a sequence with the explicit rule tₙ = (-1)ⁿ⁺¹ × (3n). What is the sum of the 10th term and the 11th term?

    💡 Answer: First, find the 10th term: t₁₀ = (-1)¹⁰⁺¹ × (3 × 10) = (-1)¹¹ × 30 = -1 × 30 = -30. Next, find the 11th term: t₁₁ = (-1)¹¹⁺¹ × (3 × 11) = (-1)¹² × 33 = 1 × 33 = 33. The sum is t₁₀ + t₁₁ = -30 + 33 = 3.


Mini Cheatsheet

Screenshot this table for a quick revision of all the key concepts from this page.

ConceptKey Formula / IdeaExample
Explicit RuleDefines a term tₙ based on its position n.tₙ = 3n – 7
Recursive RuleDefines a term tₙ based on previous terms like tₙ₋₁.t₁ = 1, tₙ = tₙ₋₁ + 4
Term Position (n)Must be a natural number (1, 2, 3, ...).For 8, 11, 14, the term 14 is at n=3.
Checking MembershipTo see if k is a term, solve tₙ = k. n must be a natural number.Is 20 in tₙ=3n–7? 3n=27, n=9. Yes.
Virahānka–FibonacciV₁=1, V₂=2, Vₙ = Vₙ₋₁ + Vₙ₋₂. Each term is the sum of the previous two.1, 2, 3, 5, 8, 13, ...

Arithmetic Progressions

Page 3: Arithmetic Progressions

Concept Introduction

Imagine you start a new job with a monthly salary of ₹30,000, and every year your salary increases by ₹2,000. After 1 year, your salary becomes ₹32,000, after 2 years it becomes ₹34,000, and so on. The sequence of your annual salaries forms a pattern: 30000, 32000, 34000, 36000, ...

Notice something special? Each term is obtained by adding the same fixed amount (₹2,000) to the previous term. This constant addition creates what we call an Arithmetic Progression or AP.

Arithmetic progressions appear everywhere in daily life — taxi fares that charge a base fee plus a per-kilometer rate, seating arrangements in stadiums where each row has a few more seats than the previous one, or even the pattern of odd numbers 1, 3, 5, 7, ... Understanding APs helps us predict future terms, find specific terms without listing all previous ones, and solve real-world planning problems efficiently.

{{FORMULA: expr=tₙ = a + (n - 1) × d | symbols=tₙ:nth term of AP, a:first term, n:term position, d:common difference}}


Definitions & Key Terms

Symbol / TermMeaning
APArithmetic Progression — a sequence where consecutive terms differ by a constant
aFirst term of the AP
dCommon difference (the constant added to each term to get the next)
nPosition of the term (1st, 2nd, 3rd, ..., nth)
tₙThe nth term of the AP
Explicit RuleFormula giving tₙ directly: tₙ = a + (n - 1) × d
Recursive RuleFormula giving next term from previous: t₁ = a, tₙ = tₙ₋₁ + d for n ≥ 2

{{KEY: type=definition | title=What Makes a Sequence an AP? | text=A sequence is an AP if and only if the difference between any term and its previous term is constant throughout. This constant is called the common difference (d).}}


Understanding the Formula: Logic & Derivation

Let's build the nth term formula step-by-step to understand where it comes from.

1. Start with the first term:

The first term is given as a. So when n = 1, we have t₁ = a.

2. Find the second term:

To get the second term, we add the common difference once:

t₂ = a + d = a + (2 - 1) × d

3. Find the third term:

To get the third term, we add the common difference twice:

t₃ = a + d + d = a + 2d = a + (3 - 1) × d

4. Find the fourth term:

Similarly, the fourth term requires adding the common difference three times:

t₄ = a + d + d + d = a + 3d = a + (4 - 1) × d

5. Observe the pattern:

Notice the pattern emerging? For the nth term, we add the common difference (n - 1) times to the first term.

6. Generalize the formula:

Therefore, the general term or nth term of an AP is:

tₙ = a + (n - 1) × d

This is the explicit formula because it lets us calculate any term directly without knowing previous terms.


Visualizing Arithmetic Progressions

One beautiful property of APs is their linear visual representation. When we plot the term number (n) on the x-axis and the term value (tₙ) on the y-axis, the points always lie on a straight line.

{{VISUAL: diagram:coordinate plane showing points (1,1), (2,5), (3,9), (4,13), (5,17) forming a straight line representing the AP 1, 5, 9, 13, 17...}}

Why does this happen?

The formula tₙ = a + (n - 1) × d can be rewritten as:

tₙ = a - d + d × n

This has the form y = c + mx where m = d (the slope) and c = a - d (the y-intercept when extended). Since this is a linear equation, the graph is always a straight line.

Key Insight: The common difference d represents the slope of this line. A positive d gives an increasing AP (upward slope), while a negative d gives a decreasing AP (downward slope).


Solved Examples

Example 1: Finding the Common Difference (Easy)

Given: The AP is 7, 11, 15, 19, 23, ...

To Find: The common difference d

Solution:

  1. The common difference is found by subtracting any term from its next term.
d = t₂ - t₁
  1. Substitute the values from the sequence.
d = 11 - 7 = 4
  1. We can verify by checking other consecutive terms: 15 - 11 = 4, 19 - 15 = 4.

Final Answer: d = 4


Example 2: Finding the 20th Term (Medium)

Given: First term a = 5, common difference d = 3

To Find: The 20th term t₂₀

Solution:

  1. Use the nth term formula for arithmetic progressions.
tₙ = a + (n - 1) × d
  1. Substitute n = 20, a = 5, and d = 3.
t₂₀ = 5 + (20 - 1) × 3
  1. Simplify step-by-step.
t₂₀ = 5 + 19 × 3
  1. Calculate the multiplication and addition.
t₂₀ = 5 + 57 = 62

Final Answer: t₂₀ = 62


Example 3: Finding Which Term Has a Given Value (Hard)

Given: The AP is 4, 9, 14, 19, 24, ...

To Find: Which term of this AP is 124?

Solution:

  1. First, identify the first term and common difference.
a = 4, d = 9 - 4 = 5
  1. We need to find n such that tₙ = 124. Use the nth term formula.
tₙ = a + (n - 1) × d
  1. Substitute the known values: a = 4, d = 5, tₙ = 124.
124 = 4 + (n - 1) × 5
  1. Simplify by subtracting 4 from both sides.
120 = (n - 1) × 5
  1. Divide both sides by 5.
24 = n - 1
  1. Add 1 to both sides.
n = 25

Final Answer: The 25th term is 124


Example 4: Taxi Fare Problem (Tricky — Real-Life Application)

Given: A taxi charges ₹200 as a fixed booking fee plus ₹40 per kilometer. A person travels 10 km.

To Find: (a) The fare after 1 km, 2 km, 3 km as an AP; (b) Total fare for 10 km

Solution:

  1. After 1 km, the fare is the fixed charge plus one kilometer's charge.
Fare after 1 km = 200 + 40 × 1 = 240
  1. After 2 km, add another ₹40.
Fare after 2 km = 200 + 40 × 2 = 280
  1. After 3 km:
Fare after 3 km = 200 + 40 × 3 = 320
  1. The sequence is 240, 280, 320, ... which is an AP with a = 240 and d = 40.

  2. For the general nth kilometer, the fare formula is:

tₙ = 240 + (n - 1) × 40 = 240 + 40n - 40 = 200 + 40n
  1. For 10 km, substitute n = 10.
t₁₀ = 200 + 40 × 10 = 200 + 400 = 600

Final Answer: (a) AP is 240, 280, 320, ... (b) Fare for 10 km = ₹600


Tips & Tricks

Shortcut TechniqueWhen to UseExample
Quick check if sequence is APAlways verify by checking if t₂ - t₁ = t₃ - t₂ = t₄ - t₃For 5, 8, 11, 14: 8-5=3, 11-8=3, 14-11=3
Finding d when two terms are knownIf you know tₘ and tₙ, use d = (tₙ - tₘ)/(n - m)If t₅ = 17 and t₉ = 33, then d = (33-17)/(9-5) = 16/4 = 4
Reverse calculation for first termIf you know any term tₙ and d, find a = tₙ - (n-1) × dIf t₇ = 50 and d = 6, then a = 50 - 6×6 = 50 - 36 = 14

Common Mistakes

❌ Wrong Approach✅ Correct Approach
Thinking tₙ = a + n × d (multiplying by n instead of n-1)Use tₙ = a + (n - 1) × d — the first term already accounts for one position
Finding d by t₃ - t₁ and dividing by 2Always use consecutive terms: d = t₂ - t₁ or t₃ - t₂
Forgetting to check if sequence is actually an APAlways verify: calculate differences between consecutive terms first
Using wrong sign for d in decreasing APIn sequences like 20, 15, 10, 5..., d = -5 (negative), not positive

{{KEY: type=warning | title=Critical Formula Point | text=The term (n - 1) appears because when you are at the nth position, you have moved (n - 1) steps from the first term. Each step adds d. This is the most common source of errors!}}


Brain-Teaser Questions

Question 1: If the 5th term of an AP is 23 and the 9th term is 39, can you find the 1st term and common difference without using simultaneous equations?

Stuck on something here?
Aarav Sir explains any part — voice or chat — 24/7.

💡 Answer: From 5th to 9th term, there are 4 steps. Difference = 39 - 23 = 16. So 4d = 16, giving d = 4. Now use t₅ = a + 4d: 23 = a + 16, so a = 7. First term = 7, common difference = 4.


Question 2: In an AP, the sum of the 3rd and 7th terms is 40. If the common difference is 5, what is the first term?

💡 Answer: t₃ = a + 2d = a + 10 and t₇ = a + 6d = a + 30. Sum: (a + 10) + (a + 30) = 40, so 2a + 40 = 40, giving 2a = 0, therefore a = 0. First term = 0.


Question 3: Can 0 be the common difference of an AP? What kind of sequence would that create?

💡 Answer: Yes! If d = 0, then every term is the same: a, a, a, a, ... This is called a constant sequence, which is technically a special case of an AP. Example: 5, 5, 5, 5, ... has a = 5 and d = 0.


Mini Cheatsheet

Formula / ConceptExpressionUsage
nth term (Explicit)tₙ = a + (n - 1) × dFind any term directly
Recursive Rulet₁ = a, tₙ = tₙ₋₁ + dBuild sequence step-by-step
Common Differenced = t₂ - t₁ = tₙ - tₙ₋₁Check if sequence is AP
Finding n when tₙ knownn = ((tₙ - a)/d) + 1Which term has value tₙ?
Visual PropertyPoints (n, tₙ) lie on a straight lineAP graph is always linear

End of Page 3


Sum of the First n Natural Numbers

Sum of the First n Natural Numbers

Concept Introduction

Imagine you are organizing a sports tournament with 100 participants, and each participant must shake hands with every other participant exactly once. How many handshakes occur in total? Or consider a child stacking blocks in a triangular pattern — 1 block on top, 2 in the second row, 3 in the third, and so on for 20 rows. How many blocks are needed?

These real-world problems require us to find the sum of consecutive natural numbers. Instead of laboriously adding 1 + 2 + 3 + ... + 100, mathematicians discovered a beautiful formula that gives us the answer instantly. This formula has been known since ancient times — Āryabhaṭa described it in his Āryabhaṭīya over 1500 years ago, and the legendary mathematician Carl Friedrich Gauss reportedly discovered it as a child when his teacher asked him to sum the first 100 natural numbers.

In this section, we will derive this powerful formula, understand its pictorial representation, and apply it to solve a variety of problems.


{{FORMULA: expr=Sₙ = n(n + 1)/2 | symbols=Sₙ:sum of first n natural numbers, n:number of terms}}


Definitions & Formulas

TermMeaning
Natural NumbersThe counting numbers: 1, 2, 3, 4, 5, ...
SₙSum of the first n natural numbers
nThe number of terms being added
Sum FormulaSₙ = n(n + 1)/2
Triangular NumberA number that can be represented as a triangle of dots (1, 3, 6, 10, 15, ...)

Derivation: The Clever Pairing Method

Let us derive the formula for the sum of the first n natural numbers using Gauss's pairing technique.

Step 1: Write the sum in forward order.

S = 1 + 2 + 3 + 4 + ... + (n-1) + n

Step 2: Write the same sum in reverse order below it.

S = n + (n-1) + (n-2) + ... + 2 + 1

Step 3: Add these two equations vertically, pairing corresponding terms.

When we add the first term from both equations: 1 + n = (n + 1)

When we add the second term from both: 2 + (n − 1) = (n + 1)

When we add the third term from both: 3 + (n − 2) = (n + 1)

Every pair sums to (n + 1), and there are n such pairs.

2S = (n + 1) + (n + 1) + (n + 1) + ... + (n + 1)  [n times]

Step 4: Simplify the right side.

2S = n(n + 1)

Step 5: Divide both sides by 2 to isolate S.

S = n(n + 1)/2

Step 6: Since S represents the sum of the first n natural numbers, we write:

Sₙ = n(n + 1)/2

This is our fundamental formula.


{{KEY: type=formula | title=Core Identity | text=The sum of the first n natural numbers is Sₙ = n(n + 1)/2. This works because we're essentially finding the average of the first and last terms, then multiplying by the count of terms.}}


Pictorial Representation: The Rectangular Array Method

The NCERT text provides a beautiful visual proof of this formula using circles arranged in a pattern.

Consider finding the sum 1 + 2 + 3 + 4 + 5 + 6. Imagine arranging circles in triangular rows: 1 circle in the first row, 2 in the second, 3 in the third, and so on.

Now, create a second identical triangle and flip it upside down, fitting it into the gaps of the first triangle. Together, they form a rectangle with dimensions 7 × 6 (that is, (n + 1) × n where n = 6).

The total number of circles in both triangles combined:

2 × (1 + 2 + 3 + 4 + 5 + 6) = 7 × 6 = 42

Therefore, the sum of one triangle:

1 + 2 + 3 + 4 + 5 + 6 = 42/2 = 21

Generalizing: For any n,

2 × (1 + 2 + 3 + ... + n) = n × (n + 1)
Sum = n(n + 1)/2

Historical Context: Āryabhaṭa's Contribution

Āryabhaṭa (476–550 CE), one of India's greatest mathematicians, described this formula in his masterwork Āryabhaṭīya, Chapter 2, Verse 19. He presented two methods:

  1. The direct formula approach
  2. Taking the average of the first and last terms, then multiplying by the number of terms

The second method shows deep insight: the average of 1 and n is (1 + n)/2, and when multiplied by n terms, gives n(n + 1)/2.

This formula was later rediscovered by many mathematicians, including the young Carl Friedrich Gauss in 18th-century Germany, showing that mathematical truths transcend time and geography.


Solved Examples

Example 1: Basic Application (Easy)

Given: Find the sum of the first 10 natural numbers

To Find: S₁₀

Solution:

  1. Identify the values: n = 10.

  2. Apply the formula.

S₁₀ = n(n + 1)/2
  1. Substitute n = 10.
S₁₀ = 10(10 + 1)/2
  1. Simplify.
S₁₀ = 10 × 11/2 = 110/2 = 55

Final Answer: 55


Example 2: Finding a Larger Sum (Medium)

Given: Find the sum of the first 50 natural numbers

To Find: S₅₀

Solution:

  1. We use the formula with n = 50.
S₅₀ = n(n + 1)/2
  1. Substitute the value.
S₅₀ = 50(50 + 1)/2
  1. Calculate step by step.
S₅₀ = 50 × 51/2
  1. Simplify by canceling.
S₅₀ = 25 × 51 = 1275

Final Answer: 1275


Example 3: Sum of Consecutive Numbers (Hard)

Given: Find the sum 25 + 26 + 27 + ... + 58

To Find: Sum of natural numbers from 25 to 58

Solution:

  1. The sum from 25 to 58 equals the sum from 1 to 58 minus the sum from 1 to 24.
Sum = S₅₈ − S₂₄
  1. Calculate S₅₈.
S₅₈ = 58(58 + 1)/2 = 58 × 59/2 = 29 × 59 = 1711
  1. Calculate S₂₄.
S₂₄ = 24(24 + 1)/2 = 24 × 25/2 = 12 × 25 = 300
  1. Find the difference.
Sum = 1711 − 300 = 1411

Final Answer: 1411


Example 4: Finding the 80th Triangular Number (Tricky)

Given: Triangular numbers are formed by summing consecutive natural numbers: t₁ = 1, t₂ = 1+2 = 3, t₃ = 1+2+3 = 6, etc.

To Find: The 80th triangular number t₈₀

Solution:

  1. The nth triangular number is the sum of the first n natural numbers.
tₙ = n(n + 1)/2
  1. For n = 80, substitute into the formula.
t₈₀ = 80(80 + 1)/2
  1. Simplify step by step.
t₈₀ = 80 × 81/2
  1. Calculate.
t₈₀ = 40 × 81 = 3240

Final Answer: 3240


Tips & Tricks

TechniqueShortcutExample
Quick Mental MathFor small n, use n(n+1)/2 directly. Remember: if n is even, divide n by 2 first, then multiply by (n+1). If n is odd, divide (n+1) by 2 first.S₂₀ = 20/2 × 21 = 10 × 21 = 210
Sum of RangeTo find sum from a to b, calculate Sᵦ − Sₐ₋₁Sum from 10 to 20 = S₂₀ − S₉
Pattern RecognitionMemorize common sums: S₁₀=55, S₂₀=210, S₅₀=1275, S₁₀₀=5050Speeds up competitive exams

Common Mistakes

WrongRight
Using Sₙ = n(n+1) without dividing by 2Always remember to divide by 2: Sₙ = n(n+1)/2
For sum 5 to 15, calculating S₁₅ − S₅Calculate S₁₅ − S₄ (exclude the starting term once)
Writing the formula as Sₙ = n²+n/2 without bracketsUse brackets correctly: Sₙ = n(n+1)/2 or (n²+n)/2
Confusing n with the last termn is the COUNT of terms, not necessarily the last number

{{KEY: type=warning | title=Critical Exam Tip | text=When finding the sum of consecutive numbers from 'a' to 'b', ALWAYS use Sᵦ − Sₐ₋₁, not Sᵦ − Sₐ. This is the most common mistake in CBSE exams.}}


Brain-Teaser Questions

Question 1: A student claims that the sum 1 + 2 + 3 + ... + n equals n²/2. Is this correct? If not, what is the error?

💡 Answer: This is INCORRECT. The correct formula is n(n+1)/2, which equals (n² + n)/2, not n²/2. The student forgot to include the '+n' term. For n=10, their formula gives 50, but the actual sum is 55.

Question 2: If the sum of the first n natural numbers is 5050, find the value of n without trial and error.

💡 Answer: Set up the equation: n(n+1)/2 = 5050. Multiply both sides by 2: n(n+1) = 10100. We need two consecutive numbers whose product is 10100. Taking approximate square root: √10100 ≈ 100.5, so try n = 100. Check: 100 × 101 = 10100. ✓ Therefore, n = 100.

Question 3: Find the sum of all 2-digit numbers. (Hint: First identify how many 2-digit numbers exist.)

💡 Answer: The 2-digit numbers are 10, 11, 12, ..., 99. This is a sum from 10 to 99. Count of terms = 99 − 10 + 1 = 90 terms. But we can use: Sum = S₉₉ − S₉. Calculate S₉₉ = 99×100/2 = 4950 and S₉ = 9×10/2 = 45. Sum = 4950 − 45 = 4905.


Mini Cheatsheet

Formula / IdentityExpressionWhen to Use
Sum of first n natural numbersSₙ = n(n+1)/2Finding 1+2+3+...+n
Sum from a to bSᵦ − Sₐ₋₁Finding sum of consecutive numbers in a range
nth Triangular Numbertₙ = n(n+1)/2Same as sum of first n numbers
Quick CheckS₁₀ = 55, S₁₀₀ = 5050Verify calculations in exams
Average MethodSₙ = n × [(first + last)/2]Alternative approach: avg × count

This powerful formula — Sₙ = n(n+1)/2 — is not just a mathematical curiosity. It appears in computer science (loop optimization), physics (kinematic equations), economics (compound interest calculations), and countless other fields. Mastering this concept opens doors to understanding more complex summation formulas and series in higher mathematics.


Geometric Progressions — Part 1

Geometric Progressions — Part 1

Concept Introduction

Imagine you start a new job with a salary of ₹20,000 per month. Your employer promises that every year, your salary will double. So in Year 1, you earn ₹20,000/month; in Year 2, ₹40,000/month; in Year 3, ₹80,000/month; and so on. The sequence of your monthly salaries forms: 20,000, 40,000, 80,000, 1,60,000, …

Notice that each term is obtained by multiplying the previous term by the same constant (here, 2). This pattern is fundamentally different from an arithmetic progression where we add a constant. Such sequences where each term is obtained by multiplying the previous term by a fixed non-zero constant are called Geometric Progressions or GPs. GPs appear everywhere — population growth, compound interest calculations, radioactive decay, and even in fractal patterns like the Sierpiński triangle!

{{FORMULA: expr=tₙ = a × r^(n−1) | symbols=a:first term, r:common ratio, n:term position, tₙ:nth term}}


Definitions & Formulas

TermMeaning
Geometric Progression (GP)A sequence where each term after the first is obtained by multiplying the previous term by a fixed non-zero constant
First term (a)The initial term of the GP
Common ratio (r)The constant multiplier; ratio of any term to its preceding term
nth term (tₙ)The term at position n in the GP
General form of GPa, ar, ar², ar³, …, ar^(n−1)
Formula for nth termtₙ = a × r^(n−1)
Recursive formulat₁ = a and tₙ = r × tₙ₋₁ for n ≥ 2
Finding common ratior = t₂/t₁ = t₃/t₂ = tₙ/tₙ₋₁

{{VISUAL: diagram: visual representation showing a GP sequence 3, 6, 12, 24, 48 with arrows between consecutive terms labeled "×2" to show the common ratio multiplication pattern}}


Derivation & Logic: Understanding the nth Term Formula

How do we arrive at the formula tₙ = a × r^(n−1)?

Let's construct a GP step-by-step starting with first term a and common ratio r.

Step 1: The first term is given as:

t₁ = a

Step 2: The second term is obtained by multiplying the first term by r:

t₂ = a × r = ar¹

Step 3: The third term is obtained by multiplying the second term by r:

t₃ = (ar) × r = ar²

Step 4: Similarly, the fourth term:

t₄ = (ar²) × r = ar³

Step 5: Observe the pattern — for term number n, the exponent of r is always n − 1:

tₙ = a × r^(n−1)

Step 6: We can verify this works: when n = 1, we get a × r⁰ = a × 1 = a

{{KEY: type=formula | title=Core GP Formula | text=The nth term of a GP is tₙ = a × r^(n−1), where a is the first term and r is the common ratio. This formula allows direct computation of any term without finding all previous terms.}}


Solved Examples

Example 1: Identifying a GP and Finding the Common Ratio (Easy)

Given: The sequence 2, 6, 18, 54, 162, …

To Find: (i) Is this a GP? (ii) If yes, find the common ratio.

Solution:

  1. To check if a sequence is a GP, we verify whether the ratio of consecutive terms is constant.
r₁ = t₂/t₁ = 6/2 = 3
  1. Check the next pair:
r₂ = t₃/t₂ = 18/6 = 3
  1. Check another pair:
r₃ = t₄/t₃ = 54/18 = 3
  1. Since all ratios are equal to 3, this is indeed a GP.

Final Answer: Yes, it is a GP with common ratio r = 3


Example 2: Finding the nth Term Formula (Medium)

Given: A GP has first term a = 5 and common ratio r = 3/4

To Find: Write the formula for the nth term and find the 6th term.

Solution:

  1. Use the standard formula for the nth term of a GP:
tₙ = a × r^(n−1)
  1. Substitute the given values a = 5 and r = 3/4:
tₙ = 5 × (3/4)^(n−1)
  1. For the 6th term, substitute n = 6:
t₆ = 5 × (3/4)^(6−1) = 5 × (3/4)⁵
  1. Calculate (3/4)⁵ = 243/1024:
t₆ = 5 × 243/1024 = 1215/1024

Final Answer: tₙ = 5 × (3/4)^(n−1) and t₆ = 1215/1024

{{VISUAL: diagram: step-by-step illustration showing the first 6 terms of the GP: 5, 15/4, 45/16, 135/64, 405/256, 1215/1024 with multiplication arrows labeled "×3/4" between consecutive terms}}


Example 3: GP with Negative Common Ratio (Hard)

Given: The sequence 64, −32, 16, −8, 4, …

To Find: (i) Verify it is a GP, (ii) Find the common ratio, (iii) Find the 10th term.

Solution:

  1. Calculate the ratio of consecutive terms:
r = t₂/t₁ = (−32)/64 = −1/2
  1. Verify with the next pair:
r = t₃/t₂ = 16/(−32) = −1/2
  1. Since the ratio is constant, this is a GP with a = 64 and r = −1/2.

  2. Use the nth term formula:

tₙ = 64 × (−1/2)^(n−1)
  1. For the 10th term, substitute n = 10:
t₁₀ = 64 × (−1/2)^(10−1) = 64 × (−1/2)⁹
  1. Calculate (−1/2)⁹ = −1/512 (negative because the exponent is odd):
t₁₀ = 64 × (−1/512) = −64/512 = −1/8

Final Answer: Yes, it is a GP with r = −1/2 and t₁₀ = −1/8


Example 4: Finding Missing Terms in a GP (Tricky)

Given: Three numbers form a GP. The first term is 3 and the third term is 27.

To Find: Find the second term (there may be two possible answers).

Solution:

  1. Let the three terms be a, ar, ar² where a = 3.

  2. We know the third term:

ar² = 27
  1. Substitute a = 3:
3r² = 27
  1. Solve for :
r² = 27/3 = 9
  1. Take the square root of both sides (remember both positive and negative roots):
r = ±3
  1. When r = 3, the second term is:
ar = 3 × 3 = 9
  1. When r = −3, the second term is:
ar = 3 × (−3) = −9

Final Answer: The second term can be either 9 or −9

{{VISUAL: diagram: two separate GP sequences shown side by side - Sequence 1: 3, 9, 27 with arrows labeled "×3", and Sequence 2: 3, −9, 27 with arrows labeled "×(−3)" to illustrate both possible solutions}}


Tips & Tricks

ShortcutWhen to UseExample
Quick ratio check: Divide any two consecutive termsTo rapidly verify if a sequence is a GPIn 5, 15, 45: 15÷5 = 3, 45÷15 = 3 → GP ✓
Powers of r pattern: In GP a, ar, ar², ar³, … the exponent equals (position − 1)To find any term directly without recursionFor 5th term: exponent = 5−1 = 4, so t₅ = ar⁴
Sign alternation: When r is negative, terms alternate in signTo predict sign of distant termsIf r = −2 and n is even, tₙ is positive; if n is odd, tₙ is negative

Common Mistakes

WrongRight
Confusing GP with AP — checking if consecutive terms have constant differenceIn GP, check if consecutive terms have constant ratio (division, not subtraction)
Writing nth term as tₙ = arⁿCorrect formula is tₙ = ar^(n−1) — exponent is n−1, not n
Forgetting negative values of r when solving r² = kAlways consider both r = √k and r = −√k when finding common ratio
Assuming r must be greater than 1Common ratio can be any non-zero number: positive, negative, fraction, or whole number

Brain-Teaser Questions

Question 1: If the 3rd term of a GP is 24 and the 6th term is 192, find the common ratio and the first term.

💡 Answer: Let a be the first term and r the common ratio. t₃ = ar² = 24 and t₆ = ar⁵ = 192 Divide: (ar⁵)/(ar²) = 192/24 → r³ = 8 → r = 2 Substitute back: a(2²) = 24 → 4a = 24 → a = 6 Answer: r = 2, a = 6

Question 2: Can 0 be a term in a geometric progression? Why or why not?

💡 Answer: If any term of a GP is 0, then multiplying by the common ratio r gives: 0 × r = 0. All subsequent terms would also be 0, and we cannot determine a unique common ratio (since 0/0 is undefined). While technically a sequence of all zeros could exist, by convention GPs require a non-zero common ratio and typically non-zero terms. Most mathematicians exclude 0 from GP terms.

Question 3: A ball is dropped from a height of 100 m. After each bounce, it rises to ¾ of its previous height. What height does it reach after the 5th bounce?

💡 Answer: This forms a GP with a = 100 and r = 3/4. After 5th bounce means we need the 6th term (initial height is term 1). t₆ = 100 × (3/4)⁵ = 100 × 243/1024 = 24300/1024 ≈ 23.73 m Answer: Approximately 23.73 meters

{{VISUAL: diagram: illustration showing a bouncing ball trajectory with decreasing heights labeled - 100m (initial), 75m (1st bounce), 56.25m (2nd bounce), etc., demonstrating the GP pattern with r = 3/4}}


Mini Cheatsheet: Geometric Progression Essentials

ConceptFormula / RuleQuick Note
GP DefinitionEach term = (previous term) × rr ≠ 0, constant multiplier
General Forma, ar, ar², ar³, …, ar^(n−1)Exponent pattern: n−1
nth Termtₙ = a × r^(n−1)Direct formula for any term
Common Ratior = t₂/t₁ = t₃/t₂ = tₙ/tₙ₋₁Must be same for all consecutive pairs
Recursive Formt₁ = a; tₙ = r × tₙ₋₁ (n ≥ 2)Each term from previous term

Pro Tip: When identifying GPs in real-world problems, look for keywords like "doubles every," "halves each time," "grows by a factor of," or "depreciates by X% annually" — these all signal geometric progression patterns! Practice converting percentage changes to common ratios: a 20% increase means r = 1.2, while a 20% decrease means r = 0.8.


Geometric Progressions — Part 2

GEN_FAILED: Failed to generate chat completion: litellm.BadRequestError: OpenAIException - Budget has been exceeded! Current cost: 761.3211957998387, Max budget: 761.2245753728004


Summary & Quick Revision

Chapter 8: Summary & Quick Revision

Welcome to the final review of our journey through sequences and progressions! We've seen how simple rules can generate predictable patterns, from the steady march of an Arithmetic Progression to the explosive growth of a Geometric Progression. This summary will help you consolidate these powerful concepts, ensuring you can confidently predict what comes next, both in your exams and in the world around you.

Imagine you start a YouTube channel. In the first month, you gain 100 subscribers. If you gain exactly 100 new subscribers every month, your growth is arithmetic—steady and constant. But what if your subscriber count doubles every month? You'd have 100, then 200, then 400, then 800... This rapid, multiplicative growth is geometric. Understanding these two fundamental patterns is the key to mastering this chapter.

{{FORMULA: expr=tₙ = a + (n-1)d | symbols=tₙ:nth term, a:first term, n:term number, d:common difference}}


Definitions & Formulas

Let's organize the essential building blocks for both Arithmetic and Geometric Progressions.

VariableMeaning in Arithmetic Progression (AP)Meaning in Geometric Progression (GP)
a or t₁First Term: The starting value of the sequence.First Term: The starting value of the sequence.
nTerm Number: The position of a term in the sequence (e.g., 1st, 2nd, 5th).Term Number: The position of a term in the sequence.
tₙnth Term: The value of the term at the nth position.nth Term: The value of the term at the nth position.
dCommon Difference: The fixed number added to get the next term. d = t₂ - t₁.Not applicable.
rNot applicable.Common Ratio: The fixed number multiplied to get the next term. r = t₂ / t₁.
Explicit Formulatₙ = a + (n-1)dtₙ = a × rⁿ⁻¹
Recursive Formulatₙ = tₙ₋₁ + d for n > 1tₙ = tₙ₋₁ × r for n > 1

{{VISUAL: chart: Graph comparing the linear growth of an AP (e.g., 2, 5, 8, 11) with the exponential growth of a GP (e.g., 2, 6, 18, 54). The AP points form a straight line, while the GP points form a curve.}}

{{KEY: type=concept | title=The Core Difference: Add vs. Multiply | text=An Arithmetic Progression is built on repeated addition. Its graph is a straight line. A Geometric Progression is built on repeated multiplication. Its graph is an exponential curve. This fundamental difference governs all their properties.}}


Derivation Logic: The nth Term of an AP

Where does the formula tₙ = a + (n-1)d come from? It's not magic; it's just a pattern. Let's build it step-by-step.

  1. The First Term (t₁) By definition, the first term is simply a. We can write this as a + 0×d.

  2. The Second Term (t₂) To get the second term, we add the common difference d to the first term.

    t₂ = a + d
    

    This can also be written as a + 1×d.

  3. The Third Term (t₃) We add d to the second term.

    t₃ = t₂ + d = (a + d) + d = a + 2d
    
  4. The Fourth Term (t₄) Again, we add d to the previous term.

    t₄ = t₃ + d = (a + 2d) + d = a + 3d
    
  5. Spotting the Pattern Let's look at what we have:

    • t₁ = a + 0d
    • t₂ = a + 1d
    • t₃ = a + 2d
    • t₄ = a + 3d

    Notice that for any term tₙ, the number multiplying d is always one less than the term number n.

  6. Generalizing the Formula Following this pattern, for the nth term, the coefficient of d must be (n-1).

    tₙ = a + (n-1)d
    

    And that's the explicit formula for the nth term of any Arithmetic Progression!


Solved Examples

Let's apply these formulas to solve problems, moving from easy to tricky.

Example 1: Finding a Term in a Simple AP (Easy)

Given: The AP: 4, 9, 14, 19, ...

To Find: The 20th term (t₂₀) of this progression.

Solution:

  1. Identify the first term a and the common difference d. The first term a is clearly 4. The common difference d is the difference between consecutive terms: 9 - 4 = 5.

  2. Write down the explicit formula for the nth term of an AP.

    tₙ = a + (n-1)d
    
  3. Substitute the known values: a = 4, d = 5, and n = 20.

    t₂₀ = 4 + (20-1) × 5
    
  4. Calculate the result.

    t₂₀ = 4 + 19 × 5
    
    t₂₀ = 4 + 95
    
    t₂₀ = 99
    

Final Answer: The 20th term of the AP is 99.

Example 2: Working Backwards in a GP (Medium)

Given: A GP has a common ratio r = 2. Its 8th term (t₈) is 192.

To Find: The 12th term (t₁₂) of the GP.

Solution:

  1. Write the explicit formula for a GP. We need this to find the first term a.

    tₙ = a × rⁿ⁻¹
    
  2. Use the given information for the 8th term (n=8, t₈=192, r=2) to solve for a.

    192 = a × 2⁸⁻¹
    
    192 = a × 2⁷
    
    192 = a × 128
    
    a = 192 / 128 = 3 / 2
    

    So, the first term is a = 1.5.

  3. Now, use the full formula with the value of a you just found to calculate the 12th term (n=12).

    t₁₂ = a × r¹²⁻¹
    
    t₁₂ = (3/2) × 2¹¹
    
  4. Simplify the expression. Remember that 2¹¹ / 2¹ = 2¹⁰.

    t₁₂ = 3 × 2¹⁰
    
    t₁₂ = 3 × 1024
    
    t₁₂ = 3072
    

Final Answer: The 12th term of the GP is 3072.

Example 3: Finding the Number of Terms (Hard)

Given: The range of numbers between 10 and 250.

To Find: How many multiples of 4 lie in this range?

Solution:

  1. Identify the sequence. The multiples of 4 form an AP with a common difference d=4.

  2. Find the first term a of this AP. It's the smallest multiple of 4 that is greater than 10. 11 is not a multiple. 12 is. So, a = 12.

  3. Find the last term tₙ of this AP. It's the largest multiple of 4 that is less than 250. Let's check 250: 250 ÷ 4 = 62.5 (not a multiple). Let's check 249: No. Let's check 248: 248 ÷ 4 = 62. Yes. So, tₙ = 248.

{{VISUAL: diagram: A number line from 10 to 250. Points are marked at 12, 16, ..., 248. The first term 'a=12' is labeled. The last term 'tₙ=248' is labeled. An arrow between 12 and 16 is labeled 'd=4'.}}

  1. We now have an AP with a = 12, d = 4, and the last term tₙ = 248. We need to find n, the number of terms. Use the explicit formula.

    tₙ = a + (n-1)d
    
  2. Substitute the values and solve for n.

    248 = 12 + (n-1) × 4
    
    248 - 12 = (n-1) × 4
    
    236 = (n-1) × 4
    
    236 / 4 = n - 1
    
    59 = n - 1
    
    n = 60
    

Final Answer: There are 60 multiples of 4 between 10 and 250.

Example 4: Real-World GP Application (Tricky)

Given: A ball is dropped from a height of 80 metres. After each bounce, it returns to 60% of its previous height.

To Find: The height the ball reaches after its 5th bounce.

Solution:

  1. Recognize the pattern. The heights form a Geometric Progression because each subsequent height is a fixed fraction (60% or 0.6) of the previous one.

  2. Identify the first term a and the common ratio r. The first term a is the height after the first bounce, not the initial drop height. Height after 1st bounce = 60% of 80 metres.

    a = 80 × 0.60 = 48 metres
    

    The common ratio r is the multiplier, which is 60% or 0.6.

{{VISUAL: diagram: A bouncing ball demonstrating a GP. The initial drop from 80m is shown. The first bounce is labeled 't₁ = 48m'. The second is labeled 't₂ = 28.8m', and the third 't₃ = 17.28m'. The common ratio 'r=0.6' is indicated between bounces.}}

  1. The question asks for the height after the 5th bounce. This corresponds to the 5th term of our sequence (n=5).

  2. Use the explicit formula for a GP: tₙ = a × rⁿ⁻¹.

    t₅ = 48 × (0.6)⁵⁻¹
    
    t₅ = 48 × (0.6)⁴
    
  3. Calculate the final value. (0.6)⁴ = 0.6 × 0.6 × 0.6 × 0.6 = 0.1296

    t₅ = 48 × 0.1296
    
    t₅ = 6.2208
    

Final Answer: The ball reaches a height of 6.2208 metres after the 5th bounce.


Tips & Tricks

Here are a few shortcuts to help you solve problems faster.

TipDescriptionExample
Quick Common Difference dTo find d, you don't always need consecutive terms. The difference between tₘ and tₙ is (m-n)d.If t₇ = 20 and t₃ = 8, then t₇ - t₃ = (7-3)d20-8 = 4d12 = 4dd = 3.
Check for AP/GP InstantlyFor any three consecutive terms A, B, C: If 2B = A+C, it's an AP. If B² = A×C, it's a GP.Sequence: 3, 9, 27. Is 9² = 3×27? Yes, 81=81. It's a GP.
Handling Recursive FormulasWhen given t₁ and a rule like tₙ₊₁ = 3tₙ - 2, don't guess. Just build the sequence term by term.If t₁ = 2, then t₂ = 3t₁ - 2 = 3(2) - 2 = 4. Then t₃ = 3t₂ - 2 = 3(4) - 2 = 10.

Common Mistakes

Avoid these common pitfalls that can lead to incorrect answers.

❌ Wrong Method✅ Right MethodWhy it's a Mistake
Calculating common ratio as r = t₁ / t₂. For 3, 6, 12... r = 3/6 = 0.5.Calculating common ratio as r = t₂ / t₁. For 3, 6, 12... r = 6/3 = 2.The ratio r is what you multiply by to go forward in a sequence, so it must be (next term) / (previous term).
In AP formula, using n instead of (n-1): tₙ = a + nd.Using the correct formula: tₙ = a + (n-1)d.The first term has 0d added to it, not 1d. The number of "steps" of size d is always one less than the term number.
Confusing the term number n with the term's value tₙ. "Which term is 4374?" Finding t₄₃₇₄."Which term is 4374?" Set tₙ = 4374 and solve for n.The question asks for the position (n) of a given value (tₙ), not the value at a given position.
For the bouncing ball problem, using the initial drop height as a (a=80).Using the height after the first bounce as a (a=48).The sequence of bounce heights begins after the first bounce. The initial drop is the starting point, not the first term of the GP.

Brain-Teaser Questions

Test your understanding with these slightly challenging problems.

  1. The 3rd term of an AP is 10, and the 10th term is 3. What is the 15th term?

    💡 Answer: Use the tip: t₁₀ - t₃ = (10-3)d3 - 10 = 7d-7 = 7dd = -1. Now find a: t₃ = a + (3-1)d10 = a + 2(-1)10 = a - 2a = 12. Finally, find t₁₅: t₁₅ = a + (15-1)d = 12 + 14(-1) = 12 - 14 = -2.

  2. A sequence is defined by the recursive rule t₁ = 2 and tₙ₊₁ = 3tₙ - 2. We saw t₁=2, t₂=4, t₃=10. Is this sequence an AP, a GP, or neither?

    💡 Answer: Neither. Let's check. For AP, the common difference would be t₂-t₁ = 4-2 = 2. But t₃-t₂ = 10-4 = 6. Since 2 ≠ 6, it's not an AP. For GP, the common ratio would be t₂/t₁ = 4/2 = 2. But t₃/t₂ = 10/4 = 2.5. Since 2 ≠ 2.5, it's not a GP. This is a sequence defined by a recursive rule, but it isn't a simple AP or GP.

  3. The number of red squares in the Sierpiński carpet follows the sequence 1, 8, 64, ... starting from Stage 0. The area of the red region follows the sequence 1, 8/9, (8/9)², ... again from Stage 0. At what stage number n (starting from Stage 0) will the number of red squares be 8⁵?

    💡 Answer: The number of red squares is a GP: 1, 8, 64, ... which can be written as 8⁰, 8¹, 8²,... Here, the first term (Stage 0) corresponds to n=0. The term value tₙ is 8ⁿ. We want to find n when tₙ = 8⁵. So, 8ⁿ = 8⁵. This means n = 5. The stage number will be Stage 5.


Mini Cheatsheet

Screenshot this table for your last-minute revision!

ConceptFormula / RuleNotes
AP: nth Termtₙ = a + (n-1)dUse this to find any term's value given the start.
GP: nth Termtₙ = a × rⁿ⁻¹Use this for patterns with multiplicative growth/decay.
Common Difference (d)d = tₙ₊₁ - tₙThe constant value added between terms in an AP.
Common Ratio (r)r = tₙ₊₁ / tₙThe constant value multiplied between terms in a GP.
Recursive RuleAP: tₙ = tₙ₋₁ + d <br> GP: tₙ = tₙ₋₁ × rDefines a term based on the one immediately before it.

In this chapter

  • 1.Introduction to Sequences
  • 2.Explicit Rule for a Sequence & Recursive Rule for a Sequence
  • 3.Arithmetic Progressions
  • 4.Sum of the First n Natural Numbers
  • 5.Geometric Progressions — Part 1
  • 6.Geometric Progressions — Part 2
  • 7.Summary & Quick Revision

Frequently asked questions

What is Introduction to Sequences?

Have you ever watched a tiny sapling grow into a tree? Imagine you decide to measure its height every Sunday morning. On the first Sunday, it's 10 cm tall. The next, it's 13 cm. The third Sunday, it's 16 cm, and the fourth, 19 cm. You have a list of numbers: 10, 13, 16, 19, ...

What is Explicit Rule for a Sequence & Recursive Rule for a Sequence?

Imagine you start a new fitness plan. On Day 1, you do 10 push-ups. Every day after, you decide to do 3 more push-ups than the day before. How many will you do on Day 15? Or Day 100?

What is Arithmetic Progressions?

Imagine you start a new job with a monthly salary of ₹30,000, and every year your salary increases by ₹2,000. After 1 year, your salary becomes ₹32,000, after 2 years it becomes ₹34,000, and so on. The sequence of your annual salaries forms a pattern: 30000, 32000, 34000, 36000, ...

What is Sum of the First n Natural Numbers?

Imagine you are organizing a sports tournament with **100 participants**, and each participant must shake hands with every other participant exactly once. How many handshakes occur in total? Or consider a child stacking blocks in a triangular pattern — 1 block on top, 2 in the second row, 3 in the third, and so on for

What is Geometric Progressions — Part 1?

Imagine you start a new job with a salary of ₹20,000 per month. Your employer promises that every year, your salary will **double**. So in Year 1, you earn ₹20,000/month; in Year 2, ₹40,000/month; in Year 3, ₹80,000/month; and so on. The sequence of your monthly salaries forms: 20,000, 40,000, 80,000, 1,60,000, …

What is Geometric Progressions — Part 2?

__GEN_FAILED__: Failed to generate chat completion: litellm.BadRequestError: OpenAIException - Budget has been exceeded! Current cost: 761.3211957998387, Max budget: 761.2245753728004

More chapters in CBSE Class 9 Mathematics

Want the full CBSE Class 9 Mathematics experience?

Every chapter. Interactive lessons. AI teacher on tap. Study Lab for any photo or PDF. 3-day free trial — no credit card.

1000s of students
100% NCERT-aligned
Powered by AI

Install Learn Skill

Add to home screen for the best experience