Arithmetic progressions: definitions and examples
A sequence is a list of numbers written in some specific order. The number is called the th term of the sequence. Sequences can follow any rule , squares, primes, Fibonacci-like recurrences , but this chapter focuses on the simplest interesting rule: each term is obtained by adding a fixed number to the previous term.
Definitions
A sequence is an arithmetic progression (AP) if there exists a number such that
This is called the common difference. The first term is denoted (or ). An AP is completely specified by the pair :
A finite AP has a fixed number of terms ( terms). Its last term is denoted .
A sequence is an AP iff every consecutive difference is the same. The test is: compute , , , etc. If they all match, it is an AP with that common value as . If any differ, it is not.
Recognising APs
Examples and non-examples:
- , differences are all . AP, .
- , differences are throughout. AP, .
- , differences are (changing). Not an AP.
- , differences are (changing). Not an AP (this is a geometric progression).
- , common difference . AP with (a constant sequence).
- , simplifying: , differences . AP.
Some real-life APs:
- The cost of a taxi: ₹ for the first km, then ₹ for each subsequent km , fares: . AP with .
- Each row of an auditorium has more seats than the row in front. Seats per row form an AP.
- A salary scheme with a fixed annual increment.
Theorem / Concept: characterising APs
Test for an AP. A list is an AP if and only if there is a constant with for all . Equivalently, for all (the middle-term test).
The middle-term test is often easier in problems where you are given three numbers and asked to find a parameter that makes them an AP.
If the sequence is given by a formula (like ), you can read off by computing . In general, is a linear function of , .
So an AP is exactly a sequence whose general term is linear in . This is one of the cleanest characterisations and worth remembering.
Worked examples
Example 1. Find the first term and common difference of .
. Differences: , , . So .
Example 2. Is an AP? If so, find the next two terms.
Differences: , , . Yes, AP with .
Next two terms: and .
Example 3. For what value of are , , in AP?
Middle term test: .
Example 4. The th term of a sequence is . Show it is an AP and find and .
is linear in . Differences: . So AP with , and .
Example 5. The first three terms of an AP are . Find .
By the middle-term test: .
Check: terms become . Common difference . ✓
Try it yourself
- Which of these are APs? For each AP, find and : (i) , (ii) , (iii) , (iv) , (v) .
- Find if are in AP.
- Find the first term and common difference of an AP whose th term is and th term is .
- Write the first four terms of the AP with .
- Does the sequence form an AP? If yes, find .
- Find so that form an AP.
- Are an AP? Justify.
- Find the th term of .
- The th term of an AP is . Find and .
- Three consecutive terms of an AP are . Verify by the test.
Pitfalls / Insight
- Always check the difference for the first pair AND a later pair. Sometimes only the first few terms look like an AP; later they don't.
- can be negative or zero. A constant sequence is a valid AP.
- Don't confuse AP with GP. Multiplying by a fixed factor each time is geometric, not arithmetic.
Insight. Identifying an AP is almost always the easy step. The real work is finding and from the information you have. Two pieces of information are typically enough , use them to set up two equations in .