Radius of convergence
From Free net encyclopedia
In mathematics, the radius of convergence of a power series is a non-negative quantity— either a real number or +∞—that represents a range (within the radius) in which the function will converge.
For a power series f defined as:
- <math>f(z) = \sum_{n=0}^\infty f_n = \sum_{n=0}^\infty c_n (z-a)^n,</math>
where
- a is a constant, the center of the circle of convergence,
- cn is the nth complex coefficient (note that real numbers are a very common special case of complex numbers),
- z is a variable and
- fn is the nth term of the series
The radius of convergence r is a nonnegative real number or ∞, such that the series converges if
- <math> |z-a| <r \!</math>
and diverges if
- <math> |z-a| >r. \!</math>
In other words, the series converges if z is close enough to the center and diverges if it is too far away. The radius of convergence specifies how close is close enough. The radius of convergence is infinite if the series converges for all complex numbers z.
Contents |
Finding the radius of convergence
The radius of convergence can be found by applying the root test to the terms of the series. The root test is defined as:
- <math>C = \limsup_{n\rightarrow\infty}\sqrt[n]{|f_n|}</math>
and in the case of a power series, this can be used to find that:
- <math>r = \limsup_{n\rightarrow\infty} \frac{1}{\sqrt[n]{|c_n|}}</math>
where
- lim sup denotes the limit superior and
Note that 1/0 is interpreted as an infinite radius, meaning that f is an entire function.
The ratio test is usually easier to compute, but the limit may be infinite (i.e. non-existant limit), in which case the root test should be used. The ratio test is defined as:
- <math>L = \lim_{n\rightarrow\infty}\left|\frac{f_{n+1}}{f_n}\right|</math>
and in the case of a power series, this can be used to find that:
- <math> r = \lim_{n\rightarrow\infty} | \frac{c_n}{c_{n+1}} | </math>.
Clarity and simplicity result from complexity
One of the best examples of clarity and simplicity following from thinking about complex numbers where confusion would result from thinking about real numbers is this theorem of complex analysis:
- The radius of convergence is always equal to the distance from the center to the nearest point where the function f has a (non-removable) singularity; if no such point exists then the radius of convergence is infinite.
The nearest point means the nearest point in the complex plane, not necessarily on the real line, even if the center and all coefficients are real. See holomorphic functions are analytic; the result stated above is a by-product of the proof found in that article.
A simple example
The arctangent function of trigonometry can be expanded in a power series familiar to calculus students:
- <math>\arctan(z)=z-\frac{z^3}{3}+\frac{z^5}{5}-\frac{z^7}{7}+\cdots .</math>
It is easy to apply the ratio test in this case to find that the radius of convergence is 1. But we can also view the matter thus:
- <math>\frac{d}{dz}\arctan(z)=\frac{1}{1+z^2}</math>
and a zero appears in the denominator when z2 = − 1, i.e., when z = i or − i. The center in this power series is at 0. The distance from 0 to either of these two singularities is 1. That is therefore the radius of convergence.
A more complicated example
Consider this power series:
- <math>\frac{z}{e^z-1}=\sum_{n=0}^\infty B_n z^n</math>
where the coefficients Bn are the Bernoulli numbers. It may be cumbersome to try to apply the ratio test to find the radius of convergence of this series. But the theorem of complex analysis stated above quickly solves the problem. At z = 0, there is in effect no singularity since the singularity is removable. The only non-removable singularities are therefore located at the other points where the denominator is zero. We solve
- <math>e^z-1=0</math>
by recalling that if z = x + iy and eiy = cos(y) + i sin(y) then
- <math>e^z = e^x e^{iy} = e^x(\cos(y)+i\sin(y)),</math>
and then take x and y to be real. Since y is real, the absolute value of cos(y) + i sin(y) is necessarily 1. Therefore, the absolute value of ez can be 1 only if ex is 1; since x is real, that happens only if x = 0. Therefore we need cos(y) + i sin(y) = 1. Since y is real, that happens only if cos(y) = 1 and sin(y) = 0, so that y is an integral multiple of 2π. Since the real part x is 0 and the imaginary part y is a nonzero integral multiple of 2π, the solution of our equation is
- z = a nonzero integral multiple of 2πi.
The singularity nearest the center (the center is 0 in this case) is at 2πi or − 2πi. The distance from the center to either of those points is 2π. That is therefore the radius of convergence.