Leibniz’s Criterion

Leibniz’s criterion is used to study the convergence of alternating series, those composed of an infinite sequence of positive and negative terms that alternate in sign.

What is Leibniz’s criterion used for

Leibniz’s criterion is used to study the convergence of alternating series, those composed of an infinite sequence of positive and negative terms that alternate in sign. Consider the alternating series \(\sum_{n = 1}^{+ \infty} ( - 1 )^{n} a_{n}\)

where $a_{n} \geq 0 \forall n \in \mathbb{N}$. Leibniz’s criterion states that the series converges if the following conditions are satisfied:

  • The sequence $a_{n}$ is infinitesimal, that is the limit exists and is finite: \(\underset{n \rightarrow + \infty}{lim} a_{n} = 0\)
  • $a_{n}$ is eventually non-increasing, that is there exists an index $n_{0}$ such that for every $n \geq n_{0}$, it holds that: \(a_{n + 1} \leq a_{n}\)

In practice, Leibniz’s criterion allows one to immediately establish the convergence of a series based solely on the verification of the above conditions. However, the test is not generalizable and applies only to alternating series.


If the series

\[\sum_{n = 1}^{+ \infty} ( - 1 )^{k} a_{k}\]

is convergent and $S$ is its sum, then for every $n \in \mathbb{N}$, the error made by truncating the series at the $n$-th term is at most equal to the next term $a_{n + 1}$:

\[| S - \sum_{k = 1}^{n} ( - 1 )^{k} a_{k} | \leq a_{n + 1} .\]

This means that if you are summing the alternating harmonic series:

\[\sum_{n = 1}^{+ \infty} \frac{( - 1 )^{n}}{n}\]

and you stop at the term $n = 10$, then the maximum error you are making is:

\[| S - \sum_{k = 1}^{10} \frac{( - 1 )^{k}}{k} | \leq \frac{1}{11}\]

Leibniz’s criterion only tells us whether an alternating series converges; it provides no information about the actual sum of the series. To compute the sum, one must use other tools such as Taylor or Maclaurin series expansions, when available.

Proof

Let $a_{n}$ be a sequence of positive real numbers such that $a_{n} \geq a_{n + 1} \forall n$, and $\underset{n \rightarrow \infty}{lim} a_{n} = 0$. We consider the alternating series:

\[\sum_{n = 1}^{\infty} ( - 1 )^{n + 1} a_{n}\]

and aim to prove that it converges.


To do this, we examine the sequence of partial sums:

\[S_{n} = \sum_{k = 1}^{n} ( - 1 )^{k + 1} a_{k}\]

We analyze this sequence by distinguishing between the even and odd partial sums. When $n$ is even, say $n = 2 m$, the sum becomes:

\[S_{2 m} = a_{1} - a_{2} + a_{3} - a_{4} + \hdots + a_{2 m - 1} - a_{2 m} .\]

Grouping the terms in pairs gives:

\[S_{2 m} = ( a_{1} - a_{2} ) + ( a_{3} - a_{4} ) + \hdots + ( a_{2 m - 1} - a_{2 m} ) .\]

Since the sequence $a_{n}$ is decreasing, each difference $a_{k} - a_{k + 1}$ is non-negative. Therefore, each term in the grouped sum is positive, and the sequence ${ S_{2 m} }$ is increasing. Additionally, since each $a_{n} > 0$, the total sum is bounded above by $a_{1}$. Thus the subsequence ${ S_{2 m} }$ converges.


Next, we observe that the odd partial sums can be written as

\[S_{2 m + 1} = S_{2 m} + a_{2 m + 1} .\]

Since $\underset{n \rightarrow \infty}{lim} a_{n} = 0$, the difference between $S_{2 m + 1}$ and $S_{2 m}$ tends to zero as $m \rightarrow \infty$. Therefore, both subsequences ${ S_{2 m} }$ and ${ S_{2 m + 1} }$ converge to the same limit.

It follows that the full sequence ${ S_{n} }$ of partial sums converges, and hence the alternating series is convergent.

Example

Let us consider the following alternating series:

\[\sum_{n = 1}^{+ \infty} \frac{( - 1 )^{n}}{n !}\]

We define $a_{n} = \frac{1}{n !}$, in this way we focus on analyzing the behavior of the absolute values of the terms, which is essential when applying Leibniz’s criterion.


To apply Leibniz’s criterion, we need to verify three conditions. First, the terms $a_{n}$ are all positive for every $n \in \mathbb{N}$. Second, the sequence $a_{n}$ is decreasing. In fact, since the factorial function grows rapidly, we have:

\[a_{n + 1} = \frac{1}{( n + 1 ) !} < \frac{1}{n !} = a_{n}\]

This confirms that the sequence is strictly decreasing. Third, the limit of the general term is zero:

\[\underset{n \rightarrow + \infty}{lim} \frac{1}{n !} = 0\]

Since all three conditions are satisfied, Leibniz’s criterion ensures that the series

\[\sum_{n = 1}^{+ \infty} \frac{( - 1 )^{n}}{n !}\]

converges.

Determine the nature of the following series.

  • \(\text{1}. \sum_{n = 3}^{\infty} ( - 1 )^{n} \frac{1}{log ⁡ n}\) solution
  • \(\text{2}. \sum_{n = 1}^{\infty} ( - 1 )^{n} sin ⁡ ( \frac{1}{n} )\) solution
  • \(\text{3}. \sum_{n = 1}^{\infty} ( - 1 )^{n} \frac{log ⁡ n}{n e^{n}}\) solution
The proposed alternating series are selected to help you strengthen your understanding of convergence using Leibniz’s criterion. Try analyzing each series to determine whether the conditions are satisfied before checking the provided solutions.

Glossary

  • Alternating series: a series in which the terms alternate in sign.
  • Convergence: the property of an infinite series whose partial sums approach a finite limit as the number of terms increases indefinitely.
  • Leibniz’s Criterion: a test used to determine the convergence of alternating series based on the properties of the sequence of the absolute values of the terms.
  • Infinitesimal sequence: a sequence whose limit as the index approaches infinity is zero.
  • Sum of a series: the finite limit that the partial sums of a convergent series approach. Partial Sum: The sum of the first n terms of an infinite series.