Series and Sequences
In mathematics, sequences and series are two fundamental concepts, particularly in calculus and algebra. A sequence is an ordered list of numbers, and a series is the sum of terms in a sequence. Both concepts have broad applications in various areas, including in calculus, number theory, and computer science.
1. Sequences
A sequence is an ordered list of numbers, often denoted as a1,a2,a3,…, where each number is referred to as a term of the sequence. A sequence can either be finite (with a specific number of terms) or infinite (with infinitely many terms).
Types of Sequences
-
Arithmetic Sequence:
An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. This difference is called the common difference, denoted as d.
The general form of an arithmetic sequence is:
a1,a2,a3,⋯=a1,a1+d,a1+2d,a1+3d,…
Where a1 is the first term, and d is the common difference.
- Formula for the nth term of an arithmetic sequence:
an=a1+(n−1)d
- Sum of the first n terms of an arithmetic sequence:
Sn=2n(2a1+(n−1)d)
Alternatively, you can use:
Sn=2n(a1+an)
Example:
Consider the arithmetic sequence: 3,7,11,15,…
- First term a1=3
- Common difference d=4
- The nth term is given by:
an=3+(n−1)⋅4=4n−1
- The sum of the first n terms is:
Sn=2n(2⋅3+(n−1)⋅4)
Sn=2n(6+4n−4)=2n(4n+2)
-
Geometric Sequence:
A geometric sequence is a sequence in which each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio, denoted as r.
The general form of a geometric sequence is:
a1,a2,a3,⋯=a1,a1r,a1r2,a1r3,…
Where a1 is the first term, and r is the common ratio.
- Formula for the nth term of a geometric sequence:
an=a1⋅rn−1
- Sum of the first n terms of a geometric sequence (for r=1):
Sn=a1⋅1−r1−rn,r=1
Example:
Consider the geometric sequence: 2,6,18,54,…
- First term a1=2
- Common ratio r=3
- The nth term is given by:
an=2⋅3n−1
- The sum of the first n terms is:
Sn=2⋅1−31−3n=2⋅23n−1=3n−1
-
Fibonacci Sequence:
The Fibonacci sequence is a special sequence where each term is the sum of the two preceding ones. It starts with 0 and 1:
0,1,1,2,3,5,8,13,…
The nth term Fn is given by:
Fn=Fn−1+Fn−2
with initial conditions F0=0 and F1=1.
2. Series
A series is the sum of the terms of a sequence. In other words, a series is what you get when you add up the terms of a sequence.
Types of Series
-
Arithmetic Series:
The sum of the terms of an arithmetic sequence is called an arithmetic series. The formula for the sum of the first n terms of an arithmetic series is the same as the sum of the terms in an arithmetic sequence:
Sn=2n(2a1+(n−1)d)
or
Sn=2n(a1+an)
-
Geometric Series:
The sum of the terms of a geometric sequence is called a geometric series. The formula for the sum of the first n terms of a geometric series is:
Sn=a1⋅1−r1−rn,r=1
If the series is infinite and the common ratio ∣r∣<1, the sum of the infinite geometric series is:
S=1−ra1
Example:
Consider the infinite geometric series:
1+21+41+81+…
Here, a1=1 and r=21. The sum of this infinite series is:
S=1−211=211=2
-
Harmonic Series:
The harmonic series is the sum of the reciprocals of the positive integers:
1+21+31+41+…
This series diverges, meaning that the sum increases without bound as more terms are added.
3. Convergence and Divergence
- Convergence: A series is said to converge if the sum of its terms approaches a finite value as the number of terms increases.
- Divergence: A series is said to diverge if the sum of its terms grows without bound or does not approach a finite value.
For example:
- A geometric series with ∣r∣<1 converges, and its sum is finite.
- A harmonic series diverges because the sum grows infinitely as more terms are added.
4. Important Formulas
- Arithmetic Sequence nth term:
an=a1+(n−1)d
- Geometric Sequence nth term:
an=a1⋅rn−1
- Sum of an Arithmetic Series:
Sn=2n(2a1+(n−1)d)
- Sum of a Geometric Series:
Sn=a1⋅1−r1−rn,r=1
- Sum of an Infinite Geometric Series (for ∣r∣<1):
S=1−ra1
Summary
- A sequence is an ordered list of numbers, while a series is the sum of the terms of a sequence.
- Arithmetic sequences have a constant difference between consecutive terms, and geometric sequences have a constant ratio between consecutive terms.
- A series can be finite or infinite, and its sum depends on the sequence type.
- The sum of an infinite geometric series with ∣r∣<1 converges to 1−ra1, while the harmonic series diverges.