Skip to main content

Recitation 21

Example 1: Determine whether the series is absolutely convergent, conditionally convergent, or divergent. (a) n=1n5n\sum_{n=1}^\infty\frac{n}{5^n}; (b) n=110n(n+1)42n+1\sum_{n=1}^\infty\frac{10^n}{(n+1)4^{2n+1}}; (c) n=1cos(nπ/3)n!\sum_{n=1}^\infty\frac{\cos(n\pi/3)}{n!}; (d) n=1(1+1/n)n2\sum_{n=1}^\infty(1+1/n)^{n^2}.

Hint: (a, b) Use the ratio test. (b) Compare the cos(nπ/3)n!|\frac{\cos(n\pi/3)}{n!}| with 1n!\frac{1}{n!}. (d) Note that limn(1+1/n)n2=\lim_{n\to\infty}(1+1/n)^{n^2}=\infty.

Example 2: The terms of a series are defined recursively by the equations a1=2,an+1=5n+14n+3ana_1 = 2, a_{n+1}=\frac{5n+1}{4n+3}a_n. Determine whether an\sum a_n converges or diverges.

Hint: Note that the sequence is (ultimately) increasing and hence does not converge to $$.

Example 3: For what values of xx does the series n=1(x2)nn2+1\sum_{n=1}^\infty\frac{(x-2)^n}{n^2+1} converge?

Hint: If x=2x=2, the series converges apparently. Otherwise, observe that limnan+1/an=x2\lim_{n\to\infty}|a_{n+1}/a_n| = |x-2|. The ratio test shows that if 1<x<31<x<3 then the series converges and if x<1x<1 or x>3x>3 then the series diverges. If x=1x = 1, then the series converges by the alternating series test. If x=3x=3, then the series converges by the integral test. Therefore the series converges if and only if 1x31\leq x \leq 3.

Example 4: Test the series for convergence or divergence. (a) n=1(1)n+1n2n3+4\sum_{n=1}^\infty (-1)^{n+1}\frac{n^2}{n^3+4}; (b) n=1(1)nsin(π/n)\sum_{n=1}^\infty(-1)^n\sin(\pi/n).

Hint: (a) Note that this is an alternating sequence, (n+1)2/((n+1)3+4)<n2/(n3+4)(n+1)^2/((n+1)^3+4) < n^2/(n^3+4) for all n>1n > 1 and n2/(n3+4)0n^2/(n^3+4)\to 0 as nn\to\infty. (b) Note that this is an alternating sequence, sin(π/n+1)<sin(π/n)\sin(\pi/n+1) < \sin(\pi/n) for all n>1n > 1 and sin(π/n)0\sin(\pi/n)\to 0 as nn\to\infty.

Example 5: Show that the series n=1(1)n+1n6\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n^6} is convergent. How many terms of the series do we need to add in order to find the sum to the accuracy of 0.000050.00005?

Solution: Note that this is an alternating series, 1/(n+1)6<1/n61/(n+1)^6 < 1/n^6 for all nn and 1/n601/n^6\to 0 as nn\to\infty. By the alternating series test, the series converges. For alternating series, the error between sns_n (the partial sum of the first nn terms) and the sum of the series is bounded by an+1a_{n+1}. In order to find the sum to the accuracy of 0.000050.00005, it is sufficient to find nn such that 1/(n+1)6<0.000051/(n+1)^6 < 0.00005, hence n=5n = 5 suffices.