5/recent/ticker-posts

Arithmetic Progression

A Complete Guide to Arithmetic Progressions: Formulas, Derivations, and Examples

Geometric Progression
Arithmetic Progression Manik Bhola | downloadmynotes.blogspot.com

An Arithmetic Progression (AP) is a sequence of numbers in which the difference between any two consecutive terms remains constant. This constant difference is called the common difference (d). For example, the sequence 3, 7, 11, 15, 19... is an arithmetic progression because each term is obtained by adding 4 to the previous term. In this case, the first term (\(a\)) is 3, and the common difference (\(d\)) is 4. Arithmetic progressions are widely used in mathematics and daily life to model scenarios with constant growth or decay, such as calculating simple interest, recurring deposits, or seats in an auditorium layout.

Real-World Applications of Arithmetic Progressions

Arithmetic progressions appear in many practical situations. For example, if you start a savings plan where you deposit $50 in the first month and increase your deposit by $10 every subsequent month, your monthly deposits form an AP: 50, 60, 70, 80... Similarly, when building an auditorium, architects often arrange seats such that each row has 2 more seats than the row in front of it. By using arithmetic progression formulas, the venue manager can quickly calculate the seating capacity of any row and the total seating capacity of the entire hall without counting each seat manually.

Core Prerequisites

To work with arithmetic progressions, you must be familiar with basic algebra, sequences, and solving linear equations with one or two variables. Understanding summation notation is also helpful when calculating the sum of multiple terms.

Key Formulas in Arithmetic Progressions

There are two primary formulas used to solve almost all problems related to arithmetic progressions.

1. The General Term (n-th Term) Formula

To find any specific term in an AP without writing out the entire sequence, we use the formula:

$$a_n = a + (n - 1)d$$

Where:

  • \(a_n\) is the n-th term you want to find.
  • \(a\) is the first term of the sequence.
  • \(n\) is the position of the term (e.g., \(n = 10\) for the 10th term).
  • \(d\) is the common difference.

Let us find the 12th term of the sequence 5, 8, 11, 14...:

Here, \(a = 5\) and \(d = 3\). We want to find \(a_{12}\), so \(n = 12\).

$$a_{12} = 5 + (12 - 1)3 = 5 + (11)3 = 5 + 33 = 38$$

The 12th term is 38.

2. Sum of the First n Terms Formula

To calculate the sum of the first n terms (\(S_n\)) of an AP, we use the formula:

$$S_n = \frac{n}{2} [2a + (n - 1)d]$$

Alternatively, if you know the first term (\(a\)) and the last term (\(l\)) of the finite sequence, you can use the simpler formula:

$$S_n = \frac{n}{2} (a + l)$$

Let us find the sum of the first 20 terms of the sequence 2, 4, 6, 8...:

Here, \(a = 2\), \(d = 2\), and \(n = 20\).

$$S_{20} = \frac{20}{2} [2(2) + (20 - 1)2] = 10 [4 + 38] = 420$$

The sum is 420.

Common Student Errors

A frequent error is miscalculating the common difference (\(d\)). Remember that \(d\) is calculated by subtracting the previous term from the next term (\(a_2 - a_1\)), not the other way around. If the sequence is decreasing (e.g., 10, 7, 4...), the common difference must be negative (\(d = -3\)). Another mistake is confusing the term value (\(a_n\)) with the term number (\(n\)).

Practice Problems

Problem 1: Find the common difference and the 10th term of the AP: 12, 7, 2, -3...

Solution: Common difference \(d = 7 - 12 = -5\). First term \(a = 12\). Using the formula:
$$a_{10} = 12 + (10 - 1)(-5) = 12 + 9(-5) = 12 - 45 = -33$$

Problem 2: Find the sum of the first 10 terms of the AP: 3, 7, 11, 15...

Solution: Here, \(a = 3\), \(d = 4\), and \(n = 10\).
$$S_{10} = \frac{10}{2} [2(3) + (10-1)4] = 5 [6 + 36] = 5 [42] = 210$$

Study Hack & Mnemonic: The Rainbow Pairing Method

The sum formula for an AP can be visualized using a "rainbow." Write out the numbers 1 to 10 in a row. Pair the first and last (1+10=11), second and second-to-last (2+9=11), third and third-to-last (3+8=11), and so on. You get exactly 5 pairs of 11, giving a sum of 55. This is why the sum formula is \(S_n = \frac{n}{2}(a + l)\)—it is simply the number of pairs multiplied by the constant sum of each pair!

Conclusion

Arithmetic progressions are highly predictable sequences defined by a first term and a constant common difference. Mastering the n-th term and sum formulas allows you to solve sequence challenges efficiently in exams and real-world planning.

Post a Comment

0 Comments