42. Infinite Series
Dated: 30-10-2024
Definition
An infinite series
is an expansion that can be written in the form
The \(u_1\) and \(u_2\) etc are called the terms
of the series
.
Example
Imagine we have \(0.333\ldots\)
Then we can re-write it as follows
We do know that \(\frac 1 3 = 0.333\ldots\)
Therefore, this series
should converge to \(\frac 1 3\).
This means that as we keep adding more and more terms
, our approximation gets more and more close to the actual answer.
Therefore, we would just need sum
1 of some finite \(n\) values and our approximation should be good enough.
Applying limit
,2 we get
Dividing by \(10\), we get
Subtracting the original from this new series
, we get
Formal Definition
If \(S_n\) is the sequence
3 of partial sums
of the series
\(u_1 + u_2 + \ldots u_i + \ldots\) and converges to a limit
2 \(S\) then it is called the sum
1 of series
.
However if the sequence
diverges then the series
is said to diverge and it has no sum
.1
Geometric Series
A series
in which each term
is a result of previous term
being multiplied to a constant
, is called geometric series
.
Theorem
This series
converges if \(\lvert r \rvert < 1\) and diverges if \(\lvert r \rvert > 1\)
If the series
converges then the sum
1 is
Harmonic Series
A series
of the form
is called harmonic series
.
Divergence Test
- If \(\lim_{n \to +\infty} u_n \ne 0\) then the
series
\(\sum u_n\) diverges. - If \(\lim_{n \to +\infty} u_n = 0\) then the
series
\(\sum u_n\) either converges or diverges.
Properties
-
If the \(\sum u_i\) and \(\sum v_i\) are convergent
series
then the following are also convergent-
\[\sum_{i=1}^{\infty}(u_{i}+v_{i})=\sum_{i=1}^{\infty}u_{i}+\sum_{i=1}^{\infty}v_{i}\]
-
\[\sum_{i=1}^{\infty}(u_{i}-v_{i})=\sum_{i=1}^{\infty}u_{i}-\sum_{i=1}^{\infty}v_{i}\]
-
-
If \(c\) is a
constant
then bothseries
, \(\sum u_i\) and \(\sum c \cdot u_i\) both either converge or diverge. In case of convergence, we get \(\(\sum_{i=1}^{\infty}c \cdot u_{i}=c\sum_{i=1}^{\infty}u_{i}\)\) -
Convergence and Divergence are unaffected if we delete arbitrary amount of terms from the
series
. That is to say that following bothseries
will not have their convergence or divergence affected-
\[\sum_{i=1}^{\infty}u_{i}=u_{1}+u_{2}+u_{3}+\cdots\]
-
\[\sum_{i=K}^{\infty}u_{i}=u_{K}+u_{K+1}+u_{K+2}+\cdots\]
-
Integral Test
If \(f(x)\) is a decreasing
4 continuous function
5 defined over the interval
6 \([a, +\infty]\) then
Both either converge or diverge.
Hyper Harmonic or P-series
The series
of the form
where \(p > 0\), is called hyper harmonic
or p series
.
If \(p > 1\), the series
converges.
If \(0 < p \le 1\), then series
diverges.
References
Read more about notations and symbols.