Summary Week 3
❤️ Support this project ❤️
PatreonDefinition: Given a sequence $\{ x_n \}$,
we write the formal object
\begin{equation*}
\sum_{n=1}^\infty x_n
\qquad
\text{or sometimes just}
\qquad
\sum x_n
\end{equation*}
and call it a series.
A series
converges if the sequence $\{ s_k \}$
defined by
$s_k := \displaystyle\sum_{n=1}^k x_n = x_1 + x_2 + \cdots + x_k ,$
converges.
The numbers $s_k$ are called
partial sums.
If $x := \lim\, s_k$, we write
\begin{equation*}
\sum_{n=1}^\infty x_n = x .
\end{equation*}
Sequence of Partial sums
Geometric series
Theorem: Suppose $-1 < r < 1$. Then the geometric series $\sum_{n=0}^\infty r^n$ converges, and \begin{equation*} \sum_{n=0}^\infty r^n = \frac{1}{1-r} . \end{equation*}
Geometric series $\sum_{n=0}^\infty r^n = \frac{1}{1-r}$
Cauchy series
Definition: A series $\sum x_n$ is said to be Cauchy or a Cauchy series if the sequence of partial sums $\{ s_n \}$ is a Cauchy sequence.
Basic Properties
Theorem: Let $\sum x_n$ be a convergent series. Then the sequence $\{ x_n \}$ is convergent and \begin{equation*} \lim_{n\to\infty} x_n = 0. \end{equation*}
Basic properties: $\sum x_n$ convergent $\implies \lim x_n =0$
Basic properties: But $\lim x_n =0$ does not implies $\sum x_n$ convergent
Basic Properties
Theorem (Linearity of series): Let $\alpha \in \R$ and $\sum x_n$ and $\sum y_n$ be convergent series. Then
Absolute convergence
Theorem: If $x_n \geq 0$ for all $n$, then $\sum x_n$ converges if and only if the sequence of partial sums is bounded above.
Definition: A series $\sum x_n$ converges absolutely if the series $\sum \abs{x_n}$ converges. If a series converges, but does not converge absolutely, we say it is conditionally convergent.
Theorem: If the series $\sum x_n$ converges absolutely, then it converges.
Absolute convergence
Convergence tests
Theorem (Comparison test): Let $\sum x_n$ and $\sum y_n$ be series such that $0 \leq x_n \leq y_n$ for all $n \in \N$.
Theorem (Ratio test): Let $\sum x_n$ be a series, $x_n \not= 0$ for all $n$, and such that \begin{equation*} L := \lim_{n\to\infty} \frac{\abs{x_{n+1}}}{\abs{x_n}} \qquad \text{exists.} \end{equation*}
Ratio test
Convergence tests
Theorem ($p$-test): For $p \in \R$, the series \begin{equation*} \sum_{n=1}^\infty \frac{1}{n^p} \end{equation*} converges if and only if $p \gt 1$.
Convergence test for $\sum_{n=1}^\infty \frac{1}{n^p}$
Fun fact! 🧐
The function $$\zeta(s) := \sum_{n=1}^{\infty}\frac{1}{n^s}$$ is the famous Riemann Zeta function. One of the most important open problems in mathematics, the Riemann hypothesis, is concerned with the zeros of $\zeta(s)$, when $s \in \C$. It encodes fundamental information on the distribution of prime numbers. |
---|
Convergence tests
Theorem (Root test): Let $\sum x_n$ be a series and let $ \displaystyle L := \limsup_{n\to\infty} \, {\abs{x_n}}^{1/n} . $
Theorem (Alternating series): Let $\{ x_n \}$ be a monotone decreasing sequence of positive real numbers such that $\lim\, x_n = 0$. Then \begin{equation*} \sum_{n=1}^\infty {(-1)}^n x_n \end{equation*} converges.