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 xx increase indefinitely.

  • The general form of a power series is often written using the terms of a sequence CnC_n:     C0+C1x+C2x2+C3x3++Cnxn+C_0 + C_1 x + C_2 x^2 + C_3 x^3 + \dots + C_n x^n + \dots

  • In this sequence, the notation starts at indices of zero:

    • The first term is C0C_0.

    • The power of xx also starts at zero, where x0=1x^0 = 1.

    • Each term in the sequence CnC_n is paired with a corresponding power of xx (xnx^n).

  • An example of a basic power series is the series where all coefficients are 1:     n=0xn=1+x+x2+x3+\sum_{n=0}^{\infty} x^n = 1 + x + x^2 + x^3 + \dots

    • If we plug in n=0n=0, we get 11.

    • If we plug in n=1n=1, we get xx.

    • The sequence of coefficients for this series is simply a constant series of 11.

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 nn approaches infinity of the absolute value of the ratio of the (n+1)(n+1)-th term to the nn-th term:     ρ=limnan+1an\rho = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|

  • Applying this to the geometric series xn\sum x^n:

    • an+1=xn+1a_{n+1} = x^{n+1}

    • an=xna_{n} = x^n

    • The ratio is xn+1xn=x\frac{x^{n+1}}{x^n} = x.

  • Convergence Criteria: The ratio test states that the series converges if the result of the limit ρ\rho is strictly less than 1 (\rho < 1).

  • For the geometric series, this means |x| < 1. This inequality implies that xx must be in the interval -1 < x < 1.

  • Within this specific interval, the infinite series represents a defined function:     n=0xn=11x\sum_{n=0}^{\infty} x^n = \frac{1}{1-x}

  • Outside of this interval (where x1|x| \ge 1), the series diverges and does not represent the function. For example, at x=1x=1, the series is just adding 11 repeatedly, and at x=1x=-1, it oscillates between 11 and 00.

Shifting the Center of a Power Series

  • A series that is purely in terms of xnx^n is said to be centered at x=0x = 0. This is because if you plug in x=0x=0, 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 xx with xax - a. This results in a series centered at x=ax = a:     n=0Cn(xa)n\sum_{n=0}^{\infty} C_n (x - a)^n

  • Example: A series centered at x=5x=5 would look like (x5)n\sum (x - 5)^n:     (x5)0+(x5)1+(x5)2+(x-5)^0 + (x-5)^1 + (x-5)^2 + \dots

  • Determining convergence for shifted series using the ratio test:     limn(x5)n+1(x5)n=x5\lim_{n \to \infty} \left| \frac{(x-5)^{n+1}}{(x-5)^n} \right| = |x-5|

    • Convergence requires |x-5| < 1.

    • This removes the absolute value to become -1 < x-5 < 1.

    • Adding 55 to all parts yields 4 < x < 6.

    • In the middle of this interval is the center, 55. The function this series represents would be 11(x5)\frac{1}{1-(x-5)}, which simplifies to 16x\frac{1}{6-x}, but only on that interval.

Analyzing Specific Case Studies: e^x and n!x^n

  • The Exponential Function ex\mathbf{e^x}:

    • The power series for exe^x involves factorials: n=0xnn!\sum_{n=0}^{\infty} \frac{x^n}{n!}.

    • Writing out terms: 10!+x1!+x22!+x33!+=1+x+x22+x36+\frac{1}{0!} + \frac{x}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \dots

    • Ratio Test: limnxn+1(n+1)!×n!xn=limnxn+1\lim_{n \to \infty} \left| \frac{x^{n+1}}{(n+1)!} \times \frac{n!}{x^n} \right| = \lim_{n \to \infty} \left| \frac{x}{n+1} \right|.

    • Since xx is held constant while the denominator n+1n+1 goes to infinity, the limit is 00.

    • 00 is always less than 11, meaning this series converges everywhere, for any value of xx. Its interval of convergence is (,)(-\infty, \infty).

  • The Factorial Series n!xn\mathbf{n!x^n}:

    • Each term in this series grows significantly larger than the previous one.

    • Ratio Test: limn(n+1)!xn+1n!xn=limn(n+1)x\lim_{n \to \infty} \left| \frac{(n+1)! x^{n+1}}{n! x^n} \right| = \lim_{n \to \infty} |(n+1)x|.

    • As nn \to \infty, this limit becomes infinity (unless x=0x=0).

    • Infinity is never less than 11, so this series diverges everywhere except at its center, where x=0x=0. 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:

    1. Converges on an Interval: There is a center aa and a radius RR such that it converges for |x-a| < R. This is an interval from aRa-R to a+Ra+R.

    2. Converges Everywhere: The radius R=R = \infty. The interval is (,)(-\infty, \infty).

    3. Converges Only at the Center: The radius R=0R = 0. It only converges at x=ax=a.

  • The radius is "half the length" of the total interval. For the geometric series centered at 00 on (1,1)(-1, 1), the total width is 22, so the radius R=1R=1.

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 n=0(x2)nn+1×13n\sum_{n=0}^{\infty} \frac{(x-2)^n}{n+1} \times \frac{1}{3^n}:

    • Ratio test: limn(x2)n+1(n+2)3n+1×(n+1)3n(x2)n=limn(x2)(n+1)3(n+2)=x23\lim_{n \to \infty} \left| \frac{(x-2)^{n+1}}{(n+2) 3^{n+1}} \times \frac{(n+1) 3^n}{(x-2)^n} \right| = \lim_{n \to \infty} \left| \frac{(x-2) (n+1)}{3(n+2)} \right| = \frac{|x-2|}{3}.

    • 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 R=3R=3.

  • Testing Boundary x=1x=-1:

    • The series becomes (12)n(n+1)3n=(3)n(n+1)3n=(1)nn+1\sum \frac{(-1-2)^n}{(n+1)3^n} = \sum \frac{(-3)^n}{(n+1)3^n} = \sum \frac{(-1)^n}{n+1}.

    • Using the Alternating Series Test:

      1. The limit of terms is 00: limn1n+1=0\lim_{n \to \infty} \frac{1}{n+1} = 0.

      2. The sequence is decreasing: \frac{1}{n+2} < \frac{1}{n+1}.

    • Conclusion: The series converges at x=1x=-1.

  • Testing Boundary x=5x=5:

    • The series becomes (52)n(n+1)3n=3n(n+1)3n=1n+1\sum \frac{(5-2)^n}{(n+1)3^n} = \sum \frac{3^n}{(n+1)3^n} = \sum \frac{1}{n+1}.

    • This is the harmonic series (a P-series with p=1p=1), which is known to diverge.

  • Final Interval of Convergence: [1,5)[-1, 5).

Algebraic Properties and Manipulations

If two power series converge to functions f(x)f(x) and g(x)g(x) on a common interval II, the following operations are valid:

  1. Addition/Subtraction: (Cn±dn)xn=f(x)±g(x)\sum (C_n \pm d_n)x^n = f(x) \pm g(x).

  2. Scalar/Variable Multiplication: A series can be multiplied by a constant mm or a power of xx (xkx^k) by distributing it inside the summation: mCnxn+k=mxkf(x)\sum m C_n x^{n+k} = m x^k f(x).

  3. Composition (Substitution): Replacing xx in a known series with another expression such as bxmbx^m. For example, if we have the series for 11x\frac{1}{1-x}, replacing xx with x2x^2 yields (x2)n=x2n\sum (x^2)^n = \sum x^{2n}, which converges to 11x2\frac{1}{1-x^2}.

Complex Example: Partial Fractions to Power Series

  • To find the power series for a rational function like f(x)=1x24x+3f(x) = \frac{1}{x^2 - 4x + 3}, first use partial fractions.

  • Factoring the denominator gives (x3)(x1)(x-3)(x-1). Partial fraction decomposition yields:     1(x1)(x3)=1/2x31/2x1\frac{1}{(x-1)(x-3)} = \frac{1/2}{x-3} - \frac{1/2}{x-1}

  • Transform these into the form 11u\frac{1}{1-u}:

    • For the second term: 1/2x1=1/21x=12xn\frac{-1/2}{x-1} = \frac{1/2}{1-x} = \frac{1}{2} \sum x^n.

    • For the first term: 1/2x3=1/23(1x/3)=16(x/3)n\frac{1/2}{x-3} = \frac{1/2}{-3(1 - x/3)} = \frac{-1}{6} \sum (x/3)^n.

  • The resulting combined series is:     n=0(12xn16(x3)n)=n=012(113n+1)xn\sum_{n=0}^{\infty} \left( \frac{1}{2} x^n - \frac{1}{6} \left(\frac{x}{3}\right)^n \right) = \sum_{n=0}^{\infty} \frac{1}{2} \left( 1 - \frac{1}{3^{n+1}} \right) x^n

  • Determining the radius for the sum:

    • The first piece converges on (1,1)(-1, 1).

    • The second piece converges on (3,3)(-3, 3).

    • The entire sum converges only on the overlap of these intervals, which is (1,1)(-1, 1). Thus, the radius of convergence for the sum is R=1R=1.

Preview of Trigonometric Series

  • Power series can be used to represent trigonometric functions.

  • Sine Function (sin(x)\mathbf{\sin(x)}): Represented by an alternating series of all odd powers:     sin(x)=xx33!+x55!x77!+\sin(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \dots

  • Cosine Function (cos(x)\mathbf{\cos(x)}): Represented by an alternating series of all even powers:     cos(x)=1x22!+x44!x66!+\cos(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} + \dots

  • Both of these series involve factorials and converge everywhere (R=R = \infty), 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 (rho) or PP.

  • Response: The instructor clarified that it is ρ\rho (rho). While some might mistake it for PP, in calculus, PP is usually reserved for the "P-series" specifically referring to the power in the denominator (1np\sum \frac{1}{n^p}). For the ratio test, any symbol works, but ρ\rho is conventional.

  • Question regarding endpoints on Geometric Series: A student asked if endpoints 1-1 and 11 are typically included.

  • Response: They are not included in the geometric series because at 11, the terms are 1+1+1...1+1+1... (divergent) and at 1-1, it is 11+11...1-1+1-1... (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 xx.