Math Lab
Home/Class XI/Ch 8/Arithmetic Progression (AP)

Arithmetic Progression (AP)

A bus leaves Pune at 6 a.m. and arrives at every subsequent stop every 1515 minutes. The arrival times 6:00,6:15,6:30,6:45,6{:}00, 6{:}15, 6{:}30, 6{:}45, \dots form an arithmetic progression: each term differs from the previous by a fixed amount, 1515 minutes. This constant-difference pattern is the simplest and most ubiquitous kind of sequence.

Definitions

A sequence a1,a2,a3,a_1, a_2, a_3, \dots is an arithmetic progression (AP) if the difference an+1ana_{n+1} - a_n is the same constant for every nn. That constant is the common difference, denoted dd.

If the first term is aa, the AP looks like a, a+d, a+2d, a+3d, a,\ a + d,\ a + 2d,\ a + 3d,\ \dots

The nn-th term

an=a+(n1)d.\boxed{a_n = a + (n - 1) d.}

This is a linear function of nn , APs are exactly the sequences whose general term is linear in nn.

Sum of the first nn terms

Write the sum forward and backward: Sn=a+(a+d)+(a+2d)++(a+(n1)d),S_n = a + (a + d) + (a + 2d) + \dots + (a + (n-1)d), Sn=(a+(n1)d)+(a+(n2)d)++a.S_n = (a + (n-1)d) + (a + (n-2)d) + \dots + a. Add term by term: each of the nn pairs sums to 2a+(n1)d2a + (n-1)d, so 2Sn=n[2a+(n1)d]2 S_n = n[2a + (n-1)d] and Sn=n2[2a+(n1)d].\boxed{S_n = \frac{n}{2}[2a + (n-1)d].}

If =a+(n1)d\ell = a + (n-1)d is the last term, the formula also reads Sn=n2(a+)S_n = \dfrac{n}{2}(a + \ell) , sum equals number of terms times the average of first and last.

Properties

Symmetry. Equidistant terms from the start and end sum to the same: ak+ank+1=a+a_k + a_{n - k + 1} = a + \ell (for an AP of nn terms).

Reverse is also AP. If a,a+d,,a, a + d, \dots, \ell is an AP, so is ,d,,a\ell, \ell - d, \dots, a , the common difference flips sign.

Mean property. In an AP, every term (except the first and last) is the arithmetic mean of its neighbours: an=an1+an+12a_n = \dfrac{a_{n-1} + a_{n+1}}{2}.

Three terms in AP. It is sometimes convenient to write three consecutive terms as ad,a,a+da - d, a, a + d, four as a3d,ad,a+d,a+3da - 3d, a - d, a + d, a + 3d , this makes sums simple and exploits symmetry.

Worked examples

Example 1. Find the 3030-th term of 5,9,13,17,5, 9, 13, 17, \dots

Here a=5,d=4a = 5, d = 4. So a30=5+294=121a_{30} = 5 + 29 \cdot 4 = 121.

Example 2. Find the sum of the first 5050 positive odd integers.

Odd integers: 1,3,5,1, 3, 5, \dots with a=1,d=2a = 1, d = 2. So a50=1+492=99a_{50} = 1 + 49 \cdot 2 = 99 and S50=502(1+99)=25100=2500S_{50} = \dfrac{50}{2}(1 + 99) = 25 \cdot 100 = 2500. (Equivalently, 50250^2.)

Example 3. Find three numbers in AP whose sum is 2424 and product is 440440.

Let the numbers be ad,a,a+da - d, a, a + d. Sum =3a=24a=8= 3a = 24 \Rightarrow a = 8. Product =a(a2d2)=8(64d2)=44064d2=55d2=9d=±3= a(a^2 - d^2) = 8(64 - d^2) = 440 \Rightarrow 64 - d^2 = 55 \Rightarrow d^2 = 9 \Rightarrow d = \pm 3. Numbers: 5,8,115, 8, 11.

Example 4. In an AP, a5=30a_5 = 30 and a12=65a_{12} = 65. Find aa and dd.

a+4d=30a + 4d = 30, a+11d=65a + 11d = 65. Subtracting: 7d=35d=57d = 35 \Rightarrow d = 5, a=10a = 10.

Example 5. Find the sum of all multiples of 77 between 11 and 10001000.

First: 77, last: 994994. Number of terms: 99477+1=142\dfrac{994 - 7}{7} + 1 = 142. Sum =1422(7+994)=711001=71,071= \dfrac{142}{2}(7 + 994) = 71 \cdot 1001 = 71{,}071.

Try it yourself

  1. Find the 2020-th term of 7,13,19,25,7, 13, 19, 25, \dots
  2. The 1010-th term of an AP is 3232, the 2020-th term is 7272. Find the AP.
  3. Find the sum 4+9+14++2544 + 9 + 14 + \dots + 254.
  4. How many terms of 3,7,11,3, 7, 11, \dots sum to 210210?
  5. The sum of the first nn terms of an AP is 3n2+5n3n^2 + 5n. Find the AP.
  6. Find five numbers in AP whose sum is 2525 and whose product is 945945.
  7. The pp-th term of an AP is qq and the qq-th term is pp. Find the (p+q)(p + q)-th term.
  8. If Sp=qS_p = q and Sq=pS_q = p (with pqp \ne q), find Sp+qS_{p + q}.
  9. Find the sum of all two-digit multiples of 44.
  10. Find k=130(5k3)\sum_{k=1}^{30} (5k - 3).
  11. Three numbers are in AP. If 77 is subtracted from the smallest, the numbers become a GP. Their sum is 3636. Find them.
  12. Find the sum of nn terms of the AP a,a+d,a+2d,a, a + d, a + 2d, \dots when a=10,d=4,n=20a = -10, d = 4, n = 20.

Pitfalls / Tricks

  • Number of terms is n=ad+1n = \dfrac{\ell - a}{d} + 1. Don't forget the +1+1.
  • For three terms in AP, use ad,a,a+da - d, a, a + d. For four, use a3d,ad,a+d,a+3da - 3d, a - d, a + d, a + 3d.
  • The sum formula Sn=n2(a+)S_n = \frac{n}{2}(a + \ell) is the quickest , use it when both endpoints are known.
  • Insight. Every AP is a linear function of the index. Knowing this, you can answer most questions just by setting up a linear equation.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Arithmetic Progression
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6