Arithmetic Sequence Formula - GeeksforGeeks (2025)

Last Updated : 29 Jul, 2024

Summarize

Comments

Improve

In mathematics, sequences are fundamental in understanding patterns and relationships between numbers. The arithmetic sequence stands out among these sequences’ simplicity and wide range of applications. An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms remains constant, known as the common difference. This characteristic makes arithmetic sequences both easy to understand and powerful in various mathematical contexts.

What is an Arithmetic Sequence Formula?

The arithmetic sequence formula is a way to describe the n-th term of an arithmetic sequence. If we know the first term of the sequence (denoted by ‘a‘) and the common difference (‘d‘), we can determine any term in the sequence using this formula.

The general formula for the nth term (Tn​) of an arithmetic sequence is given by:

Tn= a+ (n – 1) d

Where,

  • First Term (a): This is the starting point of the sequence. It represents the initial value from which the sequence begins.
  • Common Difference (d): This is the consistent difference between any two successive terms in the sequence. If the sequence is increasing, d is positive. If the sequence is decreasing, d is negative.
  • Position of the Term (n): This represents the term number we are interested in finding.

Applications of Arithmetic Sequences Formula

Arithmetic sequences are not just theoretical constructs but have practical applications in various fields. Here are some key areas where arithmetic sequence formulas are commonly used:

  • Loan Repayment Schedules: The total amount to be repaid on a loan can be calculated using arithmetic sequences.
  • Data Structures: Arithmetic sequences are used in algorithms that require uniform increments or decrements, such as iterating through arrays or lists.
  • Motion Analysis: In kinematics, uniform acceleration problems often lead to arithmetic sequences. For example, the displacement of an object under uniform acceleration can be analyzed using these sequences.
  • Grading Systems: Some grading systems use arithmetic sequences to assign grades based on uniform score increments.
  • Economic Predictions: Predicting future values of economic indicators that change uniformly over time, such as monthly sales increases or production quantities.

Formulas of Arithmetic Sequence

Let us look at all the Arithmetic Sequence Formulas in detail:

Formula 1: General Formula for the nth Term

This formula allows you to find any term in the sequence if you know the first term and the common difference. The formula for the nth term (Tn​) of an arithmetic sequence is:

Tn= a+ (n – 1) d

where,

  • Tn​ is the nth term of the sequence.
  • a is the first term of the sequence.
  • n is the position of the term in the sequence.
  • d is the common difference between consecutive terms.

Formula 2: Sum of the First n Terms (Arithmetic Series)

These formulas help you calculate the total of the first n terms in the sequence.

When you know the first term and the common difference, the sum of the first n terms (Sn​) of an arithmetic sequence can be calculated using the formula:

Sn= (n/2) [2a+ (n – 1) d]

Alternatively, when you know the first term and the last term, the sum of the first n terms (Sn​​) of an arithmetic sequence can be calculated using the formula:

Sn = (n/2) [a1+ Tn]

Where,

  • Sn​ = sum of the first n terms
  • a= first term
  • n = number of terms
  • d= common difference
  • Tn​ = nth term

Formula 3: Common Difference

This formula helps determine the consistent interval between terms in the sequence. If you need to find the common difference (d) when you know two terms in the sequence, use:

d = Tn– Tn – 1

where,

  • d = Common Difference
  • Tn = nth term
  • Tn – 1 = (n-1)th term

Formula 4: Finding the Number of Terms

This formula is useful for determining how many terms exist in a given range of an arithmetic sequence. To find the number of terms (n) in an arithmetic sequence between two given terms, you can rearrange the general formula:

n = (Tn – a)/d + 1

Where,

  • Tn​ = last term in the sequence
  • a = first term
  • d = common difference

Read More,

  • Sum of Arithmetic Sequence Formula
  • Geometric Progression
  • Basic Math Formulas

Examples of Arithmetic Sequence Formula

Example 1: Find the 10th term of an arithmetic sequence where the first term a1 is 5 and the common difference d is 3.

Solution:

The formula for the nth term of an arithmetic sequence is:

an = a1 + (n – 1) · d

Here, a1 = 5, d = 3, and n = 10.

a10 = 5 + (10 – 1) · 3

⇒ a10 = 5 + 9 · 3

⇒ a10 = 5 + 27

⇒ a10 = 32

So, the 10th term is 32.

Example 2: Find the sum of the first 15 terms of an arithmetic sequence where the first term a1 is 7 and the common difference d is 4.

Solution:

The formula for the sum of the first n terms Sn of an arithmetic sequence is:

Sn = (n/2) · (2a1 + (n – 1) · d)

Here, a1 = 7, d = 4, and n = 15.

S15 = (15/2) · (2 · 7 + (15 – 1) · 4)

⇒ S15 = (15/2) · (14 + 14 · 4)

⇒ S15 = (15/2) · (14 + 56)

⇒ S15 = (15/2) · 70

⇒ S15 = 15 · 35

⇒ S15 = 525

So, the sum of the first 15 terms is 525.

Example 3: Find the common difference of an arithmetic sequence where the 3rd term is 11 and the 7th term is 23.

Solution:

The formula for the nth term of an arithmetic sequence is:

an = a1 + (n – 1) · d

Let a3 = 11 and a7 = 23.

From the formula for the nth term, we have two equations:

  • a3 = a1 + 2d
  • a7 = a1 + 6d

Subtracting the first equation from the second:

a7 – a3 = (a1 + 6d) – (a1 + 2d)

⇒ 23 – 11 = 4d

⇒ 12 = 4d

⇒ d = 3

So, the common difference is 3.

Example 4: Find the sum of the terms from the 4th term to the 10th term of an arithmetic sequence where the first term a1 is 2 and the common difference d is 5.

Solution:

First, find the 4th and 10th terms using the nth term formula:

For the 4th term:

a4 = a1 + (4 – 1) · d

⇒ a4 = 2 + 3 · 5

⇒ a4 = 2 + 15

⇒ a4 = 17

For the 10th term:

a10 = a1 + (10 – 1) · d

a10 = 2 + 9 · 5

a10 = 2 + 45

a10 = 47

Now, find the sum of the terms from the 4th to the 10th term using the sum formula:

The number of terms from the 4th to the 10th term is 10 – 4 + 1 = 7.

The sum of these terms is:

S7 = 7/2 · (a4 + a10)

S7 = 7/2 · (17 + 47)

S7 = 7/2 · 64

S7 = 7 · 32 = 224

So, the sum of the terms from the 4th to the 10th term is 224.

Arithmetic Sequence Formula – FAQs

What is an arithmetic sequence?

An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. This difference is known as the common difference.

How do you find the nth term of an arithmetic sequence?

The nth term of an arithmetic sequence can be found using the formula: Tn= a+ (n – 1) d where Tn​ is the nth term, a is the first term, d is the common difference, and n is the term number.

What is the common difference in an arithmetic sequence?

The common difference is the constant amount that each term in an arithmetic sequence increases or decreases by. It can be found by subtracting any term from the subsequent term.

What is the arithmetic mean?

The arithmetic mean between two numbers a and b is the number that is exactly halfway between them. It is calculated as: (a+b)/2

Can an arithmetic sequence have a common difference of zero?

Yes, if the common difference is zero, all terms in the arithmetic sequence are the same. This is a special case where the sequence is constant.



V

vedantbahrd6o

Arithmetic Sequence Formula - GeeksforGeeks (1)

Improve

Previous Article

What is the common difference of an Arithmetic Progression?

Next Article

Arithmetic Sequence Formula - GeeksforGeeks (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Gregorio Kreiger

Last Updated:

Views: 6550

Rating: 4.7 / 5 (77 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Gregorio Kreiger

Birthday: 1994-12-18

Address: 89212 Tracey Ramp, Sunside, MT 08453-0951

Phone: +9014805370218

Job: Customer Designer

Hobby: Mountain biking, Orienteering, Hiking, Sewing, Backpacking, Mushroom hunting, Backpacking

Introduction: My name is Gregorio Kreiger, I am a tender, brainy, enthusiastic, combative, agreeable, gentle, gentle person who loves writing and wants to share my knowledge and understanding with you.