Sequences and Series: AP and GP
Why This Matters
This lesson introduces students to Arithmetic Progressions (AP) and Geometric Progressions (GP), fundamental types of sequences and series. We will explore their definitions, formulas for the nth term and sum of n terms, and delve into the concept of sum to infinity for geometric series. Understanding these concepts is crucial for solving problems involving patterns and growth.
Key Words to Know
1. Introduction to Sequences and Series
A sequence is an ordered list of numbers, often defined by a rule or a formula. For example, 2, 4, 6, 8, ... is a sequence of even numbers. Each number in the sequence is called a term. We often denote the nth term as a_n or u_n.
A series is the sum of the terms of a sequence. For instance, 2 + 4 + 6 + 8 + ... is a series. The sum of the first n terms of a series is typically denoted by S_n.
Sequences and series are fundamental in many areas of mathematics, including calculus, statistics, and financial mathematics. Understanding their properties allows us to model and solve problems involving patterns, growth, and decay.
2. Arithmetic Progressions (AP)
An Arithmetic Progression (AP) is a sequence where the difference between consecutive terms is constant. This constant difference is called the common difference, denoted by d.
Key Formulas for AP:
- nth term (a_n): a_n = a + (n-1)d Where a is the first term, n is the term number, and d is the common difference.
- Sum of the first n terms (S_n): S_n = n/2 * (a + a_n) or S_n = n/2 * (2a + (n-1)d)
Example: Consider the AP: 3, 7, 11, 15, ... Here, a = 3 and d = 7 - 3 = 4. To find the 10th term: a_10 = 3 + (10-1)4 = 3 + 94 = 3 + 36 = 39*. To find the sum of the first 10 terms: S_10 = 10/2 * (23 + (10-1)4) = 5 * (6 + 94) = 5 * (6 + 36) = 5 * 42 = 210.*
3. Geometric Progressions (GP)
A Geometric Progression (GP) is a sequence where the ratio between consecutive terms is constant. This constant ratio is called the common ratio, denoted by r.
Key Formulas for GP:
- nth term (a_n): a_n = ar^(n-1) Where a is the first term, n is the term number, and r is the common ratio.
- Sum of the first n terms (S_n): S_n = a(1 - r^n) / (1 - r) (for r < 1) or S_n = a(r^n - 1) / (r - 1) (for r > 1)
Example: Consider the GP: 2, 6, 18, 54, ... Here, a = 2 and r = 6 / 2 = 3. To find the 5th term: a_5 = 2 * 3^(5-1) = 2 * 3^4 = 2 * 81 = 162. To find the sum of the first 5 terms: S_5 = 2(3^5 - 1) / (3 - 1) = 2(243 - 1) / 2 = 242.*
4. Sum to Infinity of a Geometric Progression
For some geometric progressions, if the common ratio r satisfies the condition |r| < 1 (i.e., -1 < r < 1), the sum o...
5. Problem Solving Strategies
When tackling problems involving AP and GP, it's crucial to first identify whether the sequence is arithmetic or geometr...
2 more sections locked
Upgrade to Starter to unlock all study notes, audio listening, and more.
Exam Tips
- 1.Always state the type of progression (AP or GP) and clearly write down the values of 'a', 'd'/'r' before applying formulas.
- 2.Be careful with calculations involving negative common ratios in GP, especially when raising them to powers.
- 3.For sum to infinity questions, explicitly check and state that *|r| < 1* before using the formula. If not, state that the sum to infinity does not exist.
- 4.Practice solving simultaneous equations for problems where two terms of a sequence are given, requiring you to find 'a' and 'd' or 'a' and 'r'.
- 5.Pay attention to wording like 'term number' (n) versus 'value of the term' (a_n) and 'sum of terms' (S_n).