Arithmetic Progression

Learn via video courses
Topics Covered

Overview

A progression is a sequence of numbers that shows a pattern. The arithmetic progression is the most widely used mathematical progression, and it occurs when the difference between every two consecutive terms in a series is same. It is also known as an arithmetic sequence. Let's say we have a series of even numbers (2, 4, 6, 8,...). Here, each differs from the preceding one by a constant quantity of 2.

Takeaways

  • NthN^{th} term of AP: an=a+(n1)da_n = a + (n-1) * d
  • Sum of first N terms of AP: Sn=n[2a+(n1)×d]2S_n = {n[2a + (n - 1) × d]\over 2}

Transform Your Career

Choose from our industry-leading programs designed for career success

NSDC Certified

Modern Software and AI Engineering Program

Master full-stack development with AI integration

12 MonthsDuration
AI-LedCurriculum
Career SupportSupport
GoogleAmazonPaytm+1000 more
Go to Program
NSDC Certified

Modern Data Science and ML with specialisation in AI

Advanced data science techniques with AI specialization

12 MonthsDuration
AI-LedCurriculum
Career SupportSupport
GoogleAmazonPaytm+1000 more
Go to Program
NSDC Certified

Advanced AIML with Specialisation in Agentic AI

Deep dive into AIML with focus on Agentic systems

12 MonthsDuration
AI-LedCurriculum
Career SupportSupport
GoogleAmazonPaytm+1000 more
Go to Program
NSDC Certified

DevOps, Cloud & AI Platform Engineering

Build and manage AI-powered cloud infrastructure

12 MonthsDuration
AI-LedCurriculum
Career SupportSupport
GoogleAmazonPaytm+1000 more
Go to Program
NSDC Certified

AI Engineering Advanced Certification by IIT-Roorkee

Premier AI engineering certification from IIT-Roorkee

3 MonthsDuration
AI-LedCurriculum
Career SupportSupport
Program highlights
Go to Program

Introduction or Definition of Arithmetic Progression

An arithmetic progression occurs when the difference between every two consecutive terms in a series is the same. Or in simple terms, it is a sequence of numbers in which each number differs from the preceding one by a constant quantity.

The two basic definitions used to define arithmetic progression are as follows:

Definition 1: A mathematical sequence, denoted by the abbreviation AP, in which the difference between two subsequent terms is always a constant.

Definition 2: A progression or arithmetic sequence is a set of numbers where, for every pair of consecutive terms, the second number is obtained by adding a predetermined number to the first.

Let say the series is 1,5,9,13,17,...1,5,9,13,17,...

In the above series, we can see that when we subtract any two consecutive numbers, we get a difference of 4. Therefore, this is considered an arithmetic sequence of common difference 4 .

Notation

Arithmetic progression has two parts: the first term and the difference. Let’s take a look at both of them.

1. First Term:

This part of AP notation indicates the first term of an arithmetic sequence.

An AP can be expressed as:

a,a+d,a+2d,a+3d,...a, a+d, a+2d, a+3d,...

If we express an arithmetic progression like above then the first term of this arithmetic progression will be 'a'.

2. Difference:

As we discussed earlier, an arithmetic sequence will give a constant value of subtraction of any two consecutive numbers that value is known as the common difference of an arithmetic sequence.

An AP can be expressed as:

a,a+d,a+2d,a+3d,...a, a+d, a+2d , a+3d,...

If we express an arithmetic progression like above, then the common difference of this arithmetic progression will be 'd'.

Let's understand the notations with an example:

Let the series be 1,5,9,13,17,...1,5,9,13,17,...

In the above series, we can see that when we subtract any two consecutive numbers, we get a difference of 4. Therefore, this is considered an arithmetic sequence of common difference 4, and as the first element of this sequence is 1, then the first term of this arithmetic sequence will be 1.

First Term = 1 Difference = 4

General Form

In the general form of an arithmetic progression, we try to express arithmetic sequence in a general way in terms of its notations. Let's suppose we have an arithmetic sequence x1,x2,x3,x4xnx_1,x_2,x_3,x_4 … x_n.

PositionRepresentationValues of
1x1x_1a = a + (1-1)d
2x2x_2a + d = a + (2-1)d
3x3x_3a + 2d = a + (3-1)d
4x4x_4a + 3d = a + (4-1)d
...
...
...
nxnx_na + (n-1)d

In this arithmetic sequence, we consider the first term 'x1x_1' to be ‘a’ and the common difference 'd', which can be found out by x2x1x_2-x_1 or x3x2x_3-x_2.

Free Courses by top Scaler instructors
Python Course for Beginners With Certification: Mastering the Essentials
Java Course - Mastering the Fundamentals
DBMS Course - Master the Fundamentals and Advanced Concepts
JavaScript Course With Certification: Unlocking the Power of JavaScript
C++ Course: Learn the Essentials
Python and SQL for Data Science
Python Course for Beginners With Certification: Mastering the Essentials
Java Course - Mastering the Fundamentals
DBMS Course - Master the Fundamentals and Advanced Concepts
JavaScript Course With Certification: Unlocking the Power of JavaScript
C++ Course: Learn the Essentials
Python and SQL for Data Science

Nth Term

The nth term indicates the formula to find the nth term in an arithmetic sequence.

Intuition:

In order to find the nth term in any sequence, we need to find the common point of all the linking elements, which are the first term and common difference. Here we observe that we can get any number in the sequence by adding a common difference to the first term a specific number of times . This insight helps us generate the formula for the nth term in an arithmetic sequence.

Scaler Placement Report and Statistics

₹23L
AVG CTC
SCALER PLACEMENT PROOF

Scaler learners achieved 2.5x salary growth with average post-Scaler CTC reaching ₹23L.

11,000+placements
650+companies
Verified data
Hiring Partners:
GoogleGoogleAmazonAmazonMicrosoftMicrosoftFlipkartFlipkartAdobeAdobe1200+ more

Derivation:

The derivation is the same as finding the terms in general form. In which we simulate the formula for some elements and then observe that we can receive the nth term by adding the common difference (n-1) times to the first term.

Formula:

The formula to find the nth term in an arithmetic sequence is: an=a+(n1)dan = a+(n-1)*d

  • a = first Term 
  • d = Difference

Let the series be 1,5,9,13,17,...1,5,9,13,17,...

In the above series, we can see that when we subtract any two consecutive numbers, we get a difference of 4. Therefore , this is considered an arithmetic sequence of common difference 4 and as the first element of this sequence is 1, then the first term of this arithmetic sequence will be 1.

Difference = 4 First Term = 1 Therefore, the 6th6th term in the series will be: 1+(6-1)4, i.e., 21.

Types of AP

The nth term indicates the formula to find the nth term in an arithmetic sequence .

There are 2 types of arithmetic progression. Let’s discuss them one by one.

Finite Arithmetic Progression (Finite AP):

As we can clearly understand from the name, an arithmetic progression series which has a last term, i.e., it ends somewhere, is known as Finite Arithmetic Progression.

Example of finite arithmetic progression is: 2,5,8,11,142,5,8,11,14.

Turn Learning into Career Growth

1200+Hiring Partners
89%Placement Rate
11,000+Placements
147%Avg Salary Increment
2.5XCareer Growth
₹23 LPAAvg Post-Scaler Salary
1200+Hiring Partners
89%Placement Rate
11,000+Placements
147%Avg Salary Increment
2.5XCareer Growth
₹23 LPAAvg Post-Scaler Salary

Infinite Arithmetic Progression (Infinite AP):

As we can clearly understand from the name, an arithmetic progression series which does not have a last term, i.e., it never ends, is known as infinite arithmetic progression.

Example of infinite arithmetic progression is: 1,2,3,4,5,6,7,8,9,...1,2,3,4,5,6,7,8,9, ...

Sum of AP for Nth term

The sum of n terms in an arithmetic progression series is referred to as the sum of all terms of that series till the nth term.

Intuition:

The Intuition to find the sum of the arithmetic progression series for the nth term was to simply convert each element of the series into simpler form with the help of arithmetic progression notations and then simply add them and compress them in order to generate a formula.

Derivation:

Consider an AP consisting of “n” terms having the sequence a,a+d,a+2d,...,a+(n1)×da, a + d, a + 2d, ..., a + (n - 1) × d

Sum of first n terms:

a+(a+d)+(a+2d)+...+[a+(n1)×d]a + (a + d) + (a + 2d) + ... + [a + (n - 1) × d] --- (i)

Writing the terms in reverse order, so we have:

SnS_n= [a+(n1)×d]+[a+(n2)×d]+[a+(n3)×d]+...(a)[a + (n - 1) × d] + [a + (n - 2) × d] + [a + (n - 3) × d] + ... (a) --- (ii)

Adding both the equations term wise, we have:

2Sn2S_n=[2a+(n1)×d]+[2a+(n1)×d]+[2a+(n1)×d]+...+[2a+(n1)×d](nterms)[2a + (n - 1) × d]+[2a + (n - 1) × d] + [2a + (n - 1) × d] + ... + [2a + (n - 1) ×d] (n-terms)

2Sn=n[2a+(n1)×d]2S_n = {n[2a + (n - 1) × d]}

Sn=n[2a+(n1)×d]2S_n = {n[2a + (n - 1) × d]\over 2}

Formula:

The formula to find the sum of arithmetic progression series for nth term is:

Sn=n[2a+(n1)×d]2S_n = {n[2a + (n - 1) × d]\over 2}, where a is a first term and d is a common difference.

In some cases, if the last term is given, we can also use this formula to find the sum of the arithmetic progression series:

S=n(FirstTerm+LastTerm)2S = {n(FirstTerm + LastTerm)\over 2}

Let’s consider the summation of 15 natural numbers.

AP = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,151, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15

In this case: a = 1, d = 1, and n = 15

Now, by using the formula:

SnS_n = n[2a+(n1)×d]2n[2a + (n - 1) × d]\over 2

S15S_{15} = 15[2.1+(151)×1]215[2.1+(15-1)×1]\over 2 = 15[2+14]215[2+14]\over 2 = 15815 * 8 = 120120

Therefore, the sum of 15 natural numbers is 120.

Sum for First N Natural Numbers

We know that the natural numbers are also in the form of an arithmetic progression, with the first term as 1 and the common difference as 1. Therefore, in order to get a formula for the sum of n natural numbers, we simply place these values in the above formula.

SnS_n = n[2a+(n1)×d]2n[2a + (n - 1) × d]\over 2

SnS_n = n[2+(n1)1]2n[2+(n-1)*1]\over 2

SnS_n = n[n+1]2n*[n+1]\over 2

SnS_n = n(n+1)2n*(n+1)\over 2

To find the sum of the first 10 natural numbers: Sum = 10(10+1)2{10*(10+1)\over 2} = 101122{10*11 \over 22} = 55

Conclusion

In this article we have learned about:

  • An arithmetic progression is a sequence of numbers in which the difference between any two consecutive values is the same.
  • AP is of 2 types, i.e., finite and infinite.
  • Some important arithmetic progression formulas are listed below.
  • General form of AP: a,a+d,a+2d,a+3d,...a, a + d, a + 2d, a + 3d, ...
  • The nth term of AP: ana_n = a+(n1)×da + (n - 1) × d.
  • Sum of n terms in AP: S=n[2a+(n1)×d]2S = {n[2a + (n - 1) × d]\over 2}.
  • The sum of all the terms in a finite AP with the last term: n(a+last)2n(a + last)\over 2.
  • Sum for n natural numbers: n(n+1)2n(n+1)\over 2.