Graduate

GraduateReal AnalysisSequence and Series


Infinite Series


An infinite series is the sum of infinite terms, which is written as:

∑ a n = a 1 + a 2 + a 3 + ...

where an represents n term in the series. Infinite series are important in mathematical analysis and are used to represent many mathematical phenomena such as functions, calculus, and others.

To begin with, let's consider simple arithmetic operations extended to infinite terms. An infinite series can be convergent or divergent. A convergent infinite series approaches a finite sum as the number of terms tends toward infinity. In contrast, a divergent series does not approach any finite limit as the number of terms grows indefinitely.

Understanding infinite sum with an example

Consider the series:

$ sum_{n=1}^{infty} frac{1}{2^n} = frac{1}{2} + frac{1}{4} + frac{1}{8} + frac{1}{16} + ldots $

It is a geometric progression where the first term a = frac{1}{2} and the common ratio r = frac{1}{2}. The sum S of an infinite geometric progression where |r| < 1 is given by:

$ S = frac{a}{1 - r} $

For our series:

$ S = frac{frac{1}{2}}{1 - frac{1}{2}} = 1 $

It converges geometrically to 1. Despite the infinite nature of the series the sum approaches 1 as the number of terms increases indefinitely.

Visual representation of the series

11/21/4

In the above figure, each colored portion represents halving of the previous portion, visually demonstrating convergence to 1 as squares continue to be added infinitely.

Types of infinite series

  • Geometric series:
  • A series of the form a + ar + ar^2 + ar^3 + ... It converges if |r| < 1.

  • Harmonic Series:
  • A series in the form 1 + frac{1}{2} + frac{1}{3} + frac{1}{4} + ... The harmonic series is known to diverge.

  • P-Series:
  • A series of the form sum_{n=1}^{infty} frac{1}{n^p}. It is convergent if p > 1 and divergent otherwise.

  • Power series:
  • A series of the form sum_{n=0}^{infty} c_n(xa)^n, where each term contains powers of a variable.

Convergence test

Various tests determine whether an infinite series converges:

  1. Ratio test: considers the range:
  2. L = lim (n→∞) |a n+1 / a n |

    If L < 1, the series is convergent. If L > 1, it is divergent. If L = 1, the test is inconclusive.

  3. Root test: considers the limit:
  4. L = lim (n→∞) n√|a n |

    The criteria of convergence and divergence are similar to those of ratio tests.

  5. Comparison test:
  6. If 0 ≤ a n ≤ b n for all n and sum b n is convergent, then sum a n is also divergent. Conversely, if sum a n is divergent, then sum b n is also divergent.

Examples of convergence and divergence

Example 1: Consider the geometric series sum frac{1}{3^n}.

$ frac{a}{1 - r} = frac{frac{1}{3}}{1 - frac{1}{3}} = frac{1}{2} $

Since |r = frac{1}{3}| < 1, it converges to frac{1}{2}.

Example 2: The harmonic series sum frac{1}{n} diverges, which is proved by integration with p = 1 or the p-series test.

Practical applications of infinite series

Infinite series appear ubiquitously in various areas of mathematics and applied sciences such as:

  • Calculus: Infinite series provide function power expansions, like Taylor and Maclaurin series.
  • Physics: quantum mechanics to model phenomena such as wave functions.
  • Engineering: Fourier Series for Signal Processing.

Closing thoughts

Infinite series are fundamental constructs in mathematics and are important for advanced academic fields and a variety of real-world applications. Understanding convergence criteria is important for using these series to approximate functions, solve equations, and accurately model natural phenomena.


Graduate → 1.3.2


U
username
0%
completed in Graduate


Comments