Sequences and Series: Notes, Solved Examples & Exam Questions | Grade 12 Mathematics Unit 1

Sequences and Series : Detailed Notes & Exam Questions | Grade 12 Mathematics Unit 1

1. What is a Sequence?

Dear student, welcome to Unit 1 of your Grade 12 Mathematics! In this unit, we study Sequences and Series — one of the most beautiful and useful topics in mathematics.

A sequence is an ordered list of numbers that follows a specific rule or pattern. Each number in the sequence is called a term.

For example:

  • \( 2, 5, 8, 11, 14, \ldots \) — each term increases by 3
  • \( 3, 6, 12, 24, 48, \ldots \) — each term is multiplied by 2
  • \( 1, 1, 2, 3, 5, 8, 13, \ldots \) — each term is the sum of the two previous terms (Fibonacci)

We denote the terms of a sequence as \( t_1, t_2, t_3, \ldots, t_n \) or as \( a_1, a_2, a_3, \ldots, a_n \). The subscript tells us the position of the term.

Can you see the pattern in each sequence above? Recognizing patterns is the key skill in this unit!

Sequence vs Series: A sequence is a LIST of numbers ( commas between them). A series is the SUM of the terms of a sequence (plus signs between them).
Sequence: \( 2, 5, 8, 11 \)
Series: \( 2 + 5 + 8 + 11 \)

1.1 Finite and Infinite Sequences

  • Finite sequence: has a last term, e.g., \( 1, 4, 9, 16, 25 \) (5 terms)
  • Infinite sequence: continues forever, indicated by \( \ldots \), e.g., \( 1, 2, 3, 4, \ldots \)

1.2 General Term (nth Term)

The general term or nth term of a sequence, written as \( t_n \) or \( a_n \), is a formula that gives us any term when we substitute its position number \( n \).

Worked Example 1: Find the first 4 terms and the 10th term of the sequence whose nth term is \( t_n = 3n – 1 \).

Solution:

\( t_1 = 3(1) – 1 = 2 \)

\( t_2 = 3(2) – 1 = 5 \)

\( t_3 = 3(3) – 1 = 8 \)

\( t_4 = 3(4) – 1 = 11 \)

First 4 terms: \( 2, 5, 8, 11 \)

\( t_{10} = 3(10) – 1 = 29 \)

Worked Example 2: Find the nth term of the sequence: \( 1, 4, 9, 16, 25, \ldots \)

Solution:

Position: \( 1, 2, 3, 4, 5 \)

Term: \( 1, 4, 9, 16, 25 \)

Notice: \( 1 = 1^2, \; 4 = 2^2, \; 9 = 3^2, \; 16 = 4^2, \; 25 = 5^2 \)

\[ t_n = n^2 \]

Worked Example 3: Find the nth term of: \( 2, 5, 10, 17, 26, \ldots \)

Solution:

Differences between consecutive terms: \( 3, 5, 7, 9, \ldots \) (odd numbers, increasing by 2)

This suggests \( t_n = n^2 + 1 \). Let’s check:

\( t_1 = 1 + 1 = 2 \) ✓, \( t_2 = 4 + 1 = 5 \) ✓, \( t_3 = 9 + 1 = 10 \) ✓, \( t_4 = 16 + 1 = 17 \) ✓

\[ t_n = n^2 + 1 \]
Tip for finding nth term: When the differences are constant (same number each time), it’s an arithmetic sequence (coming next). When the ratio is constant (each term divided by previous gives same number), it’s geometric. If neither, try expressing terms as squares, cubes, or combinations.
Practice Question 1

Find the nth term of the sequence: \( 3, 7, 11, 15, 19, \ldots \) Hence find the 20th term.

Differences: \( 4, 4, 4, 4 \) — constant difference of 4.

The pattern: \( t_n = 4n – 1 \). Check: \( t_1 = 3 \) ✓, \( t_2 = 7 \) ✓, \( t_3 = 11 \) ✓

\[ t_n = 4n – 1 \] \[ t_{20} = 4(20) – 1 = 79 \]
Practice Question 2

Find the nth term of: \( \frac{1}{2}, \frac{2}{3}, \frac{3}{4}, \frac{4}{5}, \ldots \)

Numerator: \( 1, 2, 3, 4 \) → \( n \)

Denominator: \( 2, 3, 4, 5 \) → \( n + 1 \)

\[ t_n = \frac{n}{n+1} \]

2. Arithmetic Sequences (Arithmetic Progression — AP)

An Arithmetic Sequence (or Arithmetic Progression, abbreviated AP) is a sequence where the difference between any two consecutive terms is always the same. This constant difference is called the common difference, denoted by \( d \).

Definition: A sequence \( a_1, a_2, a_3, \ldots \) is arithmetic if \( a_{n+1} – a_n = d \) (constant) for all \( n \).
\[ d = a_2 – a_1 = a_3 – a_2 = a_4 – a_3 = \cdots \]

Think of it like walking up stairs where every step is the same height. If you go up by 3 each time: 5, 8, 11, 14, 17, … that’s an AP with \( d = 3 \).

2.1 The General Term of an AP

\[ a_n = a_1 + (n – 1)d \]
Where:
  • \( a_n \) = the \( n \)-th term
  • \( a_1 \) = the first term
  • \( d \) = the common difference
  • \( n \) = the position number

Worked Example 4: In the AP \( 7, 11, 15, 19, \ldots \), find: (a) the common difference, (b) the 25th term, (c) which term equals 127.

Solution:

(a) \( d = 11 – 7 = 4 \)

(b) \( a_{25} = 7 + (25 – 1) \times 4 = 7 + 96 = 103 \)

(c) Set \( a_n = 127 \):

\[ 7 + (n – 1) \times 4 = 127 \] \[ (n – 1) \times 4 = 120 \] \[ n – 1 = 30 \] \[ n = 31 \]

So the 31st term is 127.

Worked Example 5: The 8th term of an AP is 37 and the 15th term is 65. Find the first term and common difference.

Solution:

\[ a_8 = a_1 + 7d = 37 \quad \text{…(i)} \] \[ a_{15} = a_1 + 14d = 65 \quad \text{…(ii)} \]

Subtract (i) from (ii):

\[ 7d = 28 \] \[ d = 4 \]

Substitute in (i): \( a_1 + 28 = 37 \), so \( a_1 = 9 \)

The AP is \( 9, 13, 17, 21, \ldots \)

Worked Example 6: The 5th term of an AP is twice the 2nd term, and the 9th term exceeds the 4th term by 15. Find the AP.

Solution:

\[ a_5 = a_1 + 4d, \quad a_2 = a_1 + d \] \[ a_1 + 4d = 2(a_1 + d) \] \[ a_1 + 4d = 2a_1 + 2d \] \[ 2d = a_1 \quad \text{…(i)} \]
\[ a_9 – a_4 = 15 \] \[ (a_1 + 8d) – (a_1 + 3d) = 15 \] \[ 5d = 15 \] \[ d = 3 \]

From (i): \( a_1 = 2(3) = 6 \)

The AP is \( 6, 9, 12, 15, 18, \ldots \)

Key Exam Notes — AP nth Term:
  • Always find \( d \) first by subtracting any two consecutive terms.
  • If given two terms (e.g., \( a_m \) and \( a_n \)), set up two equations and solve simultaneously.
  • The formula \( a_n = a_1 + (n-1)d \) works for any term — you do NOT need to list all terms.
  • Common mistake: using \( n \) instead of \( n-1 \). Remember: for the 1st term, \( n-1 = 0 \), so \( a_1 = a_1 + 0 \). This is correct!
Exam-Style Question 1

An AP has first term \( -8 \) and common difference 3. (a) Find the 15th term. (b) Is 100 a term of this AP? If so, which term?

(a) \( a_{15} = -8 + (15-1) \times 3 = -8 + 42 = 34 \)

(b) Set \( a_n = 100 \):

\[ -8 + (n-1) \times 3 = 100 \] \[ (n-1) \times 3 = 108 \] \[ n – 1 = 36 \] \[ n = 37 \]

Yes, 100 is the 37th term of this AP.

Exam-Style Question 2

If the 3rd and 7th terms of an AP are 14 and 30 respectively, find the first term, the common difference, and the 20th term.

\[ a_3 = a_1 + 2d = 14 \quad \text{…(i)} \] \[ a_7 = a_1 + 6d = 30 \quad \text{…(ii)} \]

Subtract (i) from (ii): \( 4d = 16 \), so \( d = 4 \)

From (i): \( a_1 + 8 = 14 \), so \( a_1 = 6 \)

\[ a_{20} = 6 + 19 \times 4 = 6 + 76 = 82 \]

3. Arithmetic Mean

If three numbers are in AP, the middle number is called the Arithmetic Mean (AM) of the other two.

\[ \text{If } a, A, b \text{ are in AP, then } A = \frac{a + b}{2} \]
This is simply the average of the two numbers.

Worked Example 7: Insert 3 arithmetic means between 4 and 24.

Solution: We need 5 numbers in total in AP: \( 4, \_, \_, \_, 24 \)

Here \( a_1 = 4 \), \( a_5 = 24 \), \( n = 5 \)

\[ a_5 = a_1 + 4d \] \[ 24 = 4 + 4d \] \[ 4d = 20 \] \[ d = 5 \]

The AP is: \( 4, 9, 14, 19, 24 \)

The three arithmetic means are: \( 9, 14, 19 \)

Practice Question 3

Insert 4 arithmetic means between 3 and 23.

Total terms = 6. \( a_1 = 3 \), \( a_6 = 23 \)

\[ 23 = 3 + 5d \Rightarrow 5d = 20 \Rightarrow d = 4 \]

AP: \( 3, 7, 11, 15, 19, 23 \)

Four arithmetic means: \( 7, 11, 15, 19 \)

4. Arithmetic Series

An Arithmetic Series is the sum of the terms of an arithmetic sequence.

4.1 Sum of an Arithmetic Series

\[ S_n = \frac{n}{2}(a_1 + a_n) \]
Alternatively, using \( a_n = a_1 + (n-1)d \):
\[ S_n = \frac{n}{2}[2a_1 + (n – 1)d] \]
Where \( S_n \) = sum of first \( n \) terms.

This formula makes sense! If you add the first and last term, you get \( a_1 + a_n \). If you add the second and second-to-last, you get the same total \( a_2 + a_{n-1} = a_1 + a_n \). There are \( n/2 \) such pairs (or \( n \) terms with average \( (a_1+a_n)/2 \)).

Worked Example 8: Find the sum of the first 20 terms of the AP: \( 3, 7, 11, 15, \ldots \)

See also  Mathematical Applications in Business: Detailed Notes & Exam Questions | Grade 12 Mathematics Unit 5

Solution:

\( a_1 = 3 \), \( d = 4 \), \( n = 20 \)

\[ S_{20} = \frac{20}{2}[2(3) + 19 \times 4] \] \[ = 10[6 + 76] \] \[ = 10 \times 82 = 820 \]

Worked Example 9: Find the sum of all positive integers from 1 to 100.

Solution:

\( a_1 = 1 \), \( a_{100} = 100 \), \( n = 100 \)

\[ S_{100} = \frac{100}{2}(1 + 100) = 50 \times 101 = 5050 \]

This famous result was reportedly found by the mathematician Gauss as a young student!

Worked Example 10: How many terms of the AP \( 18, 15, 12, 9, \ldots \) are needed to give a sum of 0?

Solution:

\( a_1 = 18 \), \( d = -3 \) (decreasing AP!), \( S_n = 0 \)

\[ 0 = \frac{n}{2}[2(18) + (n-1)(-3)] \] \[ 0 = \frac{n}{2}[36 – 3n + 3] \] \[ 0 = \frac{n}{2}[39 – 3n] \] \[ n(39 – 3n) = 0 \]

So \( n = 0 \) (reject) or \( 39 – 3n = 0 \), giving \( n = 13 \)

\[ n = 13 \text{ terms} \]
Key Exam Notes — Arithmetic Series:
  • For a decreasing AP, \( d \) is negative. The formulas still work perfectly!
  • If \( S_n \) is given and you need to find \( n \), you will get a quadratic equation. Reject any negative or zero solution for \( n \).
  • Use \( S_n = \frac{n}{2}(a_1 + a_n) \) when you know the last term. Use \( S_n = \frac{n}{2}[2a_1 + (n-1)d] \) when you don’t.
Exam-Style Question 3

The sum of the first 15 terms of an AP is 525. The first term is 8. Find the common difference and the 15th term.

\[ S_{15} = \frac{15}{2}[2(8) + 14d] = 525 \] \[ \frac{15}{2}[16 + 14d] = 525 \] \[ 16 + 14d = \frac{525 \times 2}{15} = 70 \] \[ 14d = 54 \] \[ d = \frac{54}{14} = \frac{27}{7} \approx 3.857 \]
\[ a_{15} = 8 + 14 \times \frac{27}{7} = 8 + 54 = 62 \]

5. Sigma Notation

Sigma notation (written as \( \sum \), the Greek capital letter “sigma”) is a compact way to write the sum of a sequence.

\[ \sum_{k=1}^{n} a_k = a_1 + a_2 + a_3 + \cdots + a_n \]
This reads: “The sum of \( a_k \) from \( k = 1 \) to \( k = n \)”

Worked Example 11: Evaluate \( \sum_{k=1}^{5} (3k + 1) \)

Solution:

Substitute \( k = 1, 2, 3, 4, 5 \):

\[ = (3 \times 1 + 1) + (3 \times 2 + 1) + (3 \times 3 + 1) + (3 \times 4 + 1) + (3 \times 5 + 1) \] \[ = 4 + 7 + 10 + 13 + 16 = 50 \]

Worked Example 12: Evaluate \( \sum_{k=1}^{20} (2k – 1) \)

Solution: This is the sum of the first 20 odd numbers: \( 1 + 3 + 5 + \cdots + 39 \)

This is an AP with \( a_1 = 1 \), \( d = 2 \), \( n = 20 \)

\[ S_{20} = \frac{20}{2}[2(1) + 19 \times 2] = 10[2 + 38] = 10 \times 40 = 400 \]

Worked Example 13: Evaluate \( \sum_{k=1}^{50} k^2 \)

Solution: This requires the sum of squares formula:

\[ \sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6} \]
\[ \sum_{k=1}^{50} k^2 = \frac{50 \times 51 \times 101}{6} = \frac{257550}{6} = 42925 \]
Important Sigma Formulas:
\[ \sum_{k=1}^{n} k = \frac{n(n+1)}{2} \quad \text{(sum of first n natural numbers)} \] \[ \sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6} \quad \text{(sum of squares)} \] \[ \sum_{k=1}^{n} k^3 = \left[\frac{n(n+1)}{2}\right]^2 \quad \text{(sum of cubes)} \]
Practice Question 4

Evaluate \( \sum_{k=1}^{100} k \) and \( \sum_{k=1}^{10} k^3 \).

\[ \sum_{k=1}^{100} k = \frac{100 \times 101}{2} = 5050 \] \[ \sum_{k=1}^{10} k^3 = \left[\frac{10 \times 11}{2}\right]^2 = 55^2 = 3025 \]

Interesting fact: \( 1^3 + 2^3 + \cdots + 10^3 = (1+2+\cdots+10)^2 = 55^2 \). The sum of cubes always equals the square of the sum!

6. Geometric Sequences (Geometric Progression — GP)

A Geometric Sequence (or Geometric Progression, GP) is a sequence where the ratio of any two consecutive terms is always the same. This constant ratio is called the common ratio, denoted by \( r \).

Definition: A sequence \( a_1, a_2, a_3, \ldots \) is geometric if \( \frac{a_{n+1}}{a_n} = r \) (constant) for all \( n \).
\[ r = \frac{a_2}{a_1} = \frac{a_3}{a_2} = \frac{a_4}{a_3} = \cdots \]

Unlike an AP where we ADD a constant, in a GP we MULTIPLY by a constant. If \( r = 2 \), each term doubles: 3, 6, 12, 24, 48, … If \( r = \frac{1}{2} \), each term halves: 32, 16, 8, 4, 2, …

6.1 The General Term of a GP

\[ a_n = a_1 \cdot r^{n-1} \]
Where:
  • \( a_n \) = the \( n \)-th term
  • \( a_1 \) = the first term
  • \( r \) = the common ratio
  • \( n \) = the position number

Worked Example 14: In the GP \( 5, 15, 45, 135, \ldots \), find: (a) the common ratio, (b) the 8th term, (c) which term equals \( 5 \times 3^{10} \).

Solution:

(a) \( r = \frac{15}{5} = 3 \)

(b) \( a_8 = 5 \times 3^{7} = 5 \times 2187 = 10935 \)

(c) Set \( a_n = 5 \times 3^{10} \):

\[ 5 \times 3^{n-1} = 5 \times 3^{10} \] \[ n – 1 = 10 \] \[ n = 11 \]

Worked Example 15: The 4th term of a GP is 54 and the 7th term is 1458. Find the first term and common ratio.

Solution:

\[ a_4 = a_1 \cdot r^3 = 54 \quad \text{…(i)} \] \[ a_7 = a_1 \cdot r^6 = 1458 \quad \text{…(ii)} \]

Divide (ii) by (i):

\[ \frac{a_1 \cdot r^6}{a_1 \cdot r^3} = \frac{1458}{54} \] \[ r^3 = 27 \] \[ r = 3 \]

From (i): \( a_1 \times 27 = 54 \), so \( a_1 = 2 \)

The GP is \( 2, 6, 18, 54, \ldots \)

Worked Example 16: Find the 5th term of the GP: \( \frac{2}{3}, \frac{4}{9}, \frac{8}{27}, \ldots \)

Solution:

\( a_1 = \frac{2}{3} \), \( r = \frac{4/9}{2/3} = \frac{4}{9} \times \frac{3}{2} = \frac{2}{3} \)

\[ a_5 = \frac{2}{3} \times \left(\frac{2}{3}\right)^4 = \frac{2}{3} \times \frac{16}{81} = \frac{32}{243} \]
Key Exam Notes — GP nth Term:
  • \( r \) can be a fraction (less than 1), which gives a decreasing GP.
  • \( r \) can be negative, which gives an alternating GP: \( 3, -6, 12, -24, \ldots \)
  • When given two terms of a GP, divide the equations to eliminate \( a_1 \) and find \( r \) first.
  • Be careful with exponents: \( a_n = a_1 \cdot r^{n-1} \) (power is \( n-1 \), not \( n \)).
Exam-Style Question 4

A GP has first term 3 and common ratio \( \frac{1}{2} \). (a) Find the 10th term. (b) Which term is the first to be less than 0.01?

(a) \( a_{10} = 3 \times \left(\frac{1}{2}\right)^9 = 3 \times \frac{1}{512} = \frac{3}{512} \approx 0.00586 \)

(b) We need \( a_n < 0.01 \):

\[ 3 \times \left(\frac{1}{2}\right)^{n-1} < 0.01 \] \[ \left(\frac{1}{2}\right)^{n-1} < \frac{0.01}{3} = \frac{1}{300} \] \[ 2^{n-1} > 300 \]

\( 2^8 = 256 \) (not > 300), \( 2^9 = 512 > 300 \). So \( n – 1 = 9 \), \( n = 10 \).

The 10th term is the first term less than 0.01.

7. Geometric Mean

If three positive numbers are in GP, the middle number is called the Geometric Mean (GM) of the other two.

\[ \text{If } a, G, b \text{ are in GP, then } G = \sqrt{ab} \]
(The geometric mean is the square root of the product.)

Worked Example 17: Insert 2 geometric means between 4 and 108.

Solution: We need 4 numbers in GP: \( 4, \_, \_, 108 \)

\( a_1 = 4 \), \( a_4 = 108 \), \( n = 4 \)

\[ a_4 = a_1 \cdot r^3 \] \[ 108 = 4 \cdot r^3 \] \[ r^3 = 27 \] \[ r = 3 \]

The GP is: \( 4, 12, 36, 108 \)

The two geometric means are: \( 12, 36 \)

Practice Question 5

Insert 3 geometric means between 2 and 162.

Total terms = 5. \( a_1 = 2 \), \( a_5 = 162 \)

\[ 162 = 2 \cdot r^4 \Rightarrow r^4 = 81 \Rightarrow r = 3 \]

GP: \( 2, 6, 18, 54, 162 \)

Three geometric means: \( 6, 18, 54 \)

8. Geometric Series

A Geometric Series is the sum of the terms of a geometric sequence.

8.1 Sum of a Finite Geometric Series

\[ S_n = \frac{a_1(r^n – 1)}{r – 1} \quad \text{for } r \neq 1 \]
Alternatively:
\[ S_n = \frac{a_1(1 – r^n)}{1 – r} \quad \text{(often easier when } |r| < 1\text{)} \]
When \( r = 1 \): \( S_n = n \cdot a_1 \)

Worked Example 18: Find the sum of the first 8 terms of the GP: \( 3, 6, 12, 24, \ldots \)

Solution:

\( a_1 = 3 \), \( r = 2 \), \( n = 8 \)

\[ S_8 = \frac{3(2^8 – 1)}{2 – 1} = \frac{3(256 – 1)}{1} = 3 \times 255 = 765 \]

Worked Example 19: Find the sum: \( 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots + \frac{1}{256} \)

Solution:

\( a_1 = 1 \), \( r = \frac{1}{2} \). We need to find \( n \). \( \frac{1}{256} = \left(\frac{1}{2}\right)^8 \), so this is \( a_9 \), meaning \( n = 9 \).

\[ S_9 = \frac{1\left(1 – \left(\frac{1}{2}\right)^9\right)}{1 – \frac{1}{2}} = \frac{1 – \frac{1}{512}}{\frac{1}{2}} = \frac{\frac{511}{512}}{\frac{1}{2}} = \frac{511}{256} \approx 1.996 \]

8.2 Infinite Geometric Series

When \( |r| < 1 \) (i.e., \( -1 < r < 1 \)), the terms get smaller and smaller, and the series approaches a finite value. We can find the sum to infinity:

\[ S_{\infty} = \frac{a_1}{1 – r} \quad \text{only when } |r| < 1 \]

Think about it: if you keep adding half of what’s left (\( r = \frac{1}{2} \)), you keep getting closer to 2 but never exceed it. That’s why the sum converges!

Worked Example 20: Find the sum to infinity: \( 1 + \frac{1}{3} + \frac{1}{9} + \frac{1}{27} + \cdots \)

See also  Introduction to Linear Programming: Detailed Notes & Exam Questions | Grade 12 Mathematics Unit 4

Solution:

\( a_1 = 1 \), \( r = \frac{1}{3} \). Since \( |r| = \frac{1}{3} < 1 \), the sum converges.

\[ S_{\infty} = \frac{1}{1 – \frac{1}{3}} = \frac{1}{\frac{2}{3}} = \frac{3}{2} = 1.5 \]

Worked Example 21: Express \( 0.\overline{7} \) (meaning \( 0.7777\ldots \)) as a fraction.

Solution:

\[ 0.\overline{7} = 0.7 + 0.07 + 0.007 + 0.0007 + \cdots \]

This is an infinite GP with \( a_1 = 0.7 \), \( r = 0.1 \)

\[ S_{\infty} = \frac{0.7}{1 – 0.1} = \frac{0.7}{0.9} = \frac{7}{9} \]

Worked Example 22: Express \( 0.\overline{63} \) (meaning \( 0.636363\ldots \)) as a fraction.

Solution:

\[ 0.\overline{63} = 0.63 + 0.0063 + 0.000063 + \cdots \]

\( a_1 = 0.63 \), \( r = 0.01 \)

\[ S_{\infty} = \frac{0.63}{1 – 0.01} = \frac{0.63}{0.99} = \frac{63}{99} = \frac{7}{11} \]
Key Exam Notes — Geometric Series:
  • \( S_{\infty} \) ONLY exists when \( |r| < 1 \). If \( |r| \geq 1 \), the sum diverges (goes to infinity).
  • For converting repeating decimals: the repeating part is \( a_1 \), and \( r = \frac{1}{10^k} \) where \( k \) is the number of repeating digits.
  • Use \( S_n = \frac{a_1(1-r^n)}{1-r} \) when \( |r| < 1 \) (avoids negative numerator issues).
  • Use \( S_n = \frac{a_1(r^n – 1)}{r-1} \) when \( r > 1 \).
Exam-Style Question 5

(a) Find the sum to infinity of \( 8 + 4 + 2 + 1 + \cdots \)

(b) Express \( 0.\overline{45} \) as a fraction in lowest terms.

(a) \( a_1 = 8 \), \( r = \frac{1}{2} \). Since \( |r| < 1 \):

\[ S_{\infty} = \frac{8}{1 – \frac{1}{2}} = \frac{8}{\frac{1}{2}} = 16 \]

(b) \( 0.\overline{45} = 0.45 + 0.0045 + 0.000045 + \cdots \)

\( a_1 = 0.45 \), \( r = 0.01 \)

\[ S_{\infty} = \frac{0.45}{1 – 0.01} = \frac{0.45}{0.99} = \frac{45}{99} = \frac{5}{11} \]

9. Summary of Key Exam Notes

  • AP: constant difference \( d \). Formula: \( a_n = a_1 + (n-1)d \). Sum: \( S_n = \frac{n}{2}(a_1 + a_n) \)
  • GP: constant ratio \( r \). Formula: \( a_n = a_1 \cdot r^{n-1} \). Sum: \( S_n = \frac{a_1(r^n-1)}{r-1} \)
  • Infinite GP: \( S_{\infty} = \frac{a_1}{1-r} \), only when \( |r| < 1 \)
  • Arithmetic Mean: \( A = \frac{a+b}{2} \)
  • Geometric Mean: \( G = \sqrt{ab} \) (for positive numbers)
  • Sigma formulas: \( \sum k = \frac{n(n+1)}{2} \), \( \sum k^2 = \frac{n(n+1)(2n+1)}{6} \), \( \sum k^3 = \left[\frac{n(n+1)}{2}\right]^2 \)
  • Repeating decimals → fractions: use infinite GP with \( r = 10^{-k} \)
  • Always check: is the sequence AP (constant difference) or GP (constant ratio)?
  • For decreasing sequences, \( d < 0 \) (AP) or \( 0 < r < 1 \) (GP).
Exam-Style Question 6

An AP has first term 5 and common difference 3. A GP has first term 5 and common ratio 2. After how many terms will the GP first exceed the sum of the first \( n \) terms of the AP?

AP sum: \( S_n = \frac{n}{2}[2(5) + (n-1)(3)] = \frac{n}{2}(10 + 3n – 3) = \frac{n(3n+7)}{2} \)

GP \( n \)-th term: \( a_n = 5 \times 2^{n-1} \)

We need \( 5 \times 2^{n-1} > \frac{n(3n+7)}{2} \), i.e., \( 10 \times 2^{n-1} > n(3n+7) \)

Test values:

\( n \)GP term \( 5 \times 2^{n-1} \)AP sum \( \frac{n(3n+7)}{2} \)GP > AP sum?
155No
21013No
32024No
44038Yes ✓

After 4 terms, the GP term first exceeds the AP sum.

Quick Revision Notes — Sequences and Series

1. Important Definitions

  • Sequence: An ordered list of numbers following a pattern (e.g., \( 2, 5, 8, \ldots \))
  • Series: The sum of the terms of a sequence (e.g., \( 2 + 5 + 8 + \cdots \))
  • nth term (\( a_n \)): A formula giving any term by its position
  • Arithmetic Progression (AP): Sequence with constant difference \( d \) between consecutive terms
  • Geometric Progression (GP): Sequence with constant ratio \( r \) between consecutive terms
  • Arithmetic Mean (AM): \( \frac{a+b}{2} \) — middle term when three numbers are in AP
  • Geometric Mean (GM): \( \sqrt{ab} \) — middle term when three positive numbers are in GP
  • Sigma notation (\( \sum \)): Compact notation for writing sums
  • Infinite series: Sum of infinitely many terms (only converges for GP when \( |r| < 1 \))

2. All Key Formulas

ARITHMETIC PROGRESSION:

\[ a_n = a_1 + (n-1)d \] \[ d = a_{n+1} – a_n \] \[ S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}[2a_1 + (n-1)d] \] \[ \text{AM} = \frac{a + b}{2} \]

GEOMETRIC PROGRESSION:

\[ a_n = a_1 \cdot r^{n-1} \] \[ r = \frac{a_{n+1}}{a_n} \] \[ S_n = \frac{a_1(r^n – 1)}{r – 1} = \frac{a_1(1 – r^n)}{1 – r} \] \[ S_n = n \cdot a_1 \quad \text{when } r = 1 \] \[ S_{\infty} = \frac{a_1}{1 – r} \quad \text{when } |r| < 1 \] \[ \text{GM} = \sqrt{ab} \quad (a, b > 0) \]

SIGMA NOTATION:

\[ \sum_{k=1}^{n} k = \frac{n(n+1)}{2} \] \[ \sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6} \] \[ \sum_{k=1}^{n} k^3 = \left[\frac{n(n+1)}{2}\right]^2 \] \[ \sum_{k=1}^{n} c = cn \quad \text{(constant summed } n \text{ times)} \] \[ \sum_{k=1}^{n} c \cdot a_k = c \sum_{k=1}^{n} a_k \quad \text{(constant can come out)} \]

REPEATING DECIMALS:

\[ 0.\overline{a_1 a_2 \ldots a_k} = \frac{a_1 a_2 \ldots a_k}{10^k – 1} \]

Example: \( 0.\overline{123} = \frac{123}{999} = \frac{41}{333} \)

3. Quick Identification Guide

FeatureArithmetic (AP)Geometric (GP)
PatternADD constant \( d \)MULTIPLY by constant \( r \)
How to check\( a_2 – a_1 = a_3 – a_2 = \cdots \)\( \frac{a_2}{a_1} = \frac{a_3}{a_2} = \cdots \)
nth term\( a_1 + (n-1)d \)\( a_1 \cdot r^{n-1} \)
Sum\( \frac{n}{2}(a_1 + a_n) \)\( \frac{a_1(r^n-1)}{r-1} \)
Mean\( \frac{a+b}{2} \)\( \sqrt{ab} \)
Infinite sumNever converges (unless \( d=0 \))\( \frac{a_1}{1-r} \) if \( |r|<1 \)

4. Common Mistakes to Avoid

  1. Using \( n \) instead of \( n-1 \): The nth term is \( a_1 + (n-1)d \), NOT \( a_1 + nd \). Check with \( n=1 \): \( a_1 + 0 = a_1 \) ✓
  2. Confusing AP and GP: Always check: is it addition (AP) or multiplication (GP)?
  3. Forgetting \( |r| < 1 \) condition: You can ONLY use \( S_{\infty} = \frac{a_1}{1-r} \) when \( |r| < 1 \). If \( r = 3 \), the infinite sum does NOT exist!
  4. Wrong formula for \( S_n \) when \( r < 1 \): Use \( \frac{a_1(1-r^n)}{1-r} \) to avoid negative values.
  5. Negative \( r \): A GP can have \( r < 0 \), giving alternating signs. The formulas still work!
  6. Repeating decimal error: For \( 0.\overline{3} \), \( a_1 = 0.3 \) (not 3) and \( r = 0.1 \).
  7. Arithmetic vs geometric mean: AM uses addition (average); GM uses multiplication (square root of product).
  8. Inserting means: “Insert 3 arithmetic means between \( a \) and \( b \)” means the total has 5 terms, NOT 3.
  9. Quadratic equations for \( n \): When finding \( n \) from \( S_n \), you get a quadratic. Reject negative or zero \( n \).
  10. Sigma limits: \( \sum_{k=1}^{n} \) means starting from \( k=1 \). If it says \( \sum_{k=0}^{n} \), the first term uses \( k=0 \).

5. Quick Examples

Q: AP: \( a_1 = 10 \), \( d = -3 \). Find \( a_{12} \).

A: \( a_{12} = 10 + 11(-3) = 10 – 33 = -23 \)

Q: GP: \( a_1 = 2 \), \( r = 3 \). Find \( S_5 \).

A: \( S_5 = \frac{2(3^5 – 1)}{3-1} = \frac{2(243-1)}{2} = 242 \)

Q: \( S_{\infty} \) of \( 6 + 2 + \frac{2}{3} + \cdots \)?

A: \( r = \frac{1}{3} \). \( S_{\infty} = \frac{6}{1-1/3} = \frac{6}{2/3} = 9 \)

Q: \( 0.\overline{8} \) as a fraction?

A: \( \frac{0.8}{1-0.1} = \frac{0.8}{0.9} = \frac{8}{9} \)

Q: GM of 4 and 9?

A: \( \sqrt{4 \times 9} = \sqrt{36} = 6 \)

Challenge Exam Questions — Sequences and Series

These questions test your deep understanding. Try each one fully before checking the answer!

Section A: Multiple Choice Questions

Question 1
MCQ

The 10th term of the AP \( 4, 7, 10, 13, \ldots \) is:

A) 29    B) 31    C) 34    D) 30

Answer: B) 31

\[ a_{10} = 4 + 9 \times 3 = 4 + 27 = 31 \]
Question 2
MCQ

The sum to infinity of \( 5 – \frac{5}{2} + \frac{5}{4} – \frac{5}{8} + \cdots \) is:

A) 10    B) \( \frac{10}{3} \)    C) \( \frac{5}{3} \)    D) Does not exist

Answer: B) \( \frac{10}{3} \)

\( a_1 = 5 \), \( r = -\frac{1}{2} \). Since \( |r| = \frac{1}{2} < 1 \):

\[ S_{\infty} = \frac{5}{1 – (-1/2)} = \frac{5}{3/2} = \frac{10}{3} \]

Note: Negative \( r \) is fine as long as \( |r| < 1 \)!

Question 3
MCQ

If \( 2x, x+10, 3x+2 \) are three consecutive terms of an AP, then \( x = \):

A) 4    B) 6    C) 8    D) 3

Answer: B) 6

For three terms in AP: \( 2 \times \text{middle} = \text{first} + \text{third} \)

\[ 2(x + 10) = 2x + 3x + 2 \] \[ 2x + 20 = 5x + 2 \] \[ 18 = 3x \] \[ x = 6 \]
Question 4
MCQ

The sum \( \sum_{k=1}^{6} (k^2 + 1) \) equals:

A) 91    B) 97    C) 86    D) 92

Answer: B) 97

\[ \sum_{k=1}^{6} k^2 + \sum_{k=1}^{6} 1 = \frac{6 \times 7 \times 13}{6} + 6 = 91 + 6 = 97 \]
Question 5
MCQ

The geometric mean of \( \frac{1}{2} \) and \( 8 \) is:

A) 4    B) 2    C) \( \frac{17}{4} \)    D) \( \sqrt{\frac{17}{2}} \)

Answer: B) 2

\[ \text{GM} = \sqrt{\frac{1}{2} \times 8} = \sqrt{4} = 2 \]

Section B: Fill in the Blanks

Question 6
Fill in the Blank

In an AP, if \( a_1 = 3 \) and \( a_{10} = 30 \), then \( d = \) ________

Answer: 3

\[ 30 = 3 + 9d \Rightarrow 9d = 27 \Rightarrow d = 3 \]
Question 8
Fill in the Blank

\( 0.\overline{27} = \) ________ (as a fraction in lowest terms)

Answer: \( \frac{3}{11} \)

\[ 0.\overline{27} = \frac{27}{99} = \frac{3}{11} \]
Question 9
Fill in the Blank

If \( \sum_{k=1}^{n} k = 55 \), then \( n = \) ________

Answer: 10

\[ \frac{n(n+1)}{2} = 55 \Rightarrow n(n+1) = 110 \Rightarrow n = 10 \]
Question 10
Fill in the Blank

The number of terms in the AP \( 7, 11, 15, \ldots, 79 \) is ________

Answer: 19

\[ 79 = 7 + (n-1) \times 4 \Rightarrow 72 = 4(n-1) \Rightarrow n-1 = 18 \Rightarrow n = 19 \]

Section C: Short Answer Questions

Question 11
Short Answer

How can you quickly check if three numbers are in AP? How about GP?

AP check: Three numbers \( a, b, c \) are in AP if and only if \( 2b = a + c \) (i.e., twice the middle equals the sum of the extremes). Equivalently, \( b – a = c – b \).

GP check: Three positive numbers \( a, b, c \) are in GP if and only if \( b^2 = ac \) (i.e., the middle squared equals the product of the extremes). Equivalently, \( \frac{b}{a} = \frac{c}{b} \).

Question 12
Short Answer

Why does the infinite geometric series \( 1 + 2 + 4 + 8 + \cdots \) NOT have a finite sum?

The common ratio is \( r = 2 \). Since \( |r| = 2 > 1 \), the terms grow larger and larger instead of approaching zero. The partial sums are \( 1, 3, 7, 15, 31, \ldots \) which grow without bound. The infinite sum formula \( S_{\infty} = \frac{a_1}{1-r} \) is ONLY valid when \( |r| < 1 \).

Question 13
Short Answer

Find the sum of the first 100 odd numbers without adding them one by one.

The first 100 odd numbers form an AP: \( 1, 3, 5, \ldots \) with \( a_1 = 1 \), \( d = 2 \), \( n = 100 \).

The 100th odd number: \( a_{100} = 1 + 99 \times 2 = 199 \)

\[ S_{100} = \frac{100}{2}(1 + 199) = 50 \times 200 = 10000 \]

The sum of the first \( n \) odd numbers is always \( n^2 \). Here \( 100^2 = 10000 \). ✓

Section D: Step-by-Step Calculation Questions

Question 14
Calculation

The sum of the first 8 terms of an AP is 124. The sum of the first 16 terms is 448. Find the first term and common difference.

\[ S_8 = \frac{8}{2}[2a_1 + 7d] = 4(2a_1 + 7d) = 124 \quad \text{…(i)} \] \[ S_{16} = \frac{16}{2}[2a_1 + 15d] = 8(2a_1 + 15d) = 448 \quad \text{…(ii)} \]

From (i): \( 2a_1 + 7d = 31 \) … (iii)

From (ii): \( 2a_1 + 15d = 56 \) … (iv)

Subtract (iii) from (iv): \( 8d = 25 \), so \( d = \frac{25}{8} = 3.125 \)

From (iii): \( 2a_1 + 7 \times \frac{25}{8} = 31 \), \( 2a_1 = 31 – \frac{175}{8} = \frac{248-175}{8} = \frac{73}{8} \)

\[ a_1 = \frac{73}{16} = 4.5625\]
Question 15
Calculation

A ball is dropped from a height of 80 meters. Each time it bounces, it rises to 75% of its previous height. Find the total distance travelled by the ball before it comes to rest.

The ball falls 80 m, then rises \( 80 \times 0.75 \), then falls \( 80 \times 0.75 \), then rises \( 80 \times 0.75^2 \), etc.

\[ \text{Distance} = 80 + 2(80 \times 0.75 + 80 \times 0.75^2 + 80 \times 0.75^3 + \cdots) \]

The infinite GP inside the brackets: \( a_1 = 60 \), \( r = 0.75 \)

\[ S_{\infty} = \frac{60}{1 – 0.75} = \frac{60}{0.25} = 240 \]
\[ \text{Total} = 80 + 2 \times 240 = 80 + 480 = 560 \text{ meters} \]

Key insight: After the first fall, every bounce involves going UP and DOWN the same distance, so we multiply by 2!

Question 16
Calculation

Evaluate \( \sum_{k=1}^{20} (2k + 3) – \sum_{k=1}^{15} (3k – 1) \)

\[ \sum_{k=1}^{20} (2k + 3) = 2 \sum_{k=1}^{20} k + \sum_{k=1}^{20} 3 = 2 \times \frac{20 \times 21}{2} + 60 = 420 + 60 = 480 \]
\[ \sum_{k=1}^{15} (3k – 1) = 3 \sum_{k=1}^{15} k – \sum_{k=1}^{15} 1 = 3 \times \frac{15 \times 16}{2} – 15 = 360 – 15 = 345 \]
\[ \text{Result} = 480 – 345 = 135 \]
Question 17
Calculation

The 4th term of a GP is 2 and the 7th term is \( \frac{16}{27} \). Find the sum of the first 10 terms.

\[ a_4 = a_1 \cdot r^3 = 2 \quad \text{…(i)} \] \[ a_7 = a_1 \cdot r^6 = \frac{16}{27} \quad \text{…(ii)} \]

Divide (ii) by (i): \( r^3 = \frac{16/27}{2} = \frac{8}{27} \), so \( r = \frac{2}{3} \)

From (i): \( a_1 \times \frac{8}{27} = 2 \), so \( a_1 = \frac{27}{4} \)

\[ S_{10} = \frac{\frac{27}{4}\left(1 – \left(\frac{2}{3}\right)^{10}\right)}{1 – \frac{2}{3}} = \frac{\frac{27}{4}\left(1 – \frac{1024}{59049}\right)}{\frac{1}{3}} \] \[ = \frac{27}{4} \times 3 \times \frac{58025}{59049} = \frac{81 \times 58025}{4 \times 59049} = \frac{4700025}{236196} \approx 19.90 \]
Question 18
Calculation

The sum of three numbers in AP is 27 and their product is 504. Find the three numbers.

Let the three numbers be \( a-d \), \( a \), \( a+d \).

\[ (a-d) + a + (a+d) = 27 \Rightarrow 3a = 27 \Rightarrow a = 9 \]
\[ (9-d)(9)(9+d) = 504 \] \[ 9(81 – d^2) = 504 \] \[ 81 – d^2 = 56 \] \[ d^2 = 25 \] \[ d = 5 \text{ or } d = -5 \]

When \( d = 5 \): \( 4, 9, 14 \). When \( d = -5 \): \( 14, 9, 4 \). Same set!

\[ \text{The numbers are } 4, 9, 14 \]
Question 19
Calculation

If \( S_n = 3n^2 + 2n \) is the sum of the first \( n \) terms of an AP, find: (a) the first term, (b) the common difference, (c) the 20th term.

(a) \( a_1 = S_1 = 3(1)^2 + 2(1) = 5 \)

(b) \( S_2 = 3(4) + 4 = 16 \). So \( a_2 = S_2 – S_1 = 16 – 5 = 11 \). Thus \( d = a_2 – a_1 = 6 \).

Alternative method: \( S_n = \frac{n}{2}[2a_1 + (n-1)d] \). Comparing with \( 3n^2 + 2n = \frac{n}{2}(6n + 4) = \frac{n}{2}[6 + 6n – 6] = \frac{n}{2}[2(3) + (n-1)(6)] \). So \( a_1 = 3 \)… Wait, let me redo.

\[ S_n = 3n^2 + 2n = n(3n + 2) = \frac{n}{2}(6n + 4) = \frac{n}{2}[2 \times 2 + (n-1) \times 6] \]

This gives \( a_1 = 2 \) and \( d = 6 \). But \( S_1 = 3 + 2 = 5 \), not 2. The formula comparison method is tricky. Let me use the direct approach:

\( a_1 = S_1 = 5 \), \( a_2 = S_2 – S_1 = 16 – 5 = 11 \), \( d = 6 \).

\[ a_{20} = 5 + 19 \times 6 = 5 + 114 = 119 \]

Answer: \( a_1 = 5 \), \( d = 6 \), \( a_{20} = 119 \)

Question 20
Calculation

Express \( 0.2\overline{17} \) (meaning \( 0.2171717\ldots \)) as a fraction.

\[ 0.2\overline{17} = 0.2 + 0.017 + 0.00017 + 0.0000017 + \cdots \]

The repeating part is an infinite GP: \( a_1 = 0.017 \), \( r = 0.01 \)

\[ \text{Repeating part} = \frac{0.017}{1 – 0.01} = \frac{0.017}{0.99} = \frac{17}{990} \]
\[ 0.2\overline{17} = 0.2 + \frac{17}{990} = \frac{2}{10} + \frac{17}{990} = \frac{198}{990} + \frac{17}{990} = \frac{215}{990} = \frac{43}{198} \]

Shortcut formula: \( 0.2\overline{17} = \frac{217 – 2}{990} = \frac{215}{990} = \frac{43}{198} \)

Question 21
Calculation

Prove that the sum of the first \( n \) terms of the series \( 1 + 2 + 4 + 7 + 11 + \cdots \) is \( \frac{n(n^2 + 1)}{2} \). (Hint: the differences of consecutive terms form an AP.)

The given series: \( 1, 2, 4, 7, 11, \ldots \)

First differences: \( 1, 2, 3, 4, \ldots \) — this is an AP with \( d = 1 \)!

Such a sequence is called a “quadratic sequence.” The nth term is:

\[ t_n = 1 + \sum_{k=1}^{n-1} k = 1 + \frac{(n-1)n}{2} \]

Now find \( S_n = \sum_{k=1}^{n} t_k \):

\[ S_n = \sum_{k=1}^{n}\left(1 + \frac{(k-1)k}{2}\right) = \sum_{k=1}^{n} 1 + \frac{1}{2}\sum_{k=1}^{n}(k^2 – k) \] \[ = n + \frac{1}{2}\left(\sum_{k=1}^{n}k^2 – \sum_{k=1}^{n}k\right) \] \[ = n + \frac{1}{2}\left(\frac{n(n+1)(2n+1)}{6} – \frac{n(n+1)}{2}\right) \] \[ = n + \frac{n(n+1)}{2}\left(\frac{2n+1}{6} – \frac{1}{2}\right) \] \[ = n + \frac{n(n+1)}{2} \times \frac{2n+1-3}{6} \] \[ = n + \frac{n(n+1)}{2} \times \frac{2n-2}{6} \] \[ = n + \frac{n(n+1)(n-1)}{6} \] \[ = \frac{6n + n(n^2-1)}{6} = \frac{n^3 – n + 6n}{6} = \frac{n^3 + 5n}{6} \]

Wait, this gives \( \frac{n(n^2+5)}{6} \), not \( \frac{n(n^2+1)}{2} \). Let me verify with small \( n \):

\( n = 1 \): sum = 1. \( \frac{1(1+1)}{2} = 1 \) ✓. \( \frac{1(1+5)}{6} = 1 \) ✓. Both give 1.

\( n = 2 \): sum = 1+2 = 3. \( \frac{2(8+1)}{2} = 9 \) ✗. So the formula \( \frac{n(n^2+1)}{2} \) is WRONG for this sequence!

The correct sum is \( \frac{n(n^2+5)}{6} \). The question’s stated formula is incorrect. The proof shows the actual answer.

Question 22
Calculation

A and B are two positive numbers. Their arithmetic mean is 25 and their geometric mean is 20. Find A and B.

\[ \frac{A + B}{2} = 25 \Rightarrow A + B = 50 \quad \text{…(i)} \] \[ \sqrt{AB} = 20 \Rightarrow AB = 400 \quad \text{…(ii)} \]

From (i): \( B = 50 – A \). Substitute in (ii):

\[ A(50 – A) = 400 \] \[ 50A – A^2 = 400 \] \[ A^2 – 50A + 400 = 0 \] \[ A = \frac{50 \pm \sqrt{2500 – 1600}}{2} = \frac{50 \pm \sqrt{900}}{2} = \frac{50 \pm 30}{2} \]

\( A = 40 \) or \( A = 10 \). So the numbers are \( 10 \) and \( 40 \).

Question 23
Calculation

Find the sum of all integers between 100 and 500 that are divisible by 7.

The smallest integer > 100 divisible by 7: \( 105 \) (since \( 100 \div 7 = 14.28 \), next is \( 15 \times 7 = 105 \))

The largest integer < 500 divisible by 7: \( 497 \) (since \( 500 \div 7 = 71.42 \), previous is \( 71 \times 7 = 497 \))

This is an AP: \( 105, 112, 119, \ldots, 497 \) with \( d = 7 \)

\[ 497 = 105 + (n-1) \times 7 \] \[ 392 = 7(n-1) \] \[ n-1 = 56 \] \[ n = 57 \]
\[ S_{57} = \frac{57}{2}(105 + 497) = \frac{57}{2} \times 602 = 57 \times 301 = 17157 \]

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top