Skip to main content
Admissions Open 2026-27Ravindra Higher Secondary School (Est. 1988) | Waidhan, Singrauli (MP)
+91 9826986106• Student Portal• Study Notes
Ravindra Higher Secondary School Logo
Ravindra Higher Secondary SchoolWaidhan, Singrauli (M.P.)
Home
Contact
Home
Study Portal
Class 10 Mathematics
Arithmetic Progressions - Finding the nth term and calculating the sum of first n terms of an Arithmetic Progression
Back to All Study GuidesOpen in Interactive App
MathematicsClass 10Arithmetic Progressions

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

2026-09-068 min readRHS Academic Faculty
Overview & Key Summary:Class 10 Mathematics: Mastering Arithmetic Progressions (AP) Have you ever noticed patterns around you? The steps of a ladder get uniformly smaller towards the top. Your pocke...

Class 10 Mathematics: Mastering Arithmetic Progressions (AP)

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}}nth term).
  2. Calculating the total sum of a sequence (the Sum of first nnn 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 (aaa or a1a_1a1​): The very first number in the sequence.
  • Common Difference (ddd): The constant value added to each term to get the next term. Common Difference (d)=ak+1−ak\text{Common Difference } (d) = a_{k+1} - a_kCommon Difference (d)=ak+1​−ak​
  • Number of Terms (nnn): The total count or position of a term in the sequence (nnn is always a positive integer: 1,2,3,…1, 2, 3, \dots1,2,3,…).

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

Examples:

  1. 2,5,8,11,14,…2, 5, 8, 11, 14, \dots2,5,8,11,14,…

    • First term (aaa) = 222
    • Common difference (ddd) = 5−2=35 - 2 = 35−2=3 (Increasing AP)
  2. 100,70,40,10,−20,…100, 70, 40, 10, -20, \dots100,70,40,10,−20,…

    • First term (aaa) = 100100100
    • Common difference (ddd) = 70−100=−3070 - 100 = -3070−100=−30 (Decreasing AP)
  3. 5,5,5,5,…5, 5, 5, 5, \dots5,5,5,5,…

    • First term (aaa) = 555
    • Common difference (ddd) = 5−5=05 - 5 = 05−5=0 (Constant AP)

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

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

  • 1st1^{\text{st}}1st term (a1a_1a1​): a=a+(1−1)da = a + (1 - 1)da=a+(1−1)d
  • 2nd2^{\text{nd}}2nd term (a2a_2a2​): a+d=a+(2−1)da + d = a + (2 - 1)da+d=a+(2−1)d
  • 3rd3^{\text{rd}}3rd term (a3a_3a3​): a+2d=a+(3−1)da + 2d = a + (3 - 1)da+2d=a+(3−1)d
  • 4th4^{\text{th}}4th term (a4a_4a4​): a+3d=a+(4−1)da + 3d = a + (4 - 1)da+3d=a+(4−1)d

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

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

an=a+(n−1)da_n = a + (n - 1)dan​=a+(n−1)d

Where:

  • ana_nan​ = nthn^{\text{th}}nth term (also called the general term or last term lll)
  • aaa = First term
  • nnn = Position of the term
  • ddd = Common difference

3. Sum of the First nnn Terms (SnS_nSn​)

Imagine your teacher asks you to sum all numbers from 111 to 100100100. 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(1+100)=101,(2+99)=101,(3+98)=101… There are 505050 such pairs, so the sum is 50×101=505050 \times 101 = 505050×101=5050!

Using this pairing logic, we derive two formulas for finding the sum of the first nnn terms (SnS_nSn​).

Formula 1: When aaa, ddd, and nnn are given

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

Formula 2: When the First Term (aaa) and Last Term (lll) are given

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


4. Useful Secret Formula: Linking ana_nan​ and SnS_nSn​

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

Use this quick relation: an=Sn−Sn−1a_n = S_n - S_{n-1}an​=Sn​−Sn−1​

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


Common Pitfalls & Teacher Tips

  1. Don't confuse nnn and ana_nan​:
    • nnn is the position (e.g., 10th10^{\text{th}}10th step). It must always be a positive whole number (1,2,3…1, 2, 3\dots1,2,3…).
    • ana_nan​ is the value on that step (e.g., −15-15−15, 000, or 45.545.545.5).
  2. Watch the Sign of ddd:
    • Always calculate ddd as Second term−First term\text{Second term} - \text{First term}Second term−First term (a2−a1a_2 - a_1a2​−a1​).
    • For decreasing sequences like 20,16,12…20, 16, 12\dots20,16,12…, d=16−20=−4d = 16 - 20 = -4d=16−20=−4 (not +4+4+4).


Common Student Mistakes to Avoid

  1. Sign Errors in Algebraic Calculations: Mistakes in distributing negative signs across brackets or when transferring terms across the equals sign.
  2. Formula Misapplication: Memorizing formulas without checking required units or conditions (e.g. using diameter instead of radius).
  3. Skipping Intermediate Steps: Jumping directly to final numerical answers without showing step-by-step mathematical working, leading to partial credit loss in board exams.
  4. Incorrect Unit Conversions: Forgetting to convert parameters into uniform SI units (e.g., cm to meters or minutes to seconds) before computing.

Practice Questions with Step-by-Step Solutions

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

Question 1 (Finding ana_nan​ and checking term existence)

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

Solution:

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

  1. Identify given values:

    • First term (aaa) = 999
    • Common difference (ddd) = 13−9=413 - 9 = 413−9=4
    • Term position (nnn) = 202020
  2. Apply ana_nan​ formula: a20=a+(20−1)da_{20} = a + (20 - 1)da20​=a+(20−1)d a20=9+(19×4)a_{20} = 9 + (19 \times 4)a20​=9+(19×4) a20=9+76=85a_{20} = 9 + 76 = 85a20​=9+76=85

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

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

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


Question 2 (Sum of terms when ana_nan​ is given)

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

Solution:

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

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

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

Final Answer: The sum of the first 252525 terms is 137513751375.


Question 3 (Real-World Application Word Problem)

A manufacturer of TV sets produced 600600600 sets in the third year and 700700700 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}}1st year.
  2. The total production in the first 101010 years.

Solution:

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

  • Year = nnn
  • Production in nthn^{\text{th}}nth year = ana_nan​
  1. Form equations from the given information:

    • Production in 3rd3^{\text{rd}}3rd year (a3a_3a3​) = 600  ⟹  a+2d=600600 \implies a + 2d = 600600⟹a+2d=600 --- (Equation 1)
    • Production in 7th7^{\text{th}}7th year (a7a_7a7​) = 700  ⟹  a+6d=700700 \implies a + 6d = 700700⟹a+6d=700 --- (Equation 2)
  2. Solve the linear equations to find aaa and ddd: Subtract Equation 1 from Equation 2: (a+6d)−(a+2d)=700−600(a + 6d) - (a + 2d) = 700 - 600(a+6d)−(a+2d)=700−600 4d=100  ⟹  d=254d = 100 \implies d = 254d=100⟹d=25

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

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

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

Final Answer:

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

Summary Checklist

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

Keep practicing questions from your NCERT exercise 5.15.15.1, 5.25.25.2, and 5.35.35.3. You've got this!

Exam Preparation & Frequently Asked Questions (FAQ)

Q1. How should I revise Arithmetic Progressions for the Class 10 Mathematics examination?

Focus on mastering core textbook definitions, practicing 3-4 numerical problems daily with pen and paper, and reviewing previous year CBSE/NCERT board exam questions.

Q2. What are the key concepts that carry maximum marks in this chapter?

Pay special attention to core definitions, step-by-step derivations, solved textbook examples, and practical real-world applications outlined in your NCERT curriculum.

Q3. How can I avoid losing marks in long answer questions?

Always structure your answers with clear subheadings, write step-by-step working for numerical problems, state given values clearly, and highlight your final answers with correct SI units.

Verified NCERT & Board Exam Aligned Material
Ravindra Higher Secondary School, Waidhan
Previous GuideForce and Laws of Motion - Newton's three laws of motion, concept of inertia, momentum, and real-life applicationsNext GuideElectricity - Ohm's law, factors affecting resistance, and series and parallel combinations of resistors

Related Study Notes

MathematicsClass 10

Triangles

Triangles - Criteria for similarity of triangles and application of the Basic Proportionality Theorem (Thales Theorem)

Read Article
MathematicsClass 10

Circles

Circles - Tangents to a circle, properties of tangents drawn from an external point, and geometric proofs

Read Article
MathematicsClass 8

Algebraic Expressions and Identities

Algebraic Expressions and Identities - Addition, subtraction, and multiplication of algebraic expressions, along with standard algebraic identities and their applications

Read Article

NCERT Study Guide Directory

Textbook solutions, chapter notes & practice worksheets by grade

Interlinked Syllabus
Class 10 NCERT Guides14 chapters
  • Triangles
  • Circles
  • The Human Eye and the Colourful World
  • Carbon and its Compounds
  • Magnetic Effects of Electric Current
  • → Arithmetic Progressions (Mathematics)
  • Electricity
  • Light - Reflection and Refraction
  • Life Processes
  • Acids, Bases and Salts
  • Chemical Reactions and Equations
  • Introduction to Trigonometry
  • Quadratic Equations
  • Real Numbers
Class 9 NCERT Guides11 chapters
  • Structure of the Atom
  • Atoms and Molecules
  • Work and Energy
  • Gravitation
  • Force and Laws of Motion
  • Motion
  • The Fundamental Unit of Life
  • Matter in Our Surroundings
  • Coordinate Geometry
  • Number Systems
  • Polynomials
Class 8 NCERT Guides11 chapters
  • Algebraic Expressions and Identities
  • Friction
  • Squares and Square Roots
  • Practical Geometry
  • Sound
  • Combustion and Flame
  • Coal and Petroleum
  • Microorganisms: Friend and Foe
  • Linear Equations in One Variable
  • Understanding Quadrilaterals
  • Rational Numbers
Class 7 NCERT Guides8 chapters
  • Acids, Bases and Salts
  • Heat
  • Nutrition in Animals
  • Nutrition in Plants
  • Perimeter and Area
  • Integers
  • Rational Numbers
  • Simple Equations
Class 6 NCERT Guides8 chapters
  • Algebra
  • Decimals
  • Fractions
  • Knowing Our Numbers
  • Electricity and Circuits
  • Components of Food
  • Getting to Know Plants
  • Separation of Substances
Ravindra Higher Secondary School Logo

Ravindra Higher Secondary School

Waidhan, Singrauli (M.P.)

We Serve Society By Serving People

Established in 1988, Ravindra Higher Secondary School (RHS Waidhan) is dedicated to delivering excellence in education, character building, and holistic growth for students in Waidhan, Singrauli (MP).

Quick Links

  • Home Page
  • About RHS & Leadership
  • Academic Programs & Curriculum
  • Admissions Process 2026-27
  • Campus & Facilities
  • Faculty & Staff Members
  • Photo & Video Gallery
  • Notice Board & Announcements
  • Contact & Location

Shift & Office Hours

KG to Class 5th (Morning Shift)

07:30 AM – 11:30 AM

Class 6th to 12th (Afternoon Shift)

12:00 PM – 05:00 PM

Administrative Office Hours

Mon – Sat: 09:00 AM – 04:00 PM

Address & Location

  • Ravindra Higher Secondary School, Main Campus, Waidhan, Singrauli, Madhya Pradesh – 486886
  • +91 9826986106
  • rhswaidhan@gmail.com

© 2026 Ravindra Higher Secondary School, Waidhan, Singrauli. All rights reserved.

Privacy Policy•Contact Us•Student Portal