Power Series and Taylor Series
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn that analyticity and having a convergent power series are the same thing over , that the radius of convergence is always the distance to the nearest singularity, and how to build new series from old ones quickly.
The Concept
Section titled “The Concept”Power series in
Section titled “Power series in C\mathbb{C}C”A power series about is
Every such series has a radius of convergence with the following behaviour:
- Absolute convergence for , and uniform convergence on any closed disc strictly inside.
- Divergence for .
- Anything can happen on the circle itself.
Note the shape of the convergence set: a disc, not an interval. In real analysis the interval of convergence had two endpoints to check separately; here the boundary is a whole circle, and boundary behaviour is genuinely subtle.
Within the disc, a power series is analytic and may be differentiated and integrated term by term, with the derived series having the same radius.
The two-way theorem
Section titled “The two-way theorem”This is the result that makes the word analytic unambiguous.
Taylor’s theorem for analytic functions. If is analytic on the disc , then
for every in that disc. Conversely, any convergent power series defines an analytic function inside its disc.
So differentiable on an open set and locally a convergent power series are equivalent conditions over .
In real analysis these are different, and dramatically so: is infinitely differentiable at 0 with every derivative zero, so its Taylor series is identically 0 and does not represent the function. No complex analytic function can do that. If you met that counterexample in real analysis, this is where it gets ruled out.
The proof is Cauchy’s integral formula plus a geometric series expansion of , which is why this lesson comes after that one.
The radius is a distance
Section titled “The radius is a distance”The radius of convergence of the Taylor series of about equals the distance from to the nearest singularity of .
This is the single most useful fact in the lesson. It means you can read off the radius by looking at a picture, without computing a single coefficient.
It also resolves the puzzle from lesson 1. The function has poles at , so about 0 the radius is 1, about 1 it is , and about 2 it is . On the real line nothing distinguishes , and the real graph offers no explanation whatsoever.
The classical tests still work when you want to verify:
but the geometric statement is faster and explains why.
The series worth knowing
Section titled “The series worth knowing”Each of these is the real series with replaced by , valid on the stated disc:
The three entire functions have because they have no singularities at all. The last two have because of a singularity at exactly distance 1: a pole at for the geometric series, and the branch point at for the logarithm.
Substitution and algebra beat differentiation. Almost no one computes Taylor coefficients from in practice; you manipulate known series instead.
Zeros and order
Section titled “Zeros and order”If is analytic at with , the series there begins at some term:
The integer is the order of the zero. Equivalently with analytic and .
Two consequences: zeros of a non-zero analytic function are isolated, since stays nonzero nearby, and that isolation is what proves the identity theorem. The exception is the zero function, which is why the identity theorem’s conclusion is “identically equal” rather than “equal somewhere.”
Worked Examples
Section titled “Worked Examples”Example 1: Find the radius of convergence of the Taylor series of about .
Solution. The only singularity is at , at distance 3 from the origin.
Verifying by expansion, , which converges for . ✓
Example 2: Same function, about .
Solution. The distance from 1 to 3 is 2, so . ∎
The function did not change; the centre did. The radius is a property of the pair.
Example 3: Find the series for about 0 by substitution.
Solution. Start from the geometric series and substitute for :
valid when , that is , so . Consistent with the poles at being at distance 1. ✓
Example 4: Find the first few terms of the series for about 0.
Solution. Multiply the two known series:
Collecting by degree:
- constant:
- :
- :
The radius is 1, set by the pole at ; the exponential factor contributes no singularity. ∎
Example 5: Find the order of the zero of at 0.
Solution. Since has a simple zero at 0,
The first nonzero term is , so the zero has order 3. ∎
Orders add under multiplication, which is the quick way to see this: order 2 from plus order 1 from .
Example 6: Explain why has no complex analogue of its bad behaviour.
Solution. As a real function it is smooth at 0 with all derivatives 0, so its Taylor series is identically 0 while the function is not.
Now consider in the plane. Along the imaginary axis, gives , so
So has a genuine essential singularity at 0 and is not analytic there. The real function’s strange behaviour was the shadow of a complex singularity, and once you can see the singularity there is nothing left to explain.
Example 7: Use the identity theorem via zeros.
is analytic on and for every positive integer . Show .
Solution. The points accumulate at 0, which is in the domain. If were not identically zero, its zeros would be isolated, contradicting the accumulation.
∎
Compare , which vanishes at every and is not identically zero - but it is not analytic at 0, so there is no contradiction. The hypothesis that the accumulation point is in the domain is essential.
Real-World Applications
Section titled “Real-World Applications”Function evaluation in software. Library routines for , , and reduce the argument to a small range and then sum a truncated series, with the truncation point chosen from a remainder bound. The radius of convergence is what tells you the reduction is necessary.
Generating functions. In combinatorics and algorithm analysis, a counting sequence is packed into a power series, and the radius of convergence gives the exponential growth rate of the coefficients. Locating the nearest singularity is the standard technique for asymptotics.
Perturbation theory. Physical quantities are expanded in a small parameter, and whether the expansion converges is a question about singularities in the complex parameter plane. Many important series in quantum field theory have zero radius of convergence, which is a fact about complex singularities.
Control system approximation. Padé and Taylor approximations of transfer functions are valid inside a disc bounded by the nearest pole, which is why models degrade near resonance.
Numerical analysis of ODE solvers. The stability region of a method is described by a power series in the step size, and its radius controls the maximum usable step.
Signal interpolation. Analytic signals are reconstructed from samples using series expansions whose convergence depends on the location of singularities of the signal’s analytic extension.
Retrying will remove your ✅ checkmark until you pass again.