Example 1: Find a power series representation for the function f(x)=2x2+1x and determine the interval of convergence.
Solution: Let y=−2x2 in 1/(1−y)=∑n=0∞yn. We obtain 1/(1+2x2)=∑n=0∞(−2x2)n=∑n=0∞(−2)nx2n, and then x/(2x2+1)=∑n=0∞(−2)nx2n+1. Because this is a geometric series, it converges when ∣−2x2∣<1, that is, ∣x∣<1/2. Therefore the interval of convergence is (−1/2,1/2).
Example 2: Find a power series representation and the radius and the interval of convergence for (a)f(x)=ln(x2+4); (b)f(x)=tan−1(2x).
Hint: (a) Write out the power series of f′(x)=2x/(x2+4) and integrate both sides; (b) Write out the power series of f′(x)=2/(1+4x2) and integrate both sides.
Example 3: Find the radius of convergence and interval of convergence of the series ∑n=1∞1⋅3⋅5⋅…⋅(2n−1)n!xn.
Solution: Let an=1⋅3⋅5⋅…⋅(2n−1)n!xn. Note that anan+1=2n+1(n+1)x and it goes to x/2 as n→∞. By the ratio test, when ∣x∣<2, the series converges. If ∣x∣=2, ∣an∣=2⋅4⋅6⋅…⋅(2n)/1⋅3⋅5⋅…⋅(2n−1)>1. The limit test says the series diverges. Therefore the radius of convergence is 2 and the interval of convergence is (−2,2).
Example 4: Test the series for convergence or divergence. (a)∑n=2∞nlnn1; (b)∑n=2∞n−1(−1)n−1; (c)∑n=1∞(n+1n)n2.
Hint: (a) Use the integral test; (b) Use the alternating series test; (c) Note that n(n+1n)n2=(n+1n)n=(1+1/n)−n=e−nln(1+1/n). By l’Hospital’s rule, limx→∞xln(1+1/x)=1, and so n(n+1n)n2→e−1<1 as n→∞. Use the root test.