👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Algebra
Study mode

Arithmetic Progression (AP)

Learning objective
Understand arithmetic progression, nth term, sum of terms and applications.

Arithmetic Progression (AP)

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

1. Definition and Basic Concepts

If the first term of an AP is \( a \) and the common difference is \( d \), then the sequence is:

\[a, \quad a + d, \quad a + 2d, \quad a + 3d, \quad \ldots\]

Here, each term increases (or decreases) by \( d \) from the previous term.

Common Difference (\( d \))

The common difference is given by:

\[d = t_{n} - t_{n-1}\]

where \( t_n \) is the \( n^{th} \) term.

General Term (nth Term)

The \( n^{th} \) term of an AP, denoted by \( t_n \), is given by:

\[t_n = a + (n - 1)d\]

This formula helps find any term in the sequence without listing all previous terms.

2. Sum of n Terms of an AP

The sum of the first \( n \) terms of an AP is denoted by \( S_n \). There are two commonly used formulas:

  1. Using first and last term:
\[S_n = \frac{n}{2} (a + l)\]

where \( l = t_n \) is the last term.

  1. Using first term and common difference:
\[S_n = \frac{n}{2} \left[ 2a + (n - 1)d \right]\]

Both formulas are equivalent and can be used depending on the known information.

3. Properties and Theorems

  • Arithmetic Mean: The arithmetic mean between two terms \( t_m \) and \( t_n \) is the average of these terms and also lies in the AP.
  • Relation between terms: For any three consecutive terms \( t_{k-1}, t_k, t_{k+1} \), the middle term is the average of the other two:
\[t_k = \frac{t_{k-1} + t_{k+1}}{2}\]

4. Applications of AP

Arithmetic progressions appear in many real-life situations such as:

  • Calculating total distance traveled when speed increases uniformly.
  • Finding total amount saved when saving money regularly with a fixed increment.
  • Scheduling and planning events with equal intervals.

5. Important Tips and Common Mistakes

  • Sign of \( d \): Pay attention to whether \( d \) is positive (increasing AP) or negative (decreasing AP).
  • Indexing: Remember the first term corresponds to \( n=1 \), not \( n=0 \).
  • Sum formula: Use the appropriate sum formula depending on whether the last term is known.
\( t_1 = a \) \( t_2 = a + d \) \( t_3 = a + 2d \) \( t_4 = a + 3d \) \( t_5 = a + 4d \) \( t_6 = a + 5d \)

Worked Examples

Example 1 (Easy)

Find the 10th term of an AP whose first term is 3 and common difference is 5.

Solution:

Given: \( a = 3 \), \( d = 5 \), \( n = 10 \)

Using the nth term formula:

\[ t_{10} = a + (10 - 1)d = 3 + 9 \times 5 = 3 + 45 = 48 \]

Answer: The 10th term is 48.

Example 2 (Medium)

Find the sum of the first 20 terms of an AP with first term 7 and common difference 3.

Solution:

Given: \( a = 7 \), \( d = 3 \), \( n = 20 \)

First find the 20th term:

\[ t_{20} = a + (20 - 1)d = 7 + 19 \times 3 = 7 + 57 = 64 \]

Sum of first 20 terms:

\[ S_{20} = \frac{20}{2} (7 + 64) = 10 \times 71 = 710 \]

Answer: The sum is 710.

Example 3 (Medium)

Find the number of terms in an AP if the first term is 5, common difference is 2, and the last term is 65.

Solution:

Given: \( a = 5 \), \( d = 2 \), \( l = 65 \)

Using the nth term formula:

\[ l = a + (n - 1)d \implies 65 = 5 + (n - 1) \times 2 \] \[ 65 - 5 = 2(n - 1) \implies 60 = 2(n - 1) \implies n - 1 = 30 \implies n = 31 \]

Answer: The number of terms is 31.

Example 4 (Hard)

The sum of the first \( n \) terms of an AP is given by \( S_n = 3n^2 + 2n \). Find the first term and the common difference.

Solution:

We know:

\[ S_n = \sum_{k=1}^n t_k = 3n^2 + 2n \]

The \( n^{th} \) term is:

\[ t_n = S_n - S_{n-1} = [3n^2 + 2n] - [3(n-1)^2 + 2(n-1)] \] \[ = 3n^2 + 2n - [3(n^2 - 2n + 1) + 2n - 2] \] \[ = 3n^2 + 2n - [3n^2 - 6n + 3 + 2n - 2] = 3n^2 + 2n - 3n^2 + 6n - 3 - 2n + 2 \] \[ = (2n + 6n - 2n) + (-3 + 2) = 6n - 1 \]

So, \( t_n = 6n - 1 \).

Find \( t_1 \):

\[ t_1 = 6 \times 1 - 1 = 5 \]

Find common difference \( d = t_2 - t_1 \):

\[ t_2 = 6 \times 2 - 1 = 11, \quad d = 11 - 5 = 6 \]

Answer: First term \( a = 5 \), common difference \( d = 6 \).

Example 5 (Hard)

Find the sum of all two-digit numbers divisible by 7.

Solution:

Two-digit numbers divisible by 7 start from 14 and end at 98.

So, the AP is:

\[ 14, 21, 28, \ldots, 98 \]

Here, \( a = 14 \), \( d = 7 \), last term \( l = 98 \).

Find number of terms \( n \):

\[ l = a + (n - 1)d \implies 98 = 14 + (n - 1) \times 7 \] \[ 98 - 14 = 7(n - 1) \implies 84 = 7(n - 1) \implies n - 1 = 12 \implies n = 13 \]

Sum of these terms:

\[ S_n = \frac{n}{2} (a + l) = \frac{13}{2} (14 + 98) = \frac{13}{2} \times 112 = 13 \times 56 = 728 \]

Answer: The sum is 728.

Formula Bank: Arithmetic Progression (AP)

Concept Formula Remarks
General term (nth term) \( t_n = a + (n - 1)d \) Find any term in the AP
Sum of first n terms (using last term) \( S_n = \frac{n}{2} (a + l) \) Use when last term \( l \) is known
Sum of first n terms (using common difference) \( S_n = \frac{n}{2} \left[ 2a + (n - 1)d \right] \) Use when \( d \) is known but last term is unknown
Common difference \( d = t_n - t_{n-1} \) Difference between consecutive terms
Relation between three consecutive terms \( t_k = \frac{t_{k-1} + t_{k+1}}{2} \) Middle term is average of neighbors
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Arithmetic Progression (AP) · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.