Quiz Tweek Logo

Mastering Arithmetic Progressions for Class 10 Maths

March 15, 2026

Mastering Arithmetic Progressions 📘

Welcome, Class 10 Students! Arithmetic Progressions (AP) is one of the most scoring chapters in Class 10 Maths. Questions from this chapter almost always appear in the board exam in the form of 2, 3, or 4-mark questions, and sometimes even as case-study questions. If you understand the basic ideas and formulas properly, you can solve most questions in just a few steps. This guide will help you build strong concepts, avoid common mistakes, and prepare smartly for CBSE exams.

📚 1. Introduction and Core Concepts

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

Examples from daily life:

  • Savings: If you decide to save ₹100 in the first week, ₹150 in the second, ₹200 in the third, and so on, the weekly savings form an AP.
  • Stairs: The heights of steps in a staircase increase by the same amount each time – like an AP.
  • Seats in rows: If each row in an auditorium has 2 more seats than the previous row, the number of seats in each row is in AP.

Key terms in AP (as used in NCERT/CBSE):

  • First term: Denoted by aa.
  • Common difference: Denoted by dd.
  • Number of terms: Denoted by nn.
  • nth (general) term: Denoted by ana_n.
  • Sum of first n terms: Denoted by SnS_n.
  • Last term (if given/known): Denoted by ll.

Understanding pattern of a typical AP:

  • A general AP looks like:
a,  a+d,  a+2d,  a+3d,  a,\; a + d,\; a + 2d,\; a + 3d,\; \dots

Here:

  • The first term is aa.
  • The second term is a+da + d.
  • The third term is a+2da + 2d, and so on.

So, every term is obtained by adding the common difference dd repeatedly to the first term.

🔍 2. Detailed Breakdown & Classifications

Below is a quick classification of important AP-related terms, explained in simple language (without formulas in this table, so you can focus on meaning first):

Concept / TermDefinition & Example
Arithmetic Progression (AP)A sequence of numbers where the difference between consecutive terms is constant. Example: 3, 7, 11, 15, … (here each term increases by 4).
First TermThe starting term of an AP. In 5, 9, 13, 17, … the first term is 5.
Common DifferenceThe fixed difference between any two consecutive terms. In 2, 6, 10, 14, … the common difference is 4 (each term − previous term).
nth Term (General Term)The term standing at position n in an AP. Helps to find any term without writing the whole sequence.
Sum of n TermsTotal of the first n terms of an AP. Very useful in word problems (like total money saved, total distance covered etc.).
Finite APAn AP which has a fixed number of terms. Example: 4, 9, 14, 19 (only 4 terms).
Infinite APAn AP that continues endlessly. Example: 1, 4, 7, 10, …

Once you are clear with these basic ideas, the formulas become much easier to understand and remember.

⚙️ 3. Essential Rules, Formulas, or Mechanisms

Let’s list the formulas you must know for Class 10 boards.

  1. nth term of an AP

For an AP whose first term is aa and common difference is dd, the nth term ana_n is given by:

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

Meaning:

  • To reach the nth term, start from aa and add the common difference (n1)(n-1) times.

Example: Find the 10th term of the AP 3, 7, 11, 15, …

Here, a=3a = 3, d=4d = 4, n=10n = 10.

a10=3+(101)×4=3+9×4=3+36=39a_{10} = 3 + (10 - 1)\times 4 = 3 + 9\times 4 = 3 + 36 = 39
  1. Checking if a sequence is an AP

A sequence x1,x2,x3,x_1, x_2, x_3, \dots is an AP if:

x2x1=x3x2=x4x3=x_2 - x_1 = x_3 - x_2 = x_4 - x_3 = \dots

If the differences are equal, the sequence is an AP and that common difference is dd.

  1. Sum of first n terms of an AP

If aa is the first term and dd is the common difference, then the sum of first nn terms, SnS_n, is:

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

If the last term ll is known, then:

Sn=n2(a+l)S_n = \frac{n}{2}(a + l)

Example: Find the sum of first 20 terms of the AP 5, 8, 11, 14, …

Here, a=5a = 5, d=3d = 3, n=20n = 20.

S20=202[2×5+(201)×3]=10[10+57]=10×67=670S_{20} = \frac{20}{2}[2\times 5 + (20 - 1)\times 3] = 10[10 + 57] = 10\times 67 = 670
  1. nth term from the end of a finite AP

If in an AP, the first term is aa, last term is ll, and the total number of terms is nn, then the kth term from the end is the (nk+1)(n - k + 1)th term from the beginning.

So, the kth term from the end is:

Tk from end=a+(nk)dT_{k\text{ from end}} = a + (n - k)d

(You can derive this from the nth term formula.)

  1. Real-life word problems using AP

Common CBSE-style word problems on AP involve:

  • Monthly savings increasing by a fixed amount.
  • Stipends or salaries increasing every year.
  • Number of seats, bricks in rows, or matchsticks forming patterns.
  • Distances covered in each hour/day if speed increases/decreases uniformly.

In all such problems:

  • Identify aa, dd, and nn from the situation.
  • Then use ana_n or SnS_n accordingly.

💡 Exam-Oriented Pro Tips!

  • Always write what each symbol means: a = first term, d = common difference, n = number of terms, etc. This creates a good impression and reduces mistakes.
  • Find the common difference carefully as “second term − first term”. Students often do it in reverse and get a negative value by mistake.
  • When a term number is given indirectly (like “the 15th term is…”), link it with the nth term formula to create an equation and solve for a or d.
  • For sum-based questions, check whether the last term is given or not. If last term is given, prefer the formula with a + l; otherwise use the formula with d.
  • In word problems, underline the quantities that increase “equally” or “uniformly” – this usually signals an AP.
  • Re-check units in word problems (rupees, metres, days, years). The logic may be correct but unit mistakes can cost marks.

Some quick memory aids for formulas:

  • nth term formula (a with steps of d):
an=a+(n1)da_n = a + (n - 1)d
  • Sum formula “average of first and last term × number of terms”:
Sn=n2(a+l)S_n = \frac{n}{2}(a + l)
  • Or, if last term is not known:
Sn=n2[2a+(n1)d]S_n = \frac{n}{2}\left[2a + (n - 1)d\right]

📝 4. Summary & Conclusion

Arithmetic Progressions is a concept-based and high-scoring chapter. Once you understand that an AP is simply a pattern where each term changes by the same amount, the rest becomes straightforward.

Key takeaways for Class 10 board exams:

  • An AP is defined by its first term and common difference. From these two, you can find any term or sum.
  • The nth term formula helps you reach any position in the AP without writing all terms.
  • The sum formulas help you handle real-life type problems (money, distance, arrangements, etc.).
  • Always identify a, d, n, and l before applying formulas.
  • Show each step clearly: write the formula, substitute values, and simplify. This helps you secure step-wise marks even if the final answer has a small calculation mistake.
  • Practise a mix of direct formula-based sums and word problems from the NCERT textbook and exemplar.

If you consistently practise, revise the formulas regularly, and solve previous years’ CBSE questions from this chapter, you can easily aim for full marks in Arithmetic Progressions.


Related Quizzes

Test your knowledge with these related quizzes.