Arithmetic Progressions

Chapter 5 · Mathematics · Class 10 32 min read

Why This Matters

Look around and you’ll see lists of numbers that grow by the same fixed step each time. Here are three.

  • Reena starts a job at ₹8000 a month. She gets a ₹500 raise every year. So her salary goes 8000, 8500, 9000, … (add 500 each year).
  • The rungs of a ladder get shorter by 2 cm as you go up: 45, 43, 41, 39, … (subtract 2 each step).
  • Shakila puts ₹100 in a money box on her daughter’s first birthday. Each year she adds ₹50 more than the year before: 100, 150, 200, 250, … (add 50 each year).

Of course, you could just keep adding the fixed amount again and again. But what if someone asks: what is the salary in the 25th year? Or how much money is in the box on the 21st birthday? Now you’d have to add 24 or 21 times by hand. That is slow, and it’s easy to make a mistake.

This chapter gives you two shortcuts. The first is a formula for the nth term. It lets you jump straight to any term in the list without writing out all the earlier ones. The second is a formula for the sum of the first n terms. It lets you add up a whole list in a single line. And you won’t just memorise them. You’ll see exactly why each one works — including the clever trick a 10-year-old boy named Gauss used to add 1 + 2 + ⋯ + 100 in just a few seconds.

The Big Idea

An arithmetic progression (AP) is a list of numbers where each term is the one before it plus a fixed number d. That fixed number d is called the common difference. You only need to know two things to build the whole list: the first term a and the step d. Then the list is a, a + d, a + 2d, a + 3d, … . Once you know a and d, you can find any term directly using aₙ = a + (n − 1)d. And you can add up the first n terms in one shot using Sₙ = n/2 [2a + (n − 1)d]. If you happen to know the last term l, the same sum can also be written as n/2 (a + l).

Let’s Break It Down

What an AP is, and how to spot one

Before we name the pattern, let’s nail down two words we’ll use again and again — “sequence” and “term”.

A list of numbers is an arithmetic progression if you get each term by adding the same fixed number to the one before it. The first term has nothing before it, so it just starts the list. That fixed number is the common difference. We write it as d. The value of d can be positive, negative, or zero. If d is positive, the list grows (like 2, 5, 8, …). If d is negative, the list shrinks (like 9, 7, 5, …). If d is zero, every term is the same (like 4, 4, 4, …).

We give the terms names: a₁, a₂, a₃, …, aₙ. So the AP is a₁, a₂, a₃, …, aₙ. Since each term is the one before it plus d, the gap between any two terms in a row is always d:

a₂ − a₁ = a₃ − a₂ = ⋯ = aₙ − aₙ₋₁ = d

So here is how to test a list. Take each term and subtract the term just before it. If you get the same answer every time, it’s an AP — and that answer is d. One thing to be careful about. Always do (later term) − (earlier term), in that order. We write this as aₖ₊₁ − aₖ. Do this even when the later term is smaller. In that case d simply comes out negative, which is fine. Figure 5.1 below shows this stepping idea on a number line.

A number line showing the AP 3, 7, 11, 15, 19 with equal steps. Each gap is marked plus 4, and below each term is written in general form a, a + d, a + 2d, a + 3d, a + 4d.
Figure 5.1 — An AP plotted on a number line. The blue dots sit at the terms 3, 7, 11, 15, 19. Each green arc between two dots is labelled +4, showing that every step adds the same common difference, so d = 4. Below each dot the same term is written in general form: a, a + d, a + 2d, a + 3d, a + 4d (with the position labels a₁, a₂, a₃, a₄, a₅ in grey). Reading the powers of d in the bottom row — 0, 1, 2, 3, 4 — shows the kth term carries (k − 1) copies of d, which is exactly the rule printed at the bottom: aₙ = a + (n − 1)d.

If you know a and d, the AP is fully decided. You can write out the whole list. The form a, a + d, a + 2d, a + 3d, … is called the general form of an AP. An AP that stops at a last term (like 45, 43, …, 31) is called finite. An AP that keeps going forever (like 1, 2, 3, …) is called infinite.

Let’s put the test to work on three lists — and where they pass, pin down a, d and the next two terms.

Is it an AP? Find a and d

For each list, say whether it is an AP. If it is, give a, d and the next two terms: (i) 4, 10, 16, 22, … (ii) 1, −1, −3, −5, … (iii) −2, 2, −2, 2, …

Here’s a famous pattern that fools many people. Try the subtraction test on it before you read the answer.

Concept check

Is 1, 1, 2, 3, 5, 8, … (the Fibonacci list) an arithmetic progression?

Deriving the nth term: aₙ = a + (n − 1)d

Say we want Reena’s salary in the 25th year, but we don’t want to write out all 25 terms. Let’s watch how the list is built. We start at the first term a, and we add d at each step:

  • a₁ = a (the 1st term — we have added d zero times)
  • a₂ = a + d = a + (2 − 1)d (added d once)
  • a₃ = a₂ + d = a + 2d = a + (3 − 1)d (added d twice)
  • a₄ = a₃ + d = a + 3d = a + (4 − 1)d (added d three times)

Now look at the pattern. To reach the 2nd term we added d once. To reach the 3rd term we added d twice. To reach the 4th term we added d three times. Each time, the number of additions is one less than the term number. So to reach the nth term, you start at a and add d a total of (n − 1) times. Why one fewer than n? Because the first term needed no addition at all — it’s just a. This gives us:

aₙ = a + (n − 1)d

This is called the nth term (or general term) of the AP. If the AP has a last term, we often call it l. So for the final term, l = a + (n − 1)d.

If the “(n − 1)” still feels strange, the climbing-the-ladder picture in Figure 5.2 below makes it click.

The nth term shown as a ladder. You stand on the first term a, then climb steps of size d. After 1 step you reach a + d (the 2nd term), after 2 steps a + 2d (the 3rd term), after 3 steps a + 3d (the 4th term). To reach the nth term you take n − 1 steps, landing on a + (n − 1)d.
Figure 5.2 — The terms drawn as rungs climbing a slope, each one higher than the last by a step of +d (marked in green). You start standing on the bottom rung a₁ = a (red dot) having taken no steps. One step up reaches a₂ = a + d, two steps reach a₃ = a + 2d, three steps reach a₄ = a + 3d. The grey labels along the bottom count the steps: 1 step, 2 steps, 3 steps, … , n − 1 steps. The dashed line jumps to the top rung aₙ (red dot), reached in n − 1 steps and landing on a + (n − 1)d. The key point: reaching the nth rung takes one fewer step than n, because the first rung needed no step — which is why aₙ = a + (n − 1)d, not a + nd.

Let’s take the formula for a spin: jump straight to the 10th term without writing out the first nine.

Finding a specific term

Find the 10th term of the AP 2, 7, 12, …

Often we flip the question around: instead of finding a term, we’re told the value and must find n — which means solving an equation. Here’s a quick refresher on that.

Now let’s use that equation-solving to answer the reverse question: given a value, which position does it sit at — and does the list ever hit exactly 0?

Which term equals a given value?

Which term of the AP 21, 18, 15, … is −81? Is any term equal to 0?

Sometimes you are not given a and d directly. Instead you are given two terms of the AP. In that case, write each term using the formula. This gives you two equations with two unknowns (a and d). Then solve them together as a pair, just like you did in Chapter 3.

Let’s see that play out: from just the 3rd and 7th terms, we can rebuild the entire AP.

Two terms given — find the AP

The 3rd term of an AP is 5 and the 7th term is 9. Find the AP.

You can also use the formula to check if a given number is in an AP at all. Just assume it is the nth term and solve for n. If n comes out as a positive whole number, the number is a term. But if n is a fraction or not a whole number, then the number is not a term of that AP.

Is this number in the list?

Check whether 301 is a term of 5, 11, 17, 23, …

Deriving the sum: Sₙ = n/2 [2a + (n − 1)d] = n/2 (a + l)

Now comes the big reward: adding the first n terms without going through them one by one. Let’s call this sum Sₙ (or just S). Writing each term in its full form:

S = a + (a + d) + (a + 2d) + ⋯ + [a + (n − 1)d] … (1)

Here is the clever trick young Gauss used to add 1 + 2 + ⋯ + 100. Write the same sum a second time, but backwards. Start from the last term and end with a:

S = [a + (n − 1)d] + [a + (n − 2)d] + ⋯ + (a + d) + a … (2)

Now add line (1) and line (2) together, one column at a time (a column means the two terms sitting in the same spot, one from each line). Watch what happens. As you move right along line (1), each term goes up by d. But along line (2), each term goes down by d. So in every column, whatever extra d is added on top is taken away on the bottom. This means every column adds up to the same total: 2a + (n − 1)d.

Let’s check this. First column: a + [a + (n − 1)d] = 2a + (n − 1)d. Second column: (a + d) + [a + (n − 2)d] = 2a + (n − 1)d (the +d and the −d cancel). It’s the same total every time.

There are n terms, so there are n columns. Each column gives the same total. So when we add line (1) and line (2), we get:

2S = n × [2a + (n − 1)d]

(It’s 2S because we added the sum S to itself.) Now divide both sides by 2:

S = n/2 [2a + (n − 1)d]

That is the sum of the first n terms. Here’s one more nice form. Notice that 2a + (n − 1)d can be split as a + [a + (n − 1)d]. The part a + (n − 1)d is just the nth term. So 2a + (n − 1)d = a + (nth term). This lets us write S = n/2 [a + aₙ]. When the AP has a last term l (so the nth term aₙ is l), this becomes the neat form:

S = n/2 (a + l)

So which form do you use? Use n/2 (a + l) when you know the first term and the last term (but not d). Use n/2 [2a + (n − 1)d] when you know a, d and n. Figure 5.3 below lays out Gauss’s whole trick in three rows.

The reverse-and-add proof. The sum S is written forwards as a, a+d, ..., l, then again backwards as l, l−d, ..., a. Each column adds to a+l, and with n columns this gives 2S = n(a+l), so S = n/2 (a+l) = n/2 [2a + (n−1)d].
Figure 5.3 — Gauss's reverse-and-add trick set out as three rows. The top row writes the sum S forwards: a, a + d, … , l − d, l. The middle row writes the same sum S backwards beneath it: l, l − d, … , a + d, a. The bottom row adds the two terms in each column to get 2S; the green braces show every column totals the same value (a + l). Because the AP has n terms there are n columns, so 2S = n(a + l). Halving gives S = n/2 (a + l), which equals n/2 [2a + (n − 1)d].

Time to cash in the formula — adding 22 terms in a single line instead of adding them one by one.

Sum from a, d and n

Find the sum of the first 22 terms of the AP 8, 3, −2, …

Remember the boy from the start of the chapter? Let’s use the formula to crack the exact sum that made Gauss famous.

Gauss's own sum

Find the sum of the first n positive integers 1 + 2 + 3 + ⋯ + n.

We can also run the sum formula backwards: instead of finding the sum, fix the target sum and hunt for how many terms it takes. This one has a surprise ending.

How many terms give a target sum?

How many terms of the AP 24, 21, 18, … must be taken so that their sum is 78?

Two answers from one question feels odd, so let’s actually look at the terms. This AP is 24, 21, 18, … , and because d is negative the terms slide down past 0 into negative numbers. Figure 5.4 below draws all 13 terms as bars and shows exactly why both answers are right.

The AP 24, 21, 18, 15, 12, 9, 6, 3, 0, minus 3, minus 6, minus 9, minus 12 drawn as bars above and below a zero line. The first four terms 24, 21, 18, 15 add to 78. The terms from the fifth to the thirteenth are 12, 9, 6, 3, 0, minus 3, minus 6, minus 9, minus 12, which cancel in pairs and add to zero. So the first 4 terms and the first 13 terms both sum to 78.
Figure 5.4 — The 13 terms of the AP 24, 21, 18, … drawn as bars against a zero line, each bar labelled with its value. The first four bars (blue: 24, 21, 18, 15) stand above zero and add up to 78; the blue bracket under them marks first 4 terms add to 78. From the 5th term on the bars shrink — the green bars 12, 9, 6, 3 and the 0 bar sit above the line, while the red bars −3, −6, −9, −12 hang below it. The red bracket spans terms 5 to 13 and shows 12 + 9 + 6 + 3 + 0 − 3 − 6 − 9 − 12 = 0: these positive and negative bars cancel exactly. Adding 0 to 78 still gives 78, which is why both n = 4 and n = 13 give the sum 78.

There is also a useful link between the sum and the terms: aₙ = Sₙ − Sₙ₋₁. In words, the nth term equals the sum of the first n terms minus the sum of the first (n − 1) terms. This makes sense: if you take the first n terms and remove the first (n − 1) of them, only the nth term is left over. Figure 5.5 below makes this “remove all but the last” idea easy to see.

Two stacks of blocks. The top stack is Sn, the sum of the first n terms: a1, a2, a3, up to a-n-minus-1 and then an. The bottom stack is S-n-minus-1, the sum of the first n minus 1 terms: a1, a2, a3, up to a-n-minus-1, with no an. Subtracting the bottom stack from the top stack cancels every block except the last one, leaving only an. So an equals Sn minus S-n-minus-1.
Figure 5.5 — Two rows of blocks compared. The top row is Sₙ, the sum of all n terms: blocks a₁, a₂, a₃, … , aₙ₋₁ (blue) and the final block aₙ (green). The bottom row is Sₙ₋₁, the sum of the first n − 1 terms: the same blocks a₁, a₂, a₃, … , aₙ₋₁ (red) but with no aₙ (marked 'no aₙ'). A minus sign sits between the rows. When you subtract the bottom row from the top, every matching block cancels and only the last block survives, shown on its own as the lone green aₙ after the equals sign. That is why aₙ = Sₙ − Sₙ₋₁.

This trick is handy when you are given a formula for the sum and asked to find the terms.

Putting it together: word problems

Most “real life” AP problems come down to three steps. First, spot the AP hiding in the question. Second, write down a and d (or a and l). Third, pick the right formula and use it.

A manufacturing problem

A TV maker produced 600 sets in the 3rd year and 700 in the 7th year, with production rising by a fixed number each year. Find (i) the 1st-year production, (ii) the 10th-year production, (iii) the total over the first 7 years.

Common Mistakes

⚠️ Common mistake
What students think

The nth term is a + nd — you add d once for every term.

Why it seems right

It feels natural that 'n terms' means 'add the step n times'. And a + nd looks simpler than a + (n − 1)d.

What actually happens

The correct formula is a + (n − 1)d. The FIRST term needs no addition — it is just a. So to reach the nth term you add d only (n − 1) times. Quick test: take a = 2, d = 5. The 1st term must be 2. The correct formula gives a + (1 − 1)d = 2 ✓. The wrong one gives a + 1×d = 7 ✗.

⚠️ Common mistake
What students think

Common difference = (first term) − (second term), so for 6, 3, 0, … take d = 6 − 3 = 3.

Why it seems right

Subtracting the smaller number from the bigger one keeps d positive, which feels neater.

What actually happens

Always do d = (later term) − (earlier term), that is aₖ₊₁ − aₖ. For 6, 3, 0, … that means d = 3 − 6 = −3, a NEGATIVE common difference. The list is going down, so d should be negative. Doing the subtraction the other way would describe a different list that goes up.

⚠️ Common mistake
What students think

If solving aₙ = (some value) gives n = 151/3 or n = 7.5, just round it to the nearest whole number.

Why it seems right

A number that is close to a whole number looks like it 'almost' fits. So rounding feels harmless.

What actually happens

n is the position of a term in the list, so it must be a POSITIVE WHOLE NUMBER. If n comes out as a fraction, it means the value is simply NOT a term of the AP. There is nothing to round. Just say it is not a term.

⚠️ Common mistake
What students think

To add the first n terms, you can use Sₙ = n/2 (a + l) even when you don't know the last term l.

Why it seems right

The (a + l) form is shorter and faster, so it is tempting to use it all the time.

What actually happens

Use n/2 (a + l) only when you know l, the last term. If you only know a, d and n, use Sₙ = n/2 [2a + (n − 1)d] instead. Or first find l = a + (n − 1)d, and then use the (a + l) form.

Quick Check

For the AP 21, 18, 15, …, what is the common difference d?

An AP has first term a = 7 and common difference d = 3. What is its 8th term?

Which formula gives the sum of the first n terms of an AP when you know a, d and n?

Using the reverse-and-add trick, each of the n columns of (S written forwards) + (S written backwards) adds up to:

Practice Problems

Easy

easy

Find the common difference and the next two terms of the AP −1.2, −3.2, −5.2, −7.2, …

easy

Which term of the AP 3, 8, 13, 18, … is 78?

Medium

medium

How many two-digit numbers are divisible by 3?

medium

The 17th term of an AP exceeds its 10th term by 7. Find the common difference.

medium

A sum of ₹1000 is invested at 8% simple interest per year. Do the yearly interest amounts form an AP? Find the interest at the end of 30 years.

Challenge

challenge

In a flower bed there are 23 rose plants in the first row, 21 in the second, 19 in the third, and so on, down to 5 in the last row. How many rows are there?

challenge

If the sum of the first 14 terms of an AP is 1050 and its first term is 10, find the 20th term.

challenge

The sum of the first n terms of an AP is given by Sₙ = 4n − n². Find the first term, the second term, and the nth term.

Summary

You should now be able to explain:

  • An AP is a list where each term is the one before it plus a fixed common difference d. The value of d can be positive, negative or zero. General form: a, a + d, a + 2d, … .
  • To test a list, check that aₖ₊₁ − aₖ gives the same answer every time. Always subtract the earlier term from the later one.
  • The nth term is aₙ = a + (n − 1)d. Reaching the nth term means adding d a total of (n − 1) times, since the first term needs no addition.
  • The sum of the first n terms is Sₙ = n/2 [2a + (n − 1)d] = n/2 (a + l). We proved it by writing the sum, then writing it again backwards, then adding. Every column totals (a + l), and there are n columns, so 2S = n(a + l).
  • Use n/2 (a + l) when you know the last term l. Use n/2 [2a + (n − 1)d] when you know a, d and n.
  • n must be a positive whole number. If n comes out as a fraction, the value is not a term, or the situation is impossible.
  • Two handy links: l = a + (n − 1)d for the last term, and aₙ = Sₙ − Sₙ₋₁.

What’s Next

So far you’ve been working with numbers in a line. Next, in Triangles, we move to shape and proportion. You’ll learn when two triangles have the same shape (we call this “similar”). You’ll see what that forces about the ratios of their sides. And you’ll meet some powerful results, like the Basic Proportionality Theorem and the rules for similarity. The same careful habit you used here — spot the pattern first, then prove it — works just as well in geometry.

Frequently Asked Questions

What is an arithmetic progression and how do you identify one?

An arithmetic progression (AP) is a list of numbers where you always add the same fixed number to get the next term. That fixed number is called the common difference d. To check if a list is an AP, subtract each term from the next — if all the differences are equal, it is an AP.

What is the formula for the nth term of an AP?

The nth term is aₙ = a + (n − 1)d, where a is the first term and d is the common difference. The logic is simple: to reach the nth term you take the first term and add d exactly (n − 1) times. For example, in the AP 2, 5, 8, 11, …, the 10th term is 2 + (10 − 1) × 3 = 2 + 27 = 29.

How is the sum of the first n terms of an AP derived?

Write the sum forwards and also backwards (reversing the order). Add the two versions term by term — each pair adds up to (a + l), where l is the last term. There are n such pairs, giving 2Sₙ = n(a + l), so Sₙ = n/2 (a + l). Replacing l with a + (n − 1)d gives the full formula Sₙ = n/2 [2a + (n − 1)d]. This clever trick is known as Gauss's method.

How do you find the common difference of an AP if you know two terms?

If you know the pth term aₚ and the qth term aₙ, subtract one nth-term formula from the other: aₙ − aₚ = (n − p)d, so d = (aₙ − aₚ) / (n − p). For example, if the 5th term is 17 and the 2nd term is 8, then d = (17 − 8) / (5 − 2) = 9 / 3 = 3.

What is the difference between the nth term formula and the sum formula, and when do you use each?

Use aₙ = a + (n − 1)d when you want one specific term (e.g. the 15th term). Use Sₙ = n/2 [2a + (n − 1)d] when you want the total of many terms added together (e.g. the sum of the first 20 terms). A common mistake is using the sum formula when the question asks for a single term.