Introduction
Welcome to this guide on defining Convergent and Divergent Infinite Series. This article will guide you through the following:
- What is a sequence?
- How can we define a series based on a sequence and partial sums?
- How can we define convergent and divergent infinite series?
Basic Terms
To start Unit 10, we are going to introduce to some terms about this unit:
- Sequence: a list of numbers in a particular order, ex.
-
th term formula: the formula to find the th term of the sequence
- Eg: In the sequence given above,
- Series: Addition of various terms. Generally, "series" are interchangeably used with infinite series, where one adds infinitely many terms of a defined sequence.
- th Partial Sum: the sum of the first terms of the sequence (a finite series).
Convergence and Divergence of Infinite Series
With this we can define the convergence and divergence of infinite series.
Let be the partial sum of a sequence for the first terms, if
Then we say this infinite series converges to . If the limit does not exist, we say this infinite series diverges. We can also understand the convergence of a series as a sequence with a finite sum, whereas divergent series are sequences with a infinite sum.
Denoting Series
In general, we use Greek letter (pronounced as "sigma") to represent sum, it is used like this:
The represents the summation index, where the starting and final index dictate where the series should start and where it should end, respectively. Meanwhile, the dictates what each individual term of the series should be.
In mathematics, oftentimes, the starting index can either be designated as or . EXTREME care must be made in distinguishing between the two cases, which will be discussed more in depth later. Zero-based indexing often has practical applications in computer science and applied mathematics, whereas one-based indexing is used in other applications.
Example 1
The above is an example of the sum of all the reciprocal of natural numbers squared. It should thus make logical sense that as Unit 10 deals with infinite series, the final index for them would naturally be .
(This series is also called the Basel Problem, which can be proven to converge via various methods. This problem will be discussed more in depth later.)
Example 2
means adding to (a finite series), while
means adding all the way to infinity.
