Back to Portal
Class 10Mathematics
RHS Logo
Published 2026-09-06Chapter: Arithmetic Progressions

Arithmetic Progressions - Finding the nth term and calculating the sum of first n terms of an Arithmetic Progression

Hello Students! Welcome to this comprehensive guide on Arithmetic Progressions (AP) from your Class 10 NCERT Mathematics syllabus.

Have you ever noticed patterns around you?

  • The steps of a ladder get uniformly smaller towards the top.
  • Your pocket money increases by a fixed amount every birthday.
  • A honeycomb structure has a repeating mathematical order.

In mathematics, when numbers follow a pattern where each term increases or decreases by a fixed value, we call it an Arithmetic Progression. In this chapter, we will master two fundamental skills:

  1. Finding any specific term in a sequence (the nthn^{\text{th}} term).
  2. Calculating the total sum of a sequence (the Sum of first nn terms).

1. What is an Arithmetic Progression?

An Arithmetic Progression (AP) is a sequence of numbers in which the difference between any two consecutive terms is always constant.

Key Terms to Remember:

  • First Term (aa or a1a_1): The very first number in the sequence.
  • Common Difference (dd): The constant value added to each term to get the next term. Common Difference (d)=ak+1ak\text{Common Difference } (d) = a_{k+1} - a_k
  • Number of Terms (nn): The total count or position of a term in the sequence (nn is always a positive integer: 1,2,3,1, 2, 3, \dots).

💡 Important Note on dd: The common difference dd can be positive (increasing AP), negative (decreasing AP), or zero (constant AP).

Examples:

  1. 2,5,8,11,14,2, 5, 8, 11, 14, \dots

    • First term (aa) = 22
    • Common difference (dd) = 52=35 - 2 = 3 (Increasing AP)
  2. 100,70,40,10,20,100, 70, 40, 10, -20, \dots

    • First term (aa) = 100100
    • Common difference (dd) = 70100=3070 - 100 = -30 (Decreasing AP)
  3. 5,5,5,5,5, 5, 5, 5, \dots

    • First term (aa) = 55
    • Common difference (dd) = 55=05 - 5 = 0 (Constant AP)

2. General Form and Finding the nthn^{\text{th}} Term (ana_n)

Let's build an AP step-by-step starting with the first term aa and adding dd repeatedly:

  • 1st1^{\text{st}} term (a1a_1): a=a+(11)da = a + (1 - 1)d
  • 2nd2^{\text{nd}} term (a2a_2): a+d=a+(21)da + d = a + (2 - 1)d
  • 3rd3^{\text{rd}} term (a3a_3): a+2d=a+(31)da + 2d = a + (3 - 1)d
  • 4th4^{\text{th}} term (a4a_4): a+3d=a+(41)da + 3d = a + (4 - 1)d

Observing the pattern, notice that the multiplier of dd is always one less than the term number!

Formula for the nthn^{\text{th}} Term:

an=a+(n1)da_n = a + (n - 1)d

Where:

  • ana_n = nthn^{\text{th}} term (also called the general term or last term ll)
  • aa = First term
  • nn = Position of the term
  • dd = Common difference

3. Sum of the First nn Terms (SnS_n)

Imagine your teacher asks you to sum all numbers from 11 to 100100. Adding them one by one would take forever!

The great mathematician Carl Friedrich Gauss solved this in seconds as a young child by noticing that: (1+100)=101,(2+99)=101,(3+98)=101(1 + 100) = 101, \quad (2 + 99) = 101, \quad (3 + 98) = 101 \dots There are 5050 such pairs, so the sum is 50×101=505050 \times 101 = 5050!

Using this pairing logic, we derive two formulas for finding the sum of the first nn terms (SnS_n).

Formula 1: When aa, dd, and nn are given

Sn=n2[2a+(n1)d]S_n = \frac{n}{2} \left[ 2a + (n - 1)d \right]

Formula 2: When the First Term (aa) and Last Term (ll) are given

Sn=n2(a+l)S_n = \frac{n}{2} (a + l) (where l=an=a+(n1)dl = a_n = a + (n-1)d)


4. Useful Secret Formula: Linking ana_n and SnS_n

Sometimes questions give you the sum formula SnS_n in terms of nn and ask you to find the nthn^{\text{th}} term or the AP itself.

Use this quick relation: an=SnSn1a_n = S_n - S_{n-1}

(The nthn^{\text{th}} term is equal to the sum of nn terms minus the sum of the first (n1)(n-1) terms).


Common Pitfalls & Teacher Tips

  1. Don't confuse nn and ana_n:
    • nn is the position (e.g., 10th10^{\text{th}} step). It must always be a positive whole number (1,2,31, 2, 3\dots).
    • ana_n is the value on that step (e.g., 15-15, 00, or 45.545.5).
  2. Watch the Sign of dd:
    • Always calculate dd as Second termFirst term\text{Second term} - \text{First term} (a2a1a_2 - a_1).
    • For decreasing sequences like 20,16,1220, 16, 12\dots, d=1620=4d = 16 - 20 = -4 (not +4+4).

Practice Questions with Step-by-Step Solutions

Let's test our understanding with 3 board-exam style practice questions!

Question 1 (Finding ana_n and checking term existence)

Find the 20th20^{\text{th}} term of the AP: 9,13,17,21,9, 13, 17, 21, \dots Also, check whether 101101 is a term of this AP.

Solution:

Part A: Find the 20th20^{\text{th}} term

  1. Identify given values:

    • First term (aa) = 99
    • Common difference (dd) = 139=413 - 9 = 4
    • Term position (nn) = 2020
  2. Apply ana_n formula: a20=a+(201)da_{20} = a + (20 - 1)d a20=9+(19×4)a_{20} = 9 + (19 \times 4) a20=9+76=85a_{20} = 9 + 76 = 85

Part B: Check if 101101 is a term of the AP

  1. Let an=101a_n = 101. 101=a+(n1)d101 = a + (n - 1)d 101=9+(n1)4101 = 9 + (n - 1)4 1019=(n1)4101 - 9 = (n - 1)4 92=(n1)492 = (n - 1)4 n1=924=23n - 1 = \frac{92}{4} = 23 n=23+1=24n = 23 + 1 = 24

Since n=24n = 24 is a positive integer, 101101 is indeed the 24th24^{\text{th}} term of this AP.


Question 2 (Sum of terms when ana_n is given)

Find the sum of the first 2525 terms of an AP whose nthn^{\text{th}} term is given by an=3+4na_n = 3 + 4n.

Solution:

  1. Find the first term (aa) by substituting n=1n = 1: a1=3+4(1)=3+4=7a_1 = 3 + 4(1) = 3 + 4 = 7 So, a=7a = 7.

  2. Find the 25th25^{\text{th}} term (ll) by substituting n=25n = 25: a25=3+4(25)=3+100=103a_{25} = 3 + 4(25) = 3 + 100 = 103 So, l=103l = 103.

  3. Use the sum formula Sn=n2(a+l)S_n = \frac{n}{2}(a + l): S25=252(7+103)S_{25} = \frac{25}{2} (7 + 103) S25=252×110S_{25} = \frac{25}{2} \times 110 S25=25×55=1375S_{25} = 25 \times 55 = 1375

Final Answer: The sum of the first 2525 terms is 13751375.


Question 3 (Real-World Application Word Problem)

A manufacturer of TV sets produced 600600 sets in the third year and 700700 sets in the seventh year. Assuming that the production increases uniformly by a fixed number every year, find:

  1. The production in the 1st1^{\text{st}} year.
  2. The total production in the first 1010 years.

Solution:

Since production increases uniformly, this situation forms an Arithmetic Progression where:

  • Year = nn
  • Production in nthn^{\text{th}} year = ana_n
  1. Form equations from the given information:

    • Production in 3rd3^{\text{rd}} year (a3a_3) = 600    a+2d=600600 \implies a + 2d = 600 --- (Equation 1)
    • Production in 7th7^{\text{th}} year (a7a_7) = 700    a+6d=700700 \implies a + 6d = 700 --- (Equation 2)
  2. Solve the linear equations to find aa and dd: Subtract Equation 1 from Equation 2: (a+6d)(a+2d)=700600(a + 6d) - (a + 2d) = 700 - 600 4d=100    d=254d = 100 \implies d = 25

    Substitute d=25d = 25 back into Equation 1: a+2(25)=600a + 2(25) = 600 a+50=600    a=550a + 50 = 600 \implies a = 550

  3. Answer Part 1: Production in the 1st1^{\text{st}} year (aa) = 550550 sets.

  4. Answer Part 2 (Total production in 10 years, S10S_{10}): S10=102[2(550)+(101)25]S_{10} = \frac{10}{2} \left[ 2(550) + (10 - 1)25 \right] S10=5×[1100+9(25)]S_{10} = 5 \times \left[ 1100 + 9(25) \right] S10=5×[1100+225]S_{10} = 5 \times \left[ 1100 + 225 \right] S10=5×1325=6625S_{10} = 5 \times 1325 = 6625

Final Answer:

  1. Production in 1st1^{\text{st}} year = 550550 TV sets
  2. Total production in first 1010 years = 6,6256,625 TV sets

Summary Checklist

  • an=a+(n1)da_n = a + (n - 1)d (To find any single term)
  • Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n - 1)d] (To find total sum)
  • Sn=n2[a+l]S_n = \frac{n}{2}[a + l] (Quick sum when last term is known)
  • an=SnSn1a_n = S_n - S_{n-1} (To find nthn^{\text{th}} term from sum formula)

Keep practicing questions from your NCERT exercise 5.15.1, 5.25.2, and 5.35.3. You've got this!