![]() |
VOOZH | about |
A sequence is an ordered list of numbers following a specific rule. Each number in a sequence is called a "term." The order in which terms are arranged is crucial, as each term has a specific position, often denoted as anβ, where n indicates the position in the sequence.
For example:
- 2, 5, 8, 11, 14, . . . [Here, each term is 3 more than the previous term]
- 3, 6, 12, 24, 48, . . . [Here, each term is 2 times of the preceding term]
- 0, 1, 1, 2, 3, 5, 8, 13, 21, . . . [Here, each term is sum of two preceding terms]
A series is the sum of the terms of a sequence. If we have a sequence a1, a2, a3, . . . the series associated with it is:
S = a1 + a2 + a3 + . . .
Real-life example of a series: Saving money with a fixed deposit
Suppose you save βΉ1,000 every month in a bank account that gives interest.
The total amount after a year is the sum of 12 deposits plus interest β thatβs an arithmetic or geometric series, depending on how interest is applied.
An arithmetic sequence (or arithmetic progression) is a sequence of numbers in which the difference between consecutive terms is constant. This difference is called the common difference (denoted as d).
For example:
- 2, 5, 8, 11, 14, . . . (first term = 2 and common difference = 3)
- 10, 7, 4, 1, β2, . . . (first term = 10 and common difference = -3)
- 1, 2.5, 4, 5.5, 7, . . . (first term = 1 and common difference = 1.5)
The sequence in which each consecutive term has a common difference, and this difference could be positive, negative, or even zero, is known as an arithmetic sequence.
A geometric sequence (or geometric progression) is a sequence of numbers in which the ratio between consecutive terms is constant. This ratio is known as the common ratio (denoted as r).
For example:
- 3, 6, 12, 24, 48, . . . (first term = 3 and common ratio = 2)
- 1, 3, 9, 27, 81, . . . (first term = 1 and common ratio = 3)
- 16, 8, 4, 2, 1, . . . (first term = 16 and common ratio = 1/2)
- 5, β10, 20, β40, 80, . . . (first term = 5 and common ratio = -2)
A harmonic sequence (or harmonic progression) is a sequence of numbers where the reciprocals of the terms form an arithmetic sequence. In other words, if the sequence is a1, a2, a3, . . . , then the sequence of reciprocals 1/a1, 1/a2, 1/a3, . . . is an arithmetic sequence.
For example:
- 1, 1/2β, 1/3β, 1/4β, 1/5β, . . . (as 1, 2, 3, 4, 5, . . . is arithmetic sequence)
- 3, 3/2, 1, 3/4, 3/5, . . . (1/3, 2/3, 3/3, 4/3, 5/3, . . . is arithmetic sequence)
For arithmetic, geometric, and harmonic sequences, there are various formulas to calculate the nth term or the sum of the sequence. These formulas are:
| Type | Formula | Description |
|---|---|---|
| nth term of an Arithmetic Sequence | anβ = a1β + (n β 1)d | nth term of an arithmetic sequence |
| Sum of an Arithmetic Series | Sn β= 2nβ(a1β + anβ) | Sum of the first n terms of an arithmetic series |
| nth term of Geometric Sequence | an β= a ββ rnβ1 | nth term of a geometric sequence |
| Sum of Geometric Series (Finite) | Snβ = a(1 β rn)/(β1 β r) | Sum of the first n terms of a geometric series |
| Sum of Geometric Series (Infinite) | Sβ = a/(1 β r)ββ (For r < 1} | The sum of the infinite geometric series where r < 1. |
| Harmonic Series | Hn β= βnk=1 (1/k) | Sum of the first n terms of the harmonic series |
Sequence and series are often used interchangeably by many, but there is a very clear difference between them.
| Sequence | Series |
|---|---|
| An ordered list of numbers, following a specific rule or pattern. | The sum of the terms of a sequence. |
| Typically denoted as an or {an}. | Typically denoted as Sn or βan. |
| 1, 2, 3, 4, 5, . . . (Arithmetic sequence) | 1 + 2 + 3 + 4 + 5 + . . . (Sum of the sequence) |
| Focuses on the terms themselves. | Focuses on the sum of the terms. |
| Written as a list or a formula for the nth term. | Written using summation notation (β). |
| Used to define patterns or behaviors in data sets. | Used to calculate totals, averages, or in calculus for convergence. |
| Not applicable; it is a list of values. | It can converge to a limit (infinite series) or diverge. |
Given a sequence {an}, the series is written as:
Where S is a finite number. In this case, the series is said to have the sum S.
Some special series are:
S = a + (a + d)x + (a + 2d)x2 + (a + 3d)x3 + . . .
This can be expressed in summation notation as:
In summation form, it is:
Question 1: Find the 10th term of the sequence: 4, 8, 12, 16, 20, ...
Solution:
Use the formula for the nth term of an arithmetic sequence: an = a1 + (n β 1) β d
For n = 10
a10 = 4 + (10 β 1) β 4 = 4 + 36 = 40
Answer: The 10th term is 40.
Question 2: Find the sum of the first 6 terms of the sequence: 2, 6, 18, 54, 162, β¦
Solution:
Use the sum formula for the first n terms of a geometric series:
For n = 6:
Answer: The sum of the first 6 terms is 728.
Question 3: If the sequence is 1, 12, 13, β¦, find the sum of the first 5 terms of the harmonic series.
Solution:
The harmonic sequence is
Answer: The sum of the first 5 terms is approximately 2.2833.
Question 4: Calculate the sum of the first 15 terms of the sequence: β5, β2, 1, 4, 7, β¦
Solution:
Use the sum formula for an arithmetic series:
For the first 15 terms:
- n = 15,
- a1 = β5,
- d = 3
Now, calculate the sum:
- S15 β= 15/2ββ (2β ( β5) + (15 β 1)β 3)
- S15β = 15β/2 β ( -10 + 42)
- S15β = 15β/2 β (32)
- S15β = 15 β 16 = 240
Answer: The sum of the first 15 terms is 240.
Question 5: Find the sum of the infinite geometric series:
Solution:
Use the sum formula for an infinite geometric series (when β£rβ£<1):
where:
- a1 is the first term,
- r is the common ratio
The first term of the series is 5/3, and the common ratio is 1/3
Apply the formula for the infinite series:
The series converges if the absolute value of the common ratio β£rβ£<1|, which is true here because β£rβ£=1/3.
Now, applying the formula:
Answer: The sum of the infinite series is 2.5
Question 6: The nth term of a sequence is given by the formula: an = a1 + (n β 1) d. If the first term a1 = 10 and the common difference d = β2, what is the 8th term of the sequence?
Solution:
Use the formula for the nth term of an arithmetic sequence:
an = a1 + (n β 1) β d
For n = 8:
a8 = 10 + (8 β 1)β (β2)
a8 = 10 + 7β (β2)
a8 = 10 β 14
= β4Answer: The 8th term is -4.