Power Series Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

medium
Find the radius of convergence of โˆ‘n=0โˆžxnn+1\displaystyle\sum_{n=0}^{\infty} \frac{x^n}{n+1}.

Solution

  1. 1
    Apply the ratio test: compute โˆฃan+1anโˆฃ\left|\frac{a_{n+1}}{a_n}\right| where an=xnn+1a_n = \frac{x^n}{n+1}.
  2. 2
    Simplify the ratio: โˆฃxn+1n+2โ‹…n+1xnโˆฃ=โˆฃxโˆฃโ‹…n+1n+2โ†’nโ†’โˆžโˆฃxโˆฃ\left|\frac{x^{n+1}}{n+2} \cdot \frac{n+1}{x^n}\right| = |x|\cdot\frac{n+1}{n+2} \xrightarrow{n\to\infty} |x|
  3. 3
    The series converges when L=โˆฃxโˆฃ<1L = |x| < 1, so the radius of convergence is R=1R = 1.

Answer

R=1R = 1
The ratio test extracts RR by finding the limiting ratio. Here L=โˆฃxโˆฃL = |x|, so R=1R=1.

About Power Series

An infinite series of the form โˆ‘n=0โˆžan(xโˆ’c)n=a0+a1(xโˆ’c)+a2(xโˆ’c)2+โ‹ฏ\sum_{n=0}^{\infty} a_n(x-c)^n = a_0 + a_1(x-c) + a_2(x-c)^2 + \cdots where cc is the center and ana_n are the coefficients. A power series defines a function of xx wherever it converges.

Learn more about Power Series โ†’

More Power Series Examples