Power series
In this post, we deal with a class of series called the power series that contains a variable.
Definition (Power series)
Let \(\{a_n\}\) be a sequence of real numbers, \(b\) a real number, and \(x\) a variable \(x\). The series given by
\[\sum_{n=0}^{\infty}a_n(x-b)^n = a_0 + a_1(x-b) + a_2(x-b)^2 + \cdots\tag{Eq:PS}\]
is called a power series centered at \(x=b\).
If we set \(t = x - b\) in (Eq:PS), we obtain a power series centered at \(t = 0\). In most practical cases, it suffices to deal with power series centered at \(x = 0\).
Example. A polynomial of \(x\), \(f(x) = a_0 + a_1x + a_2x^2 + \cdots + a_nx^n\) can be regarded as a power series by setting \(a_{n+1} = a_{n+2} = \cdots = 0\).
In general, the power series \(\sum_{n=0}^{\infty}a_nx^n\) is a polynomial of \(x\) if \(a_n = 0\) for all but finitely many \(n\). □
If the power series \(\sum_{n=0}^{\infty}a_nx^n\) is a polynomial, we can substitute an arbitrary real number to \(x\) to calculate the sum. If it is not a polynomial (i.e., \(a_n \neq 0\) for infinitely many \(n\)), then substituting real numbers to \(x\) other than 0 may result in the divergence of the power series. As long as the power series converges (i.e., has a sum), we may regard it as a function of \(x\).
Radius of convergence
Theorem (Convergence of power series)
If the power series \(\sum_{n=0}^{\infty}a_nx^n\) converges at \(x = u (\neq 0)\), then it converges absolutely for all \(x\) such that \(|x| < |u|\).
Proof. Since \(\sum_{n=0}^{\infty}a_nu^n\) has a sum, the sequence \(\{a_nu^n\}\) converges to 0. In particular, \(\{a_nu^n\}\) is bounded. Therefore, there exists an \(M > 0\) such that \(|a_nu^n| < M\) for all \(n \geq 0\). For any \(x\in \mathbb{R}\), let us define \(r = \left|\frac{x}{u}\right|\). We have
\[|a_nx^n| = \left|a_nu^n\cdot\frac{x^n}{u^n}\right| \leq Mr^n.\]
If \(|x| < |u|\), then \(r < 1\). Therefore, the series \(\sum_{n=0}^{\infty}|a_nx^n|\) has a dominating series \(\sum_{n=0}^{\infty}Mr^n\). It follows that \(\sum_{n=0}^{\infty}a_nx^n\) converges absolutely if \(|x| < |u|\). ■
Definition (Radius of convergence)
Given a power series \(\sum_{n=0}^{\infty}a_nx^n\), the quantity defined by
\[r = \sup\left\{|u| ~ \middle| ~ \text{$\sum_{n=0}^{\infty}a_nu^n$ converges}\right\}\]
is called the radius of convergence of the power series \(\sum_{n=0}^{\infty}a_nx^n\).
Clearly, the power series \(\sum_{n=0}^{\infty}a_nx^n\) converges if \(x = 0\). Therefore \(r \geq 0\). It is possible that \(r = +\infty\).
From the above theorem (convergence of power series), we can see the following (\(r\) is the radius of convergence):
- If \(0 < r < +\infty\), the power series \(\sum_{n=0}^{\infty}a_nx^n\) converges absolutely at all \(x\) such that \(|x| < r\), and diverges at all \(x\) such that \(|x| > r\).
- If \(r = +\infty\), the power series \(\sum_{n=0}^{\infty}a_nx^n\) converges at all \(x \in \mathbb{R}\).
- If \(r = 0\), the power series \(\sum_{n=0}^{\infty}a_nx^n\) diverges at all \(x \neq 0\).
Calculating the radius of convergence
Theorem (Radius of convergence)
- If \(l = \lim_{n\to\infty}\sqrt[n]{|a_n|}\), then \(r = \frac{1}{l}\).
- If \(l = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|\), then \(r = \frac{1}{l}\).
Comments
Post a Comment