Arithmetic Progressions · Lesson 1 of 4
Arithmetic Progressions
“It is the only place in life where adding the exact same problem to your day every single step of the way is considered actual progress.”
• Recognize patterns in lists of numbers. • Understand what an Arithmetic Progression (AP) is. • Identify the first term and common difference of an AP. • Check whether a given sequence forms an AP. • Distinguish between finite and infinite Arithmetic Progressions.
Introduction
Look around you and you will notice patterns everywhere. Stairs rise by almost the same height, salaries may increase by a fixed amount every year, and someone saving the same extra amount each month creates a predictable pattern. Mathematics gives us a way to describe such patterns clearly.
A pattern becomes especially interesting when numbers change according to a fixed rule. If we know the rule, we can often predict numbers that have not even been written yet.
A Simple Example
Suppose a person earns ₹20,000 per month in the first year of a job, and the monthly salary increases by ₹2,000 every year.
| Year | Monthly Salary | Change |
|---|---|---|
| 1st year | ₹20,000 | — |
| 2nd year | ₹22,000 | + ₹2,000 |
| 3rd year | ₹24,000 | + ₹2,000 |
| 4th year | ₹26,000 | + ₹2,000 |
| 5th year | ₹28,000 | + ₹2,000 |
The important thing is not that these numbers represent salaries. The important thing is that the same number, 2000, is added every time. This repeated fixed change is the main idea behind an Arithmetic Progression.
The fixed change does not have to increase the numbers. Consider the lengths 45 cm, 43 cm, 41 cm, 39 cm, ... . Each new length is 2 cm smaller than the previous one.
Not Every Pattern Is the Same
Many sequences follow patterns, but they do not all follow the same type of rule. Some repeatedly add a number, some multiply by a number, while others may follow completely different rules.
| Sequence | Pattern | Arithmetic Progression? |
|---|---|---|
| 2, 5, 8, 11, ... | Add 3 each time | Yes |
| 20, 15, 10, 5, ... | Subtract 5 each time | Yes |
| 4, 4, 4, 4, ... | Add 0 each time | Yes |
| 1, 2, 4, 8, ... | Multiply by 2 each time | No |
| 1, 1, 2, 3, 5, ... | Different changes occur | No |
In this chapter, we are interested in one special kind of number pattern: a pattern in which the same number is added to every term to obtain the next term.
Arithmetic Progression
Consider the sequence 5, 8, 11, 14, 17, ... . Starting from 5, we repeatedly add 3. Because the change between every pair of consecutive terms is the same, this sequence is an Arithmetic Progression.
An Arithmetic Progression, or AP, is a list of numbers in which each term after the first is obtained by adding the same fixed number to the preceding term.
Each number appearing in an Arithmetic Progression is called a term of the AP.
We usually write the first term as a₁, the second term as a₂, the third term as a₃, and in general the nth term as aₙ.
The First Term
The first number in an Arithmetic Progression is called its first term. It is usually represented by the letter a.
Problem
Find the first term of the AP 12, 17, 22, 27, ... .
- 1.The first number in the AP is 12.
- 2.Therefore, the first term a = 12.
The Common Difference
What makes an Arithmetic Progression special is that the difference between consecutive terms always remains the same.
The fixed number added to each term to obtain the next term is called the common difference of the AP. It is represented by d.
Problem
Find the first term and common difference of 6, 10, 14, 18, ... .
- 1.The first term is a = 6.
- 2.Subtract the first term from the second term.
- 3.d = 10 − 6 = 4.
- 4.Check the next pair: 14 − 10 = 4.
- 5.The difference remains the same.
- 6.Therefore, a = 6 and d = 4.
The Common Difference Can Be Positive, Negative or Zero
If d is positive, the terms increase as we move through the AP. For example, 3, 8, 13, 18, ... has d = 5.
If d is negative, the terms decrease as we move through the AP. For example, 20, 16, 12, 8, ... has d = −4.
If d = 0, every term remains the same. For example, 7, 7, 7, 7, ... is also an Arithmetic Progression.
| AP | d | Type of d | Behaviour |
|---|---|---|---|
| 3, 7, 11, 15, ... | 4 | Positive | Increasing |
| 18, 13, 8, 3, ... | −5 | Negative | Decreasing |
| 6, 6, 6, 6, ... | 0 | Zero | Constant |
When finding d, always calculate later term − earlier term. For the AP 10, 7, 4, 1, ... write d = 7 − 10 = −3, not 10 − 7 = 3.
Problem
Find a and d for 15, 11, 7, 3, ... .
- 1.The first term is a = 15.
- 2.d = 11 − 15.
- 3.Therefore, d = −4.
- 4.Check: 7 − 11 = −4 and 3 − 7 = −4.
- 5.Hence, a = 15 and d = −4.
General Form of an Arithmetic Progression
Once we know the first term a and the common difference d, we can generate the entire Arithmetic Progression.
| Position | Term |
|---|---|
| 1st term | a |
| 2nd term | a + d |
| 3rd term | a + 2d |
| 4th term | a + 3d |
Notice an important pattern: to reach the second term, d is added once. To reach the third term, d is added twice. To reach the fourth term, d is added three times. This idea will become very important when we learn how to find the nth term in the next lesson.
Problem
Write the first five terms of an AP whose first term is 4 and common difference is 3.
- 1.Here, a = 4 and d = 3.
- 2.First term = 4.
- 3.Second term = 4 + 3 = 7.
- 4.Third term = 7 + 3 = 10.
- 5.Fourth term = 10 + 3 = 13.
- 6.Fifth term = 13 + 3 = 16.
- 7.Therefore, the AP is 4, 7, 10, 13, 16, ... .
Problem
Write the first five terms of an AP when a = 10 and d = −3.
- 1.Start with the first term 10.
- 2.Add −3 to obtain each new term.
- 3.Second term = 10 + (−3) = 7.
- 4.Third term = 7 + (−3) = 4.
- 5.Fourth term = 4 + (−3) = 1.
- 6.Fifth term = 1 + (−3) = −2.
- 7.Therefore, the AP is 10, 7, 4, 1, −2, ... .
How Do We Check Whether a Sequence Is an AP?
A sequence is an Arithmetic Progression only if the difference between every pair of consecutive terms is the same. So the easiest test is to calculate consecutive differences and compare them.
Problem
Check whether 4, 10, 16, 22, ... forms an Arithmetic Progression.
- 1.Find the difference between consecutive terms.
- 2.10 − 4 = 6.
- 3.16 − 10 = 6.
- 4.22 − 16 = 6.
- 5.All the consecutive differences are equal.
- 6.Therefore, the sequence is an AP with common difference d = 6.
Problem
Check whether 2, 4, 8, 16, ... is an Arithmetic Progression.
- 1.Calculate consecutive differences.
- 2.4 − 2 = 2.
- 3.8 − 4 = 4.
- 4.16 − 8 = 8.
- 5.The differences 2, 4 and 8 are not equal.
- 6.Therefore, this sequence is not an Arithmetic Progression.
A sequence may have an obvious pattern and still not be an Arithmetic Progression. For example, 2, 4, 8, 16, ... follows a pattern, but the differences are not equal. Therefore, it is not an AP.
Finding the Next Terms
Once we know that a sequence is an AP and know its common difference, finding the next terms is simple: keep adding d.
Problem
Find the next three terms of 5, 9, 13, 17, ... .
- 1.First find the common difference.
- 2.d = 9 − 5 = 4.
- 3.Add 4 to the last given term: 17 + 4 = 21.
- 4.Add 4 again: 21 + 4 = 25.
- 5.Add 4 again: 25 + 4 = 29.
- 6.Therefore, the next three terms are 21, 25 and 29.
Finite and Infinite Arithmetic Progressions
An Arithmetic Progression that contains a fixed number of terms and therefore has a last term is called a finite AP.
An Arithmetic Progression that continues without ending is called an infinite AP. It has no last term.
| Sequence | Type | Has a Last Term? |
|---|---|---|
| 2, 5, 8, 11, 14 | Finite AP | Yes |
| 10, 20, 30, 40, ... | Infinite AP | No |
| 25, 20, 15, 10, 5, 0 | Finite AP | Yes |
| 7, 7, 7, 7, ... | Infinite AP | No |
Arithmetic Progressions in Everyday Life
Arithmetic Progressions are useful whenever a quantity increases or decreases by the same amount repeatedly. Recognising this fixed change allows us to describe the situation mathematically.
| Situation | What Happens? | Common Difference |
|---|---|---|
| A salary increases by ₹1,000 every year | Fixed increase | +1000 |
| ₹200 more is saved every month | Fixed increase | +200 |
| Rows contain 2 fewer plants than the previous row | Fixed decrease | −2 |
| A ladder rung becomes 3 cm shorter at every level | Fixed decrease | −3 |
| The same amount is recorded every day | No change | 0 |
Whenever you see phrases such as 'increases by the same amount', 'decreases uniformly', '₹50 more each time' or '3 less than the previous one', think about Arithmetic Progressions.
• Thinking that every number pattern is an AP. • Finding d by subtracting in the wrong order. • Forgetting that d may be negative. • Forgetting that d = 0 is allowed. • Confusing the first term a with the common difference d. • Assuming that an AP must always increase. • Checking only one pair of differences when the sequence has not already been confirmed to be an AP.
Quiz
Which of the following is an Arithmetic Progression?
What is the common difference of 10, 7, 4, 1, ... ?
What does d represent in an Arithmetic Progression?
Which statement about the common difference is correct?
What is the next term of the AP 3, 6, 9, 12, ... ?
Which is the general form of an Arithmetic Progression?
Is 1, 2, 4, 8, 16, ... an Arithmetic Progression?
Practice Problems
- Find the first term and common difference of 3, 7, 11, 15, ... .
- Find the first term and common difference of 20, 16, 12, 8, ... .
- Find the first term and common difference of 5, 5, 5, 5, ... .
- Write the first five terms of an AP with a = 2 and d = 4.
- Write the first five terms of an AP with a = 15 and d = −3.
- Check whether 7, 12, 17, 22, ... is an AP.
- Check whether 1, 4, 9, 16, ... is an AP.
- Find the next three terms of 11, 8, 5, 2, ... .
- State whether 4, 8, 12, 16, 20 is a finite or infinite AP.
- A student saves ₹100 in the first week and increases the amount saved by ₹25 every week. Write the amounts saved during the first five weeks.
Key Takeaways
• An Arithmetic Progression is a sequence in which the difference between consecutive terms remains constant. • Each number in an AP is called a term. • The first term is represented by a. • The common difference is represented by d. • The common difference can be positive, negative or zero. • We find the common difference using later term − earlier term. • The general form of an AP is a, a + d, a + 2d, a + 3d, ... . • A sequence is an AP only when its consecutive differences are equal. • A finite AP has a last term, while an infinite AP continues indefinitely.
Previous
Start of chapter
Next · Lesson 2
nth Term of an AP