![]() |
VOOZH | about |
An Arithmetic Sequence is a sequence of numbers in which the difference between consecutive terms is constant. This constant is called the common difference (d).
Example:
Sequence: 2, 5, 8, 11, 14,…
Common Difference: d = 5 − 2 = 3
The following are the key formulas associated with arithmetic sequences, including ways to find the n-th term, the sum of terms, the common difference, and the number of terms in a sequence. Each formula is explained with its purpose and usage.
Table of Content
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 (an) of an arithmetic sequence is given by:
Where,
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:
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,
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,
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,
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:
Read More,
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 = 32So, 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 = 525So, 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 = 3So, 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 = 17For the 10th term:
a10 = a1 + (10 - 1) · d
a10 = 2 + 9 · 5
a10 = 2 + 45
a10 = 47Now, 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 = 224So, the sum of the terms from the 4th to the 10th term is 224.