Skip to main content

Arithmetic Progressions Class 10 Notes | nth Term, Sum Formula & Common Mistakes

Arithmetic Progressions - Quick Notes & Formula Sheet

Class 10 CBSE Mathematics · Chapter 5 · Complete Revision Guide (2026-27)

Syllabus Note for 2026-27
This chapter's core focus is mastery of the nth term and sum of n terms formulas - CBSE consistently emphasizes these two skills above everything else here. Real-life word problems (salary increments, savings patterns, stadium seating, etc.) using both formulas remain part of the current NCERT Reprint 2026-27 scope, so don't skip practicing them even if you've seen older material suggesting otherwise.

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 constant. This constant is called the common difference (d).
General AP: a, a+d, a+2d, a+3d, ...

Here a is the first term. To check if a sequence is an AP, verify that (term2 - term1) = (term3 - term2) = (term4 - term3), and so on - the difference must stay exactly the same throughout.

Trap: Forgetting d can be negative
An AP doesn't have to increase. If d is negative, the sequence decreases (e.g., 20, 15, 10, 5, ... has d=-5). Students sometimes assume "arithmetic progression" always means increasing - it doesn't.

2. nth Term of an AP (Highest Priority Formula)

a_n = a + (n-1)d

Here a_n is the value of the nth term, a is the first term, n is the term's position number, and d is the common difference.

Trap: Using n instead of (n-1)
This is the single most common calculation slip in this chapter. The formula multiplies d by (n-1), not by n. For the very first term (n=1), this correctly gives a_1 = a + 0 = a. Writing a_n = a + nd instead throws off every term by exactly one step.
Quick check tip
To find which term of an AP equals a given value, set a_n equal to that value and solve for n. If n doesn't come out as a positive whole number, that value isn't actually a term of this AP.

3. Sum of the First n Terms

S_n = n/2 × [2a + (n-1)d]

Use this version when you know the first term (a), common difference (d), and number of terms (n), but not necessarily the last term.

S_n = n/2 × (a + l)

Use this simpler version instead when the last term (l) is already known - it avoids recalculating d entirely.

Trap: Mixing up which sum formula to use
If a question already gives you the last term directly, using the longer S_n = n/2[2a+(n-1)d] formula instead of the shorter S_n = n/2(a+l) wastes time and increases the chance of arithmetic slips. Check what's given before choosing your formula.

4. Relationship Between a_n and S_n

a_n = S_n - S_(n-1)

This lets you find any individual term if you already know the sum formula (or values) for that many terms and one fewer terms - useful in HOTS-style questions that give you S_n as an expression in n.

Trap: Forgetting this only works for n≥2
For the first term specifically, a_1 = S_1 (there's no "S_0" to subtract). Only for n=2 onward does a_n = S_n - S_(n-1) apply.

5. Word Problem Patterns (High Exam Weightage)

Problem TypeKey Setup
Salary/savings that increases by a fixed amount each yeara = starting value, d = fixed yearly increase; use a_n for a specific year, S_n for total over several years
Stadium/auditorium seating (rows increasing by a fixed number)a = seats in row 1, d = extra seats per row; S_n gives total seats across n rows
Distance/rows of trees, poles, or objects placed at regular intervalsOften requires doubling a distance-and-return trip; read carefully whether the question wants one-way or round-trip total
Debt repayment in equal or increasing installmentsTrack remaining balance as first term, reducing installment as d (often negative)
Trap: Not identifying a and d correctly from the story
Word problems often describe the pattern in a roundabout way (e.g., "Reena's salary starts at Rs.8000 and grows by Rs.500 every year"). Always explicitly write out a= and d= before applying any formula - jumping straight to substitution is where most word-problem errors happen.

6. Full Recap - Every Trap in One Place

TrapCorrect Understanding
Assuming an AP always increasesd can be negative - APs can decrease too
Using a_n = a+ndCorrect formula is a_n = a+(n-1)d
Using the longer sum formula when the last term is already knownUse S_n = n/2(a+l) instead - faster and less error-prone
Applying a_n=S_n-S_(n-1) for n=1For the first term, a_1=S_1 directly - the subtraction only applies from n=2 onward
Substituting into formulas before identifying a and d from the word problemAlways write out a= and d= explicitly first
Assuming a value must belong to a given AP without checkingSolve for n; if it isn't a positive whole number, that value isn't a term of the AP

Frequently Asked Questions

What is the formula for the nth term of an arithmetic progression?
a_n = a + (n-1)d, where a is the first term, d is the common difference, and n is the term's position.
What is the formula for the sum of the first n terms of an AP?
S_n = n/2 × [2a+(n-1)d], or the shorter S_n = n/2 × (a+l) if the last term l is already known.
Are real-life word problems on sum of n terms included in the CBSE 2026-27 syllabus?
Yes - current NCERT Reprint 2026-27 material and CBSE exam patterns do test real-life word problems on both the nth term and sum of n terms for this chapter.
What is the most common mistake students make with the nth term formula?
Using n instead of (n-1) in a_n=a+(n-1)d, which shifts every calculated term by one position. Always double check this specific step.

Practice What You've Just Revised

This chapter follows the same expanded 5-part quiz structure (100 questions total) used for Quadratic Equations.

Comments

Popular posts from this blog

Chemistry - periodic table PYQ 2022

Q.The first ionization enthalpy of Na, Mg and Si, respectively, are: 496, 737 and 786 kJ mol¹. The first ionization enthalpy (kJ mol¹) of Al is:                                                         ( JEE mains 2022) 1. 487  2.  768 3. 577 4. 856 Show Answer Ans:- [c] I. E: Na < Al < Mg < Si  .. 496 <IE (Al) < 737  Option (C), matches the condition .  i.e IE (Al) = 577 kJmol-¹

Indefinite Integration: Complete Notes for JEE Mains & Advanced

Indefinite Integration – Complete Revision (JEE Mains & Advanced) Indefinite Integration is not about memorising random formulas — it is about identifying forms . JEE strictly rotates questions around a fixed set of standard integrals and methods . This note covers the entire official syllabus with zero gaps. 1. Definition \[ \int f(x)\,dx = F(x)+C \quad \text{where } \frac{dF}{dx}=f(x) \] 2. ALL Standard Integrals (Must Memorise) \(\int x^n dx = \frac{x^{n+1}}{n+1}+C,\; n\neq-1\) \(\int \frac{1}{x}dx = \ln|x|+C\) \(\int e^x dx = e^x+C\) \(\int a^x dx = \frac{a^x}{\ln a}+C\) \(\int \sin x dx = -\cos x + C\) \(\int \cos x dx = \sin x + C\) \(\int \sec^2 x dx = \tan x + C\) \(\int \csc^2 x dx = -\cot x + C\) \(\int \sec x\tan x dx = \sec x + C\) \(\int \csc x\cot x dx = -\csc x + C\) 3. SIX IMPORTANT FORMS (JEE CORE) Form 1: \(\int \frac{1}{x^2+a^2}dx\) \[ = \frac{1}{a}\tan^{-1}\frac{x}{a}+C \] Form 2: \(\int \frac{1}{\sqrt{a^2-x^2}}dx\) \[...

Physics - JEE mains PYQ

 Q. Position of an ant (S in metres) moving in Y-Z plane is given by S=2t²j+5k (where t is in second). The magnitude and direction of velocity of the ant at t = 1 s will be :                                                         (Jee mains- 2024) 1. 16 m/s in y-direction  2. 4 m/s in x- direction  3. 9 m/s in z- direction  4. 4 m/s in y-direction  Show Answer 4 m/s in y-direction. v=ds/dt=4t ĵ At t = 1 sec v = 4ĵ More Questions kinametics PYQ

Class 10 Science – Full MCQ Sample Paper

Class 10 Science Sample Paper MCQ Quiz | CBSE | StudyBeacon Home › Class 10 Science › Sample Paper MCQs Class 10 Science – Full MCQ Sample Paper (25 Questions) Practice this complete MCQ-based sample paper prepared as per CBSE exam trend. Questions include PYQ-type, conceptual and application-based MCQs. Section A – Biology (Q1–Q9) Q1. Which process releases energy in cells? [Easy] Photosynthesis Respiration Transpiration Diffusion Answer: Respiration releases energy. Q2. Functional unit of kidney is: [Easy] Neuron Nephron Alveolus Villus Answer: Nephron filters blood. Q3. Which blood group is universal donor? [Moderate] AB+ A− O− B− Answer: O− lacks antigens. Q4. Main function of bile is: [Moderate] Digest protein Emulsify fats Digest starch Absorb glucose Answer: Bile breaks fat into droplets. Q5. DNA is located in: [Easy] Ribosome Cytoplasm Nucleus Vacuole Answer: DNA stores genetic info. Q6. ...

Chemistry - metallurgy PYQ 2022

 Q. In metallurgy the term "gangue" is used for:                                                         ( JEE mains 2022 ) 1. Contamination of undesired earthy materials. 2. Contamination of metals, other than desired metal 3. Minerals which are naturally occuring in pure form 4.Magnetic impurities in an ore. Show Answer Ans:- [A] Earthy and undesired materials present in the ore, other then the desired metal, is known as gangue.

Class 10 Light Chapter MCQ | 25 PYQ Quiz for CBSE 2025-26

Class 10 Science — Light (Reflection & Refraction) 25 MCQ Practice Quiz (Easy · Moderate · Hard) — Select an option and click Check Answer to reveal the correct option and an explanation. Use Check All to get your score. Easy 1. The speed of light in a medium is 1.5 × 10 8 m/s. What is the refractive index of the medium? A. 1.5 B. 2 C. 3 D. 4 Check Answer Easy 2. A ray of light strikes a plane mirror at 30° to the normal. What is the angle of reflection? A. 15° B. 30° C. 45° D. 60° Check Answer Easy 3. Which statement is correct for a concave mirror? A. It always diverges light B. It forms only virtual images C. It can form real or virtual images depending on object position D. It is used as a rear-view mirror Check Answer ...

JEE Mains 2026 Chemistry Revision: Mole Concept Notes, Formulas & PYQ Patterns

  StudyBeacon JEE Mains 2026 — Revision Capsule #1: Mole Concept 30-Second Refresher The mole connects particles ↔ mass ↔ volume ↔ concentration . Most Physical Chemistry problems reduce to converting between these. Essential Ideas (Ultra-Compressed) One mole = Avogadro number \(N_A = 6.022\times10^{23}\) particles. Moles ↔ mass: \(n=\dfrac{W}{M}\) (mass ÷ molar mass). Gases at STP: \(1\ \text{mol} = 22.4\ \text{L}\). Ideal gas: \(PV=nRT\). Watch units. Concentration: Molarity \(M=\dfrac{n}{V_{\text{soln}}}\), Molality \(m=\dfrac{n_{\text{solute}}}{\text{kg solvent}}\). Equivalents useful for redox/acid-base: \(n_{\text{eq}}=\dfrac{W}{\text{equivalent mass}}\). High-Yield Formulas (Memorize) n = W / M moles = mass ÷ molar mass n = V / 22.4 (gases at STP) PV = nRT idea...

50 Most Repeated Physics MCQs: Class 12 CBSE

  50 Most Repeated Physics MCQs: Class 12 CBSE Solved & Optimized for Board Exams 2026 All questions follow the latest CBSE MCQ pattern. Click the "Solution" dropdown to check your accuracy. Unit 1: Electrostatics & Current Electricity Q1. A dipole is placed in a uniform electric field. It experiences: (a) Force only (b) Torque only (c) Both force and torque (d) Neither force nor torque उत्तर (Solution) Ans: (b) Torque only. In a uniform field, net force is zero ($qE - qE$), but since the forces act at different points, they produce torque. Q2. If the distance between two charges is doubled, the electrostatic force becomes: (a) 1/2 times (b) 2 times (c) 1/4 times (d) 4 times उत्तर (Solution) Ans: (c) 1/4 times. $F \propto 1/r^2$. So, doubling $r$ makes $F$ one-fourth. Q3. Which of the following is the unit of Electric Flux...

Physics - simple harmonic motion pyq 2023

 Q. In a linear simple harmonic motion (SHM) (A) Restoring force is directly proportional to the displacement.  (B) The acceleration and displacement are opposite in direction.  (C) The velocity is maximum at mean position. (D) The acceleration is minimum at extreme points.  Choose the correct answer from the options given below:                                                         (JEE mains 2023) 1. (A), (B) and (C) only   2. (C) and (D) only 3. (A), (B) and (D) only 4. (A), (C) and (D) only Show Answer Ans. (1)   F=-kx,          A true  a=-w²x.      B true  Velocity is maximum at mean position, C true  Acceleration is maximum at extreme point, D false

Physics - Radioactivity PYQ 2023

 Q. The half-life of a radioactive nucleus is 5 years, The fraction of the original sample that would decay in 15 years is :                                                         ( JEE mains 2023) 1. 1/8 2. 1/4 3. 7/8 4. 3/4 Show Answer Ans. (3)  15 year = 3 half lives  Number of active nuclei = N/8  Number of decay = 7/8N