July 06, 2026 - Calculus 2 - Power Series and Convergence
Introduction to Power Series
A power series is structured as an infinite polynomial. Unlike a standard polynomial which has a finite degree, the degree of a power series is infinite because the powers of the variable increase indefinitely.
The general form of a power series is often written using the terms of a sequence :
In this sequence, the notation starts at indices of zero:
The first term is .
The power of also starts at zero, where .
Each term in the sequence is paired with a corresponding power of ().
An example of a basic power series is the series where all coefficients are 1:
If we plug in , we get .
If we plug in , we get .
The sequence of coefficients for this series is simply a constant series of .
Using the Ratio Test for Convergence
The ratio test is a primary tool used to determine the convergence of power series.
The test involves finding the limit as approaches infinity of the absolute value of the ratio of the -th term to the -th term:
Applying this to the geometric series :
The ratio is .
Convergence Criteria: The ratio test states that the series converges if the result of the limit is strictly less than 1 (\rho < 1).
For the geometric series, this means |x| < 1. This inequality implies that must be in the interval -1 < x < 1.
Within this specific interval, the infinite series represents a defined function:
Outside of this interval (where ), the series diverges and does not represent the function. For example, at , the series is just adding repeatedly, and at , it oscillates between and .
Shifting the Center of a Power Series
A series that is purely in terms of is said to be centered at . This is because if you plug in , the series converges instantly as you are simply adding up zeros (after the initial constant term).
To shift the center of the series, we replace with . This results in a series centered at :
Example: A series centered at would look like :
Determining convergence for shifted series using the ratio test:
Convergence requires |x-5| < 1.
This removes the absolute value to become -1 < x-5 < 1.
Adding to all parts yields 4 < x < 6.
In the middle of this interval is the center, . The function this series represents would be , which simplifies to , but only on that interval.
Analyzing Specific Case Studies: e^x and n!x^n
The Exponential Function :
The power series for involves factorials: .
Writing out terms:
Ratio Test: .
Since is held constant while the denominator goes to infinity, the limit is .
is always less than , meaning this series converges everywhere, for any value of . Its interval of convergence is .
The Factorial Series :
Each term in this series grows significantly larger than the previous one.
Ratio Test: .
As , this limit becomes infinity (unless ).
Infinity is never less than , so this series diverges everywhere except at its center, where . This is considered a non-interesting or trivial convergence.
The Radius of Convergence (R)
Any power series will exhibit one of three behaviors regarding its convergence:
Converges on an Interval: There is a center and a radius such that it converges for |x-a| < R. This is an interval from to .
Converges Everywhere: The radius . The interval is .
Converges Only at the Center: The radius . It only converges at .
The radius is "half the length" of the total interval. For the geometric series centered at on , the total width is , so the radius .
Determining Convergence at Endpoints
The ratio test determines the "open" interval of convergence, but it does not clarify what happens exactly at the boundaries where the ratio equals 1. These points must be checked individually.
Example calculation for :
Ratio test: .
Setting \frac{|x-2|}{3} < 1 \implies |x-2| < 3 \implies -3 < x-2 < 3.
This gives the interval -1 < x < 5. The radius is .
Testing Boundary :
The series becomes .
Using the Alternating Series Test:
The limit of terms is : .
The sequence is decreasing: \frac{1}{n+2} < \frac{1}{n+1}.
Conclusion: The series converges at .
Testing Boundary :
The series becomes .
This is the harmonic series (a P-series with ), which is known to diverge.
Final Interval of Convergence: .
Algebraic Properties and Manipulations
If two power series converge to functions and on a common interval , the following operations are valid:
Addition/Subtraction: .
Scalar/Variable Multiplication: A series can be multiplied by a constant or a power of () by distributing it inside the summation: .
Composition (Substitution): Replacing in a known series with another expression such as . For example, if we have the series for , replacing with yields , which converges to .
Complex Example: Partial Fractions to Power Series
To find the power series for a rational function like , first use partial fractions.
Factoring the denominator gives . Partial fraction decomposition yields:
Transform these into the form :
For the second term: .
For the first term: .
The resulting combined series is:
Determining the radius for the sum:
The first piece converges on .
The second piece converges on .
The entire sum converges only on the overlap of these intervals, which is . Thus, the radius of convergence for the sum is .
Preview of Trigonometric Series
Power series can be used to represent trigonometric functions.
Sine Function (): Represented by an alternating series of all odd powers:
Cosine Function (): Represented by an alternating series of all even powers:
Both of these series involve factorials and converge everywhere (), effectively defining the functions through their infinite growth.
Questions & Discussion
Question regarding "Row" vs "P": A student asked if the symbol used in the ratio test is the Greek letter (rho) or .
Response: The instructor clarified that it is (rho). While some might mistake it for , in calculus, is usually reserved for the "P-series" specifically referring to the power in the denominator (). For the ratio test, any symbol works, but is conventional.
Question regarding endpoints on Geometric Series: A student asked if endpoints and are typically included.
Response: They are not included in the geometric series because at , the terms are (divergent) and at , it is (divergent). You must always check individual series to see if terms decrease to zero at the boundaries.
Question regarding the parity of Sine: Is sine an even or odd number?
Response: Sine is an odd function, which matches the fact that its power series consists only of odd powers of .