Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Understanding Arithmetic Progression

ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon

How to Find the nth Term and Sum in an Arithmetic Progression

An arithmetic progression is a sequence of real numbers in which the difference between any two consecutive terms remains constant. This constant difference endows the sequence with specific structural and algebraic properties that are foundational in mathematics, especially in algebra and sequence analysis.


Formal Structure and Definition of Arithmetic Progression

Let $a_1, a_2, a_3, \ldots$ denote a sequence of real numbers. The sequence is called an arithmetic progression (AP) if there exists a real number $d$ such that $a_{n+1} - a_n = d$ for each positive integer $n$. Here, $d$ is termed the common difference of the progression.


Given an initial term $a_1$ and common difference $d$, the general term, or the $n^{\mathrm{th}}$ term, of an arithmetic progression is expressed as $a_n = a_1 + (n-1)d$ for all integers $n \geq 1$.


Algebraic Formulation of the $n^{\mathrm{th}}$ Term in Arithmetic Progression

Starting with $a_1$ as the first term and $d$ as the common difference, the second term is $a_2 = a_1 + d$. The third term is $a_3 = a_2 + d = a_1 + 2d$. Proceeding inductively, the $n^{\mathrm{th}}$ term is calculated as $a_n = a_1 + (n-1)d$.


Arithmetic Progression Formula: The $n^{\mathrm{th}}$ term of an arithmetic progression is given by $a_n = a_1 + (n-1)d$.


These expressions are crucial for analyzing sequences and solving problems related to arithmetic sequences. For further coverage of mean concepts, refer to Arithmetic Mean Explained.


Summation Formula of an Arithmetic Progression

For an arithmetic progression with first term $a_1$, common difference $d$, and $n$ terms, the sum of the first $n$ terms, denoted by $S_n$, is derived as follows.


The sum is $S_n = a_1 + [a_1 + d] + [a_1 + 2d] + \ldots + [a_1 + (n-1)d]$.


This series expands to $S_n = a_1 + (a_1 + d) + (a_1 + 2d) + \cdots + (a_1 + (n-1)d)$.


Rewriting the sum in reverse order: $S_n = [a_1 + (n-1)d] + [a_1 + (n-2)d] + \ldots + a_1$.


Adding the original and reversed sums termwise:


$(S_n) + (S_n) = [a_1 + a_1 + (n-1)d] + [a_1 + d + a_1 + (n-2)d] + \ldots + [a_1 + (n-1)d + a_1]$


There are $n$ terms, and each term in the parenthesis equals $2a_1 + (n - 1)d$. Therefore, $2S_n = n[2a_1 + (n-1)d]$.


Thus, $S_n = \dfrac{n}{2}\left[2a_1 + (n-1)d\right]$.


Alternatively, if the last term $a_n$ is known, $S_n = \dfrac{n}{2}(a_1 + a_n)$, since $a_n = a_1 + (n - 1)d$.


Arithmetic Progression Sum Formula: $S_n = \dfrac{n}{2}[2a_1 + (n-1)d]$ or $S_n = \dfrac{n}{2}(a_1 + a_n)$.


These summation formulas assist in calculating series efficiently. For extension to other progressions, see Understanding Harmonic Progression.


Illustrative Examples: Stepwise Calculation in Arithmetic Progression

Example 1: The first term of an AP is $3$ and the common difference is $7$. Find its $10^{\text{th}}$ term.


Given: $a_1 = 3$, $d = 7$, $n = 10$.


Substitution: $a_{10} = a_1 + (10-1)d = 3 + 9 \times 7$.


Simplification: $9 \times 7 = 63$ so $a_{10} = 3 + 63$.


Final result: $a_{10} = 66$.


Example 2: Find the sum of the first $15$ terms of an AP with $a_1 = 4$ and $d = 5$.


Given: $a_1 = 4$, $d = 5$, $n = 15$.


Substitution: $S_{15} = \dfrac{15}{2} \left[2 \times 4 + (15 - 1) \times 5 \right]$.


Simplification: $2 \times 4 = 8$, $15 - 1 = 14$, $14 \times 5 = 70$, $8 + 70 = 78$, $S_{15} = \dfrac{15}{2} \times 78$.


Final result: $S_{15} = \dfrac{15 \times 78}{2} = \dfrac{1170}{2} = 585$.


Criteria for Arithmetic Progression and Counter-Comparisons

A sequence $\{a_n\}$ is an arithmetic progression if and only if $a_{n+1} - a_n$ is a real constant for each $n \geq 1$. This criterion distinguishes arithmetic progressions from geometric or harmonic progressions. For direct comparative analysis, refer to Arithmetic, Geometric, and Harmonic Progressions.


Explicit Theorem: General Form of Arithmetic Progression

Given any two terms $a_p$ and $a_q$ of an arithmetic progression, the common difference $d$ is uniquely determined by $d = \dfrac{a_q - a_p}{q - p}$ for $p \neq q$.


Proof:


By definition, $a_p = a_1 + (p-1)d$ and $a_q = a_1 + (q-1)d$.


Subtract $a_p$ from $a_q$:


$a_q - a_p = [a_1 + (q-1)d] - [a_1 + (p-1)d]$


$a_q - a_p = a_1 + (q-1)d - a_1 - (p-1)d$


$a_q - a_p = (q-1)d - (p-1)d$


$a_q - a_p = (q-1 - p + 1)d$


$a_q - a_p = (q-p)d$


Dividing both sides by $(q-p)$ (with $p \neq q$) gives $d = \dfrac{a_q - a_p}{q - p}$.


Result: The common difference between any two terms of an arithmetic progression depends only on their positions and respective values.


To survey foundational math relationships and key sequence formulas, visit Basic Math Formulas Overview.


Arithmetic Progression: Additional Considerations and Usage

Arithmetic progressions are widely used for modeling evenly spaced sequences in algebra, number theory, and programming. In computational contexts, algorithms for arithmetic progression calculations can be implemented efficiently in Python and other programming languages. For differences between AM, GM, and FM, consult Difference Between AM and FM.


FAQs on Understanding Arithmetic Progression

1. What is an arithmetic progression?

An arithmetic progression (AP) is a sequence of numbers in which each term after the first is obtained by adding a fixed number, called the common difference, to the previous term.

Key points:

  • The sequence follows a specific pattern of addition.
  • For example: 2, 5, 8, 11, 14... (common difference is 3)
  • The common difference can be positive, negative, or zero.

2. How do you find the nth term of an arithmetic progression?

The nth term of an arithmetic progression (AP) can be found using the formula:

  • an = a1 + (n – 1)d
  • Here, a1 is the first term, d is the common difference, and n is the term position.
Example: In AP 4, 7, 10, find the 5th term: a5 = 4 + (5–1) × 3 = 16.

3. What is the formula for the sum of the first n terms of an AP?

The sum of the first n terms (Sn) of an arithmetic progression is given by:

  • Sn = n/2 [2a1 + (n – 1)d]
  • Alternatively, Sn = n/2 (a1 + an) if the nth term is known.
  • Where a1 = first term, d = common difference, an = nth term.

4. How do you identify if a given sequence is an arithmetic progression?

A sequence is an arithmetic progression when the difference between consecutive terms remains constant throughout the sequence.

  • Calculate the difference between each pair of terms.
  • If all differences are equal, the sequence is an AP.
Example: 3, 6, 9, 12 (common difference is 3).

5. What is the common difference in an AP and how do you find it?

The common difference (d) in an AP is the fixed value added to each term to get the next term.

  • It is found by subtracting any term from the next term: d = a2 – a1, a3 – a2, etc.
  • For example, in 8, 12, 16, 20: d = 12 – 8 = 4.

6. Can the common difference in an arithmetic progression be negative?

Yes, the common difference in an AP can be negative.

  • If the common difference is negative, the sequence decreases as you progress through the terms.
  • For example: 15, 10, 5, 0, ... (common difference is –5).

7. Give an example of a real-life situation where arithmetic progression is used.

Arithmetic progressions are used in real-life situations like calculating installments, staircases, or seats in rows.

  • For example: If each row in a theater has 2 more seats than the previous row, the number of seats forms an AP.
  • Salary increases by a fixed amount every year is another example.

8. What is the difference between an arithmetic progression and a geometric progression?

The main difference is that in an arithmetic progression (AP), each term is obtained by adding a constant (common difference), while in a geometric progression (GP), it is by multiplying by a constant (common ratio).

  • AP: Sequence increases/decreases by addition/subtraction.
  • GP: Sequence changes by multiplication/division.

9. How do you find the number of terms in a finite arithmetic progression?

To find the number of terms (n) in an AP, use the nth term formula and solve for n.

  • an = a1 + (n – 1)d
  • Rearrange to: n = [(an – a1)/d] + 1
  • Insert the values of first term, last term, and common difference to get n.

10. What are the applications of arithmetic progression in various fields?

Arithmetic progression has numerous applications in mathematics and daily life.

  • Banking and finance (installments, savings plans)
  • Engineering (staircases, pattern formation)
  • Salary increments and depreciation calculations
  • Sports (score patterns, ranks)

11. What is the general form of an arithmetic progression?

The general form of an arithmetic progression is:

  • a, a + d, a + 2d, a + 3d, ..., a + (n–1)d
  • Where a is the first term and d is the common difference.

12. If the sum of the first n terms of an AP is 3n^2 + 5n, what is its nth term?

If the sum of the first n terms (Sn) is given as 3n^2 + 5n, the nth term (an) is found by:

  • an = Sn – S(n–1)
  • Sn = 3n^2 + 5n; S(n–1) = 3(n–1)^2 + 5(n–1)
  • an = [3n^2 + 5n] – [3(n–1)^2 + 5(n–1)]
  • an = 3n^2 + 5n – [3n^2 – 6n + 3 + 5n – 5]
  • Simplify to get an = 6n + 3