NDA Maths · Sequence & Series

Arithmetic Progressions — the constant-difference engine

A list of numbers where each term is the one before it plus a fixed step — so the nth term and the running total both have clean formulas.

Why this matters

The single biggest section of the chapter — 42 PYQs across 2017–2026, almost all EASY or MODERATE. NDA tests four things over and over: the nth term and sum, recovering the AP from a given sum-formula, the symmetric-term and mean tricks, and a handful of elegant identities (sum of m terms = n, sum of n terms = m, and the like). Learn the eight concepts below and you bank four to six marks on sight, every paper.

Concept 1 of 8

Sequence, series, and the nth term

Intuition

A sequence is just an ordered list of numbers; a series is what you get when you add a sequence up. The whole chapter is about two questions: what is the term sitting in position nn (the nth term ana_n), and what is the running total of the first nn terms (the sum SnS_n)? Everything else is a special pattern of those two.

Definition

A sequence a1,a2,a3,a_1, a_2, a_3, \ldots lists terms by position; ana_n (also written TnT_n) is the nth term or general term. A series is the sum a1+a2++ana_1 + a_2 + \cdots + a_n, written compactly as Sn=k=1nakS_n = \sum_{k=1}^{n} a_k. Two bridges connect them:

  • Sn=a1+a2++anS_n = a_1 + a_2 + \cdots + a_n (add up the first nn terms).
  • an=SnSn1a_n = S_n - S_{n-1} for n2n \ge 2, and a1=S1a_1 = S_1 (each term is the jump in the running total).

The two bridges between term and sum

an=SnSn1(n2),a1=S1a_n = S_n - S_{n-1}\quad (n \ge 2), \qquad a_1 = S_1

Worked example

A sequence has an=4n1a_n = 4n - 1. Write its first four terms and find S4S_4.
  1. Substitute n=1,2,3,4n = 1,2,3,4: a1=3, a2=7, a3=11, a4=15a_1 = 3,\ a_2 = 7,\ a_3 = 11,\ a_4 = 15.
  2. The series is 3+7+11+153 + 7 + 11 + 15.
  3. Add: S4=36S_4 = 36.
Answer:Terms 3,7,11,153, 7, 11, 15; S4=36S_4 = 36.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    If an=2n+1a_n = 2n + 1, what is a5a_5?
  2. 2.
    First three terms of an=n2a_n = n^2?
  3. 3.
    If S3=12S_3 = 12 and S2=7S_2 = 7, what is a3a_3?
  4. 4.
    Write 2+4+6+2 + 4 + 6 + \cdots (to n terms) in sigma form.

Concept 2 of 8

nth term and sum of an AP

Intuition

In an AP every step is the same size — the common difference dd. So the nth term is the first term plus (n1)(n-1) steps, and the sum is just the number of terms times the average of the first and last term (the average is the midpoint because the terms are evenly spaced).

Definition

An arithmetic progression has first term aa and common difference d=ak+1akd = a_{k+1} - a_k (constant). Then:

  • nth term: an=a+(n1)da_n = a + (n-1)d.
  • **Sum of nn terms:** Sn=n2[2a+(n1)d]=n2(a+l)S_n = \dfrac{n}{2}\,[\,2a + (n-1)d\,] = \dfrac{n}{2}(a + l), where l=anl = a_n is the last term.

The n2(a+l)\tfrac{n}{2}(a+l) form is fastest whenever you can see the first and last terms.

nth term and sum

an=a+(n1)d,Sn=n2[2a+(n1)d]=n2(a+l)a_n = a + (n-1)d, \qquad S_n = \frac{n}{2}\,[\,2a + (n-1)d\,] = \frac{n}{2}(a + l)
  • aafirst term
  • ddcommon difference
  • lllast term ana_n

Worked example

Find the sum of all two-digit multiples of 7.
  1. The terms are 14,21,28,,9814, 21, 28, \ldots, 98: an AP with a=14, d=7, l=98a = 14,\ d = 7,\ l = 98.
  2. Number of terms: n=98147+1=12+1=13n = \dfrac{98 - 14}{7} + 1 = 12 + 1 = 13.
  3. Sum =n2(a+l)=132(14+98)=132×112=13×56= \dfrac{n}{2}(a + l) = \dfrac{13}{2}(14 + 98) = \dfrac{13}{2}\times 112 = 13 \times 56.
Answer:728728.
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the sum of the first 20 terms of the AP 3,7,11,15,3, 7, 11, 15, \ldots

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    10th term of 2,5,8,2, 5, 8, \ldots?
  2. 2.
    Sum of first 10 natural numbers?
  3. 3.
    Sum of 5+10+15+5 + 10 + 15 + \cdots to 20 terms?
  4. 4.
    How many terms in 7,11,,797, 11, \ldots, 79?

From the bank · past-year question

Example 2Sequence & SeriesEASY
The sum of all the two-digit odd numbers is

[Q21 · Apr · 2017]

Concept 3 of 8

Recovering the term from a sum-formula

Intuition

When the question hands you SnS_n as a formula in nn (often a quadratic), you do not need to find aa and dd first. The term in position nn is simply the jump in the running total: an=SnSn1a_n = S_n - S_{n-1}. If SnS_n is a quadratic in nn, the sequence is automatically an AP and ana_n comes out linear in nn.

Definition

Given SnS_n as a function of nn, the nth term is an=SnSn1a_n = S_n - S_{n-1}. A quadratic Sn=An2+BnS_n = An^2 + Bn (no constant term) always describes an AP with common difference 2A2A and first term A+BA + B. A non-zero constant term means the very first term breaks the pattern (use a1=S1a_1 = S_1 separately).

Term from sum

an=SnSn1(n2)a_n = S_n - S_{n-1}\quad (n \ge 2)

Worked example

The sum of the first nn terms of an AP is Sn=2n2+3nS_n = 2n^2 + 3n. Find its nth term.
  1. an=SnSn1=(2n2+3n)[2(n1)2+3(n1)]a_n = S_n - S_{n-1} = (2n^2 + 3n) - \big[\,2(n-1)^2 + 3(n-1)\,\big].
  2. Expand 2(n1)2+3(n1)=2n24n+2+3n3=2n2n12(n-1)^2 + 3(n-1) = 2n^2 - 4n + 2 + 3n - 3 = 2n^2 - n - 1.
  3. Subtract: an=(2n2+3n)(2n2n1)=4n+1a_n = (2n^2 + 3n) - (2n^2 - n - 1) = 4n + 1.
Answer:an=4n+1a_n = 4n + 1.
Practice this conceptself-check · 4 quick reps

Try it yourself

If Sn=n(n+1)S_n = n(n+1) for an AP, find its fourth term.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    If Sn=n2S_n = n^2, find ana_n.
  2. 2.
    If Sn=3n2S_n = 3n^2, the common difference is?
  3. 3.
    If Sn=n(2n+1)S_n = n(2n+1), find ana_n.
  4. 4.
    If Sn=5n2n2S_n = 5n - 2n^2, find a3a_3.

From the bank · past-year question

Example 3Sequence & SeriesEASY
The sum of the first nn terms of an AP is 3n2+5n3n^2+5n. If the mthm^{\text{th}} term of the AP is 68, then what is the value of mm?

[Q6 · Apr · 2026]

Concept 4 of 8

The arithmetic mean and symmetric terms

Intuition

Three numbers in AP have their middle term equal to the average of the outer two — that is the arithmetic mean. When a problem gives you the sum of an even spread of terms, choosing them symmetrically about a centre (ad,a,a+da - d, a, a + d for three; a3d,ad,a+d,a+3da - 3d, a - d, a + d, a + 3d for four) makes the unknowns cancel and the sum collapse to a single variable.

Definition

The arithmetic mean of aa and bb is a+b2\dfrac{a + b}{2}; inserting it between them makes three terms in AP. Two symmetry facts solve most AP word-problems:

  • Equidistant terms sum to a constant: ak+an+1k=a1+ana_k + a_{n+1-k} = a_1 + a_n for every kk.
  • Symmetric choice: pick 3 unknown terms as ad, a, a+da-d,\ a,\ a+d and 4 as a3d, ad, a+d, a+3da-3d,\ a-d,\ a+d,\ a+3d — then the sum gives aa immediately.

Arithmetic mean of a and b

AM=a+b2\text{AM} = \frac{a + b}{2}

Worked example

Three numbers are in AP with sum 15 and product 80. Find the numbers.
  1. Take the three terms as ad, a, a+da - d,\ a,\ a + d.
  2. Sum: (ad)+a+(a+d)=3a=15a=5(a-d) + a + (a+d) = 3a = 15 \Rightarrow a = 5.
  3. Product: (5d)(5)(5+d)=5(25d2)=8025d2=16d2=9d=3(5-d)(5)(5+d) = 5(25 - d^2) = 80 \Rightarrow 25 - d^2 = 16 \Rightarrow d^2 = 9 \Rightarrow d = 3.
Answer:The numbers are 2,5,82, 5, 8.
Practice this conceptself-check · 4 quick reps

Try it yourself

Three numbers are in AP with sum 21 and sum of squares 155. Find them.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Arithmetic mean of 88 and 2020?
  2. 2.
    In an AP of 9 terms, a1+a9=30a_1 + a_9 = 30. What is a4+a6a_4 + a_6?
  3. 3.
    Three numbers in AP sum to 18; what is the middle one?
  4. 4.
    Insert one AM between 77 and 1717.

From the bank · past-year question

Example 4Sequence & SeriesEASY
pp, qq, rr and ss are in AP such that p+s=8p+s=8 and qr=15qr=15. What is the difference between largest and smallest numbers?

[Q26 · Apr · 2023]

Concept 5 of 8

The three-term condition and what preserves an AP

Intuition

Three numbers are in AP exactly when the middle is the average of the other two — equivalently, twice the middle equals the sum of the ends. And an AP stays an AP if you add a constant to every term, or multiply every term by a (non-zero) constant: those operations just shift or rescale the common difference. Squaring or taking reciprocals does NOT preserve it.

Definition

Numbers a,b,ca, b, c are in AP     2b=a+c\iff 2b = a + c. Operations that keep an AP an AP (they map a constant difference to a constant difference):

  • adding/subtracting a constant kk: a+k, b+k, c+ka+k,\ b+k,\ c+k (or ka, kb, kck-a,\ k-b,\ k-c);
  • multiplying/dividing by a non-zero constant kk: ka, kb, kcka,\ kb,\ kc and ak, bk, ck\tfrac{a}{k},\ \tfrac{b}{k},\ \tfrac{c}{k}.

Squaring the terms or taking reciprocals generally breaks the AP.

Three terms in AP

a, b, c in AP    2b=a+ca,\ b,\ c \text{ in AP} \iff 2b = a + c

Worked example

For what value of kk are k1, 2k, 7k - 1,\ 2k,\ 7 in arithmetic progression?
  1. Apply 2b=a+c2b = a + c with b=2k, a=k1, c=7b = 2k,\ a = k-1,\ c = 7.
  2. 2(2k)=(k1)+74k=k+62(2k) = (k - 1) + 7 \Rightarrow 4k = k + 6.
  3. 3k=6k=23k = 6 \Rightarrow k = 2. (Check: terms become 1,4,71, 4, 7 — an AP with d=3d = 3.)
Answer:k=2k = 2.
Practice this conceptself-check · 4 quick reps

Try it yourself

If a,b,ca, b, c are in AP, show that a+4, b+4, c+4a + 4,\ b + 4,\ c + 4 are also in AP.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Are 5,9,135, 9, 13 in AP?
  2. 2.
    If x,8,14x, 8, 14 are in AP, find xx.
  3. 3.
    If a,b,ca, b, c are in AP, are 3a,3b,3c3a, 3b, 3c in AP?
  4. 4.
    If 2,x,182, x, 18 are in AP, find xx.

From the bank · past-year question

Example 5Sequence & SeriesEASY
If x2,x,8x^2, x, -8 are in AP, then which one of the following is correct?

[Q52 · Apr · 2021]

Squaring breaks the AP

If a,b,ca, b, c are in AP it does NOT follow that a2,b2,c2a^2, b^2, c^2 are in AP, nor that 1a,1b,1c\tfrac1a, \tfrac1b, \tfrac1c are. Only adding a constant or scaling by a constant is safe. Test with 1,2,31, 2, 3: the squares 1,4,91, 4, 9 are not in AP (241+92\cdot4 \ne 1 + 9).

Concept 6 of 8

Ratio of sums and ratio of terms

Intuition

Two AP facts get tangled here. First, if the ratio of the sum of pp terms to the sum of qq terms is given, cross-multiplying turns it into a relation between aa and dd. Second — the time-saver — when a problem gives the ratio of the sums of two different APs as a formula, the ratio of their nth terms is found by replacing the term-count with 2n12n - 1.

Definition

For one AP, SpSq=p[2a+(p1)d]q[2a+(q1)d]\dfrac{S_p}{S_q} = \dfrac{p[\,2a + (p-1)d\,]}{q[\,2a + (q-1)d\,]}; a given value forces a relation between aa and dd. For two APs with SnSn=f(n)g(n)\dfrac{S_n}{S_n'} = \dfrac{f(n)}{g(n)}, the ratio of nth terms is

anan=f(2n1)g(2n1),\frac{a_n}{a_n'} = \frac{f(2n-1)}{g(2n-1)},
because the nth term equals the average of the first 2n12n-1 terms (the middle one), so an=S2n12n1a_n = \tfrac{S_{2n-1}}{2n-1} and the (2n1)(2n-1) cancels in the ratio.

Ratio of nth terms from ratio of sums

anan=f(2n1)g(2n1)whenSnSn=f(n)g(n)\frac{a_n}{a_n'} = \frac{f(2n-1)}{g(2n-1)}\quad\text{when}\quad \frac{S_n}{S_n'} = \frac{f(n)}{g(n)}

Worked example

The ratio of the sums of the first nn terms of two APs is (3n+1):(2n+7)(3n + 1) : (2n + 7). Find the ratio of their 9th terms.
  1. Replace nn by 2n12n - 1; for the 9th term, 2(9)1=172(9) - 1 = 17.
  2. Numerator: 3(17)+1=523(17) + 1 = 52. Denominator: 2(17)+7=412(17) + 7 = 41.
  3. So the ratio of 9th terms is 52:4152 : 41.
Answer:52:4152 : 41.
Practice this conceptself-check · 4 quick reps

Try it yourself

Two APs have sum-ratio (7n+1):(4n+27)(7n + 1) : (4n + 27). Find the ratio of their 11th terms.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Sum-ratio (2n):(3n)(2n):(3n) — ratio of any pair of corresponding terms?
  2. 2.
    To get the 5th-term ratio, replace nn with?
  3. 3.
    Sum-ratio (n+1):(2n+3)(n+1):(2n+3); 1st-term ratio?
  4. 4.
    If Sp:Sq=p2:q2S_p:S_q = p^2:q^2, then dd equals?

From the bank · past-year question

Example 6Sequence & SeriesMODERATE
In an AP, the ratio of the sum of the first pp terms to the sum of the first qq terms is p2:q2p^2:q^2. Which one of the following is correct?

[Q38 · Sep · 2024]

Concept 7 of 8

The clever AP identities

Intuition

A cluster of NDA favourites look hard but fall to one move: write the condition with Sn=n2[2a+(n1)d]S_n = \tfrac{n}{2}[2a + (n-1)d] or an=a+(n1)da_n = a + (n-1)d, then let the symmetry do the work. Three recur: sum of mm terms =n= n and sum of nn terms =m= m gives Sm+n=(m+n)S_{m+n} = -(m+n); pap=qaqp\,a_p = q\,a_q gives ap+q=0a_{p+q} = 0; and equal sums Sp=SqS_p = S_q give Sp+q=0S_{p+q} = 0.

Definition

Memorable consequences (each provable in two lines):

  • If Sm=nS_m = n and Sn=mS_n = m (with mnm \ne n), then Sm+n=(m+n)S_{m+n} = -(m+n).
  • If pap=qaqp\,a_p = q\,a_q (with pqp \ne q), then ap+q=0a_{p+q} = 0.
  • If Sp=SqS_p = S_q (with pqp \ne q), then Sp+q=0S_{p+q} = 0.

All three come from the same idea: a linear/quadratic in the index, pinned by two conditions.

Worked example

In an AP, pp times the ppth term equals qq times the qqth term, with pqp \ne q. Show that the (p+q)(p+q)th term is 0.
  1. Write ap=a+(p1)da_p = a + (p-1)d and aq=a+(q1)da_q = a + (q-1)d.
  2. Condition: p[a+(p1)d]=q[a+(q1)d]p\,[a + (p-1)d] = q\,[a + (q-1)d].
  3. Expand: pa+p(p1)d=qa+q(q1)d(pq)a+[p(p1)q(q1)]d=0pa + p(p-1)d = qa + q(q-1)d \Rightarrow (p - q)a + [p(p-1) - q(q-1)]d = 0.
  4. Now p(p1)q(q1)=(pq)(p+q1)p(p-1) - q(q-1) = (p-q)(p+q-1), so dividing by (pq)(p - q): a+(p+q1)d=0a + (p+q-1)d = 0.
  5. That left side is exactly ap+qa_{p+q}.
Answer:ap+q=0a_{p+q} = 0.
Practice this conceptself-check · 4 quick reps

Try it yourself

The sum of the first 9 terms of an AP equals the sum of its first 11 terms. Find S20S_{20}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    If Sm=nS_m = n and Sn=mS_n = m, then Sm+n=?S_{m+n} = ?
  2. 2.
    If a7=0a_7 = 0 and pap=qaqp\,a_p = q\,a_q pattern, what is ap+qa_{p+q} generally?
  3. 3.
    If S4=S9S_4 = S_9, then S13=?S_{13} = ?
  4. 4.
    If a5=a11a_5 = a_{11} in an AP, the common difference is?

From the bank · past-year question

Example 7Sequence & SeriesMODERATE
If the sum of mm terms of an AP is nn and the sum of nn terms is mm, then the sum of (m+n)(m+n) terms is

[Q10 · Apr · 2017]

Concept 8 of 8

Counting sums, alternating signs, and the first negative term

Intuition

Two AP-flavoured shapes show up that aren't plain SnS_n. First, sums of numbers fitting a rule ("two-digit numbers leaving remainder 2 on division by 3") — list them, see the AP, sum it. Second, alternating sums like 12+34+1 - 2 + 3 - 4 + \cdots — pair the terms so each pair is a constant. And to find where an AP turns negative, solve an<0a_n < 0 for nn.

Definition

Rule-based counting sum: identify the qualifying numbers as an AP (first term, common difference, last term), count them, then apply Sn=n2(a+l)S_n = \tfrac{n}{2}(a+l). Alternating sum: group consecutive terms into pairs of equal value, then add the leftover. First negative term: solve a+(n1)d<0a + (n-1)d < 0 for the smallest integer nn.

Worked example

Find the value of 12+34++991001 - 2 + 3 - 4 + \cdots + 99 - 100.
  1. Pair the terms: (12)+(34)++(99100)(1 - 2) + (3 - 4) + \cdots + (99 - 100).
  2. Each of the pairs equals 1-1, and there are 100/2=50100/2 = 50 pairs.
  3. Total =50×(1)=50= 50 \times (-1) = -50.
Answer:50-50.
Practice this conceptself-check · 4 quick reps

Try it yourself

In the AP 27,24,21,27, 24, 21, \ldots, which term is the first negative one?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Value of 12+34++9101 - 2 + 3 - 4 + \cdots + 9 - 10?
  2. 2.
    How many two-digit multiples of 3 are there?
  3. 3.
    First negative term of 20,17,14,20, 17, 14, \ldots?
  4. 4.
    Value of 24+68++18202 - 4 + 6 - 8 + \cdots + 18 - 20?

From the bank · past-year question

Example 8Sequence & SeriesMODERATE
What is the sum of all two-digit numbers which when divided by 3 leave 2 as remainder?

[Q31 · Apr · 2018]

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (6)

  • Sequence, series, and the nth term

    The two bridges between term and sum

    an=SnSn1(n2),a1=S1a_n = S_n - S_{n-1}\quad (n \ge 2), \qquad a_1 = S_1
  • nth term and sum of an AP

    nth term and sum

    an=a+(n1)d,Sn=n2[2a+(n1)d]=n2(a+l)a_n = a + (n-1)d, \qquad S_n = \frac{n}{2}\,[\,2a + (n-1)d\,] = \frac{n}{2}(a + l)
  • Recovering the term from a sum-formula

    Term from sum

    an=SnSn1(n2)a_n = S_n - S_{n-1}\quad (n \ge 2)
  • The arithmetic mean and symmetric terms

    Arithmetic mean of a and b

    AM=a+b2\text{AM} = \frac{a + b}{2}
  • The three-term condition and what preserves an AP

    Three terms in AP

    a, b, c in AP    2b=a+ca,\ b,\ c \text{ in AP} \iff 2b = a + c
  • Ratio of sums and ratio of terms

    Ratio of nth terms from ratio of sums

    anan=f(2n1)g(2n1)whenSnSn=f(n)g(n)\frac{a_n}{a_n'} = \frac{f(2n-1)}{g(2n-1)}\quad\text{when}\quad \frac{S_n}{S_n'} = \frac{f(n)}{g(n)}

Watch out for (1)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Sequence & SeriesMODERATE
If the nnth term of a sequence is 2n+57\frac{2n+5}{7}, then what is the sum of its first 140 terms?

[Q6 · Sep · 2023]

Example 2Sequence & SeriesEASY
If the sum of the first nn terms of a series is n(2n+1)n(2n+1), then what is the nthn^{th} term?

[Q13 · Sep · 2024]

Example 3Sequence & SeriesHARD
The product of 5 consecutive terms of an AP is 229635. The first, second and fifth terms are in GP.
What is the common difference?

[Q43 · Sep · 2024]

Example 4Sequence & SeriesMODERATE
The numbers 1, 5 and 25 can be three terms (not necessarily consecutive) of

[Q23 · Apr · 2019]

Example 5Sequence & SeriesMODERATE
Consider the following for the items that follow: Let P be the sum of first n positive terms of an increasing arithmetic progression A. Let Q be the sum of first n positive terms of another increasing arithmetic progression B. Let P : Q = (5n+4) : (9n+6)
What is the ratio of the first term of A to that of B?

[Q19 · Sep · 2022]

Drill every past-year question on this subtopic

42 questions from the bank — paginated, with cart and Word-export support.

Related notes