MATH 141 Calculus 2 • McGill University, Montreal

Corrected exercises: the ratio and root tests, and choosing a test (MATH 141)

This is the corrected exercise set for the ratio test, the root test and the strategy for testing series in MATH 141, Calculus 2, the second calculus course at McGill University, sections 11.6 and 11.7 of Stewart. Every limit is computed by hand and every value is exact: 1e\frac{1}{e}, e3\frac{e}{3}, π4\frac{\pi}{4}, 940\frac{9}{40}. The solutions name each test, write each ratio in full before simplifying it, and check each hypothesis on the page, because on this chapter a verdict without its test scores nothing.

The thread running through the whole set: the ratio and root tests compare a series with a GEOMETRIC one, and they read only the LIMIT LL. L<1L < 1 gives absolute convergence, L>1L > 1 gives divergence of the series itself because its terms do not even tend to 00, and L=1L = 1 says nothing at all. So the test is chosen by the form of the general term before any computation: factorials, products, constants to the power nn and recursions for the ratio test; a term raised to the power nn for the root test; a rational or algebraic term, where L=1L = 1 is guaranteed, for a comparison.

The traps named explicitly in the solutions: (2n+2)!(2n)!\frac{(2n+2)!}{(2n)!} written as 2n+22n+2, the form 1∞1^\infty read as 11, a ratio below 11 for every nn taken for a limit below 11, a few first terms taken for a verdict, L=1L = 1 read as divergence, L>1L > 1 followed by a search for conditional convergence, LL taken for the ratio of a geometric sum, the alternating series test used where the absolute series already converges, the ratio test used on a ratio that has no limit, and cos⁡n\cos n taken for (−1)n(-1)^n.

10 corrected exercises • 100 points • 150 minutes

Revision sheet for this chapter → Every MATH 141 chapter →

Course recap

  • • Ratio test: if lim⁡n→∞∣an+1an∣=L\lim_{n\to\infty}\left\lvert\frac{a_{n+1}}{a_n}\right\rvert = L, then L<1L < 1 gives absolute convergence, L>1L > 1 (or ∞\infty) divergence, L=1L = 1 no information.
  • • Root test: the same three conclusions with L=lim⁡n→∞∣an∣nL = \lim_{n\to\infty}\sqrt[n]{\lvert a_n\rvert}.
  • • Factorials: (n+1)!=(n+1) n!(n+1)! = (n+1)\,n!, (2n+2)!=(2n+2)(2n+1)(2n)!(2n+2)! = (2n+2)(2n+1)(2n)!, and (kn+k)!(kn+k)! has kk more factors than (kn)!(kn)!.
  • • Limits used constantly: (1+1n)n→e\left(1 + \frac{1}{n}\right)^n \to e, (nn+1)n→1e\left(\frac{n}{n+1}\right)^n \to \frac{1}{e}, nn→1\sqrt[n]{n} \to 1, cn→1\sqrt[n]{c} \to 1 for c>0c > 0.
  • • If ana_n is rational or algebraic in nn, both tests give L=1L = 1: use a limit comparison with a pp-series instead.
  • • Strategy, in order: terms tend to 00? known series? factorials or cnc^n (ratio)? nn-th power (root)? algebraic (comparison)? alternating (∣an∣\lvert a_n\rvert first, then the AST)? easy integral (integral test)?

Part A: the basics (/50)

Exercise 1: The ratio test: simplify the quotient before taking the limit

The ratio test. Let ∑an\sum a_n be a series with nonzero terms and suppose L=lim⁡n→∞∣an+1an∣L = \lim_{n\to\infty}\left\lvert\frac{a_{n+1}}{a_n}\right\rvert exists (a finite number or ∞\infty). If L<1L < 1, the series converges absolutely; if L>1L > 1 or L=∞L = \infty, it diverges; if L=1L = 1, the test gives no information. The idea: when L<1L < 1, the terms eventually shrink at least as fast as those of a geometric series of ratio rr with L<r<1L < r < 1.

The whole difficulty is algebraic. an+1an\frac{a_{n+1}}{a_n} is a quotient of two quotients, and the factorials and powers must be cancelled BEFORE the limit is taken: (n+1)!=(n+1)⋅n!(n+1)! = (n+1)\cdot n!, (2n+2)!=(2n+2)(2n+1)⋅(2n)!(2n+2)! = (2n+2)(2n+1)\cdot(2n)!, 3n+1=3⋅3n3^{n+1} = 3 \cdot 3^n. The figure shows the first fifteen ratios an+1an\frac{a_{n+1}}{a_n} for an=n33na_n = \frac{n^3}{3^n}.

2468101214160.511.522.53a₂/a₁ = 8/3ratio 1limit L = 1/3n
  • a) Apply the ratio test to ∑n=1∞n33n\sum_{n=1}^{\infty}\frac{n^3}{3^n}.
  • b) Same question for ∑n=1∞100nn!\sum_{n=1}^{\infty}\frac{100^n}{n!}. The terms increase up to n=99n = 99: does that matter?
  • c) Same question for ∑n=1∞(n!)2(2n)!\sum_{n=1}^{\infty}\frac{(n!)^2}{(2n)!}.
  • d) Same question for ∑n=1∞n!nn\sum_{n=1}^{\infty}\frac{n!}{n^n}.
  • e) On the figure, the first two ratios are above 11, so a1<a2<a3a_1 < a_2 < a_3. Explain why this does not contradict a), and what the test actually reads.
Show the solution

Answers

  • a) L=13<1L = \frac{1}{3} < 1: converges (absolutely).
  • b) L=0<1L = 0 < 1: converges; the first 99 terms are irrelevant.
  • c) L=14<1L = \frac{1}{4} < 1: converges.
  • d) L=1e<1L = \frac{1}{e} < 1: converges.
  • e) Only the LIMIT of the ratios counts; finitely many ratios above 11 change finitely many terms, never the verdict.

a) Terms positive, so no absolute values are needed. an+1an=(n+1)33n+1⋅3nn3=13(n+1n)3=13(1+1n)3\frac{a_{n+1}}{a_n} = \frac{(n+1)^3}{3^{n+1}} \cdot \frac{3^n}{n^3} = \frac{1}{3}\left(\frac{n+1}{n}\right)^3 = \frac{1}{3}\left(1 + \frac{1}{n}\right)^3. As n→∞n \to \infty, 1+1n→11 + \frac{1}{n} \to 1, so L=13L = \frac{1}{3}. Since L<1L < 1, the series converges by the ratio test. The gesture that earns the mark is the rewriting 3n3n+1=13\frac{3^n}{3^{n+1}} = \frac{1}{3} and (n+1)3n3=(1+1n)3\frac{(n+1)^3}{n^3} = \left(1 + \frac{1}{n}\right)^3 BEFORE the limit: the powers of nn contribute a factor that tends to 11, the exponential contributes the whole of LL. That is the general pattern: a polynomial factor never changes the value of LL.

b) an+1an=100n+1(n+1)!⋅n!100n=100n+1\frac{a_{n+1}}{a_n} = \frac{100^{n+1}}{(n+1)!} \cdot \frac{n!}{100^n} = \frac{100}{n+1}, using (n+1)!=(n+1)⋅n!(n+1)! = (n+1)\cdot n!. So L=lim⁡n→∞100n+1=0<1L = \lim_{n\to\infty}\frac{100}{n+1} = 0 < 1: the series converges. The ratio is ≥1\ge 1 exactly when n+1≤100n + 1 \le 100, so the terms increase up to a99=a100a_{99} = a_{100} and only then decrease, and the terms around n=100n = 100 are astronomically large. None of this matters: convergence is a property of the TAIL of the series, and removing or changing finitely many terms changes the sum but never whether it exists. The factorial grows faster than any geometric sequence, however large its base, and the ratio test shows it in one line.

c) an+1an=((n+1)!)2(2n+2)!⋅(2n)!(n!)2=(n+1)2(2n+2)(2n+1)\frac{a_{n+1}}{a_n} = \frac{((n+1)!)^2}{(2n+2)!} \cdot \frac{(2n)!}{(n!)^2} = \frac{(n+1)^2}{(2n+2)(2n+1)}, because (n+1)!n!=n+1\frac{(n+1)!}{n!} = n+1 (squared) and (2n+2)!=(2n+2)(2n+1)(2n)!(2n+2)! = (2n+2)(2n+1)(2n)!. Simplify: (n+1)22(n+1)(2n+1)=n+12(2n+1)→14\frac{(n+1)^2}{2(n+1)(2n+1)} = \frac{n+1}{2(2n+1)} \to \frac{1}{4} (divide top and bottom by nn: 1+1/n4+2/n\frac{1 + 1/n}{4 + 2/n}). L=14<1L = \frac{1}{4} < 1: converges. The classic slip is (2n+2)!(2n)!=2n+2\frac{(2n+2)!}{(2n)!} = 2n+2: going from (2n)!(2n)! to (2n+2)!(2n+2)! adds TWO factors, and forgetting (2n+1)(2n+1) gives a limit of ∞\infty and the opposite verdict.

d) an+1an=(n+1)!(n+1)n+1⋅nnn!=(n+1) nn(n+1)n+1=nn(n+1)n=(nn+1)n=1(1+1n)n\frac{a_{n+1}}{a_n} = \frac{(n+1)!}{(n+1)^{n+1}} \cdot \frac{n^n}{n!} = \frac{(n+1)\,n^n}{(n+1)^{n+1}} = \frac{n^n}{(n+1)^n} = \left(\frac{n}{n+1}\right)^n = \frac{1}{\left(1 + \frac{1}{n}\right)^n}. The limit (1+1n)n→e\left(1 + \frac{1}{n}\right)^n \to e is the one of the sequences chapter, so L=1eL = \frac{1}{e}, about 12.72≈0.37<1\frac{1}{2.72} \approx 0.37 < 1: converges. The trap here is the form 1∞1^\infty: nn+1→1\frac{n}{n+1} \to 1, and writing (nn+1)n→1∞=1\left(\frac{n}{n+1}\right)^n \to 1^\infty = 1 would give L=1L = 1 and a false no information. The exponent grows with nn, so the base tending to 11 decides nothing; the limit is e−1e^{-1}.

e) The terms are a1=13a_1 = \frac{1}{3}, a2=89a_2 = \frac{8}{9}, a3=1a_3 = 1, then a4=6481a_4 = \frac{64}{81} and they decrease: the ratios 83\frac{8}{3} and 98\frac{9}{8} are above 11, the third, 6481\frac{64}{81}, is below. There is no contradiction: the ratio test reads the LIMIT of the ratios, which is 13\frac{1}{3}, and the proof only uses the ratios from some rank NN on. On the figure, from n=3n = 3 on every ratio is below 11 and they settle on the dashed line at 13\frac{1}{3}. A student who stops at a2a1=83>1\frac{a_2}{a_1} = \frac{8}{3} > 1 and concludes divergence has read one ratio instead of a limit, which the test never allows.

Exercise 2: The root test: when the whole term is raised to the power n

The root test. If L=lim⁡n→∞∣an∣nL = \lim_{n\to\infty}\sqrt[n]{\lvert a_n\rvert} exists, then L<1L < 1 gives absolute convergence, L>1L > 1 (or ∞\infty) gives divergence, and L=1L = 1 gives no information. It is the natural test when ana_n is an expression raised to the power nn, because bn nn=∣bn∣\sqrt[n]{b_n^{\,n}} = \lvert b_n\rvert removes the exponent at once. Two limits from the sequences chapter are used constantly: nn=n1/n→1\sqrt[n]{n} = n^{1/n} \to 1 and cn→1\sqrt[n]{c} \to 1 for every c>0c > 0.

The figure shows the first twelve terms of an=(2n+33n+1)na_n = \left(\frac{2n+3}{3n+1}\right)^n and the curve y=0.8xy = 0.8^x.

123456789101112130.20.40.60.811.21.4aₙ = ((2n + 3)/(3n + 1))ⁿy = 0.8ˣn
  • a) Apply the root test to ∑n=1∞(2n+33n+1)n\sum_{n=1}^{\infty}\left(\frac{2n+3}{3n+1}\right)^n.
  • b) Same question for ∑n=1∞13n(1+1n)n2\sum_{n=1}^{\infty}\frac{1}{3^n}\left(1 + \frac{1}{n}\right)^{n^2}.
  • c) Same question for ∑n=1∞2nn10\sum_{n=1}^{\infty}\frac{2^n}{n^{10}}. The terms are below 11 for 2≤n≤582 \le n \le 58: what does that prove?
  • d) Same question for ∑n=1∞(arctan⁡n)n2n\sum_{n=1}^{\infty}\frac{(\arctan n)^n}{2^n}.
  • e) For the series of a), find the smallest NN such that an<(45)na_n < \left(\frac{4}{5}\right)^n for every n≥Nn \ge N, and use it to prove convergence with no test at all, only a comparison with a geometric series.
Show the solution

Answers

  • a) L=23<1L = \frac{2}{3} < 1: converges.
  • b) L=e3<1L = \frac{e}{3} < 1: converges.
  • c) L=2>1L = 2 > 1: diverges; the first 58 terms prove nothing.
  • d) L=π4<1L = \frac{\pi}{4} < 1: converges.
  • e) N=6N = 6; ∑n≥6an≤∑n≥6(45)n=4(45)5\sum_{n\ge6}a_n \le \sum_{n\ge6}\left(\frac{4}{5}\right)^n = 4\left(\frac{4}{5}\right)^5, so the series converges.

a) The terms are positive. ann=2n+33n+1=2+3/n3+1/n→23\sqrt[n]{a_n} = \frac{2n+3}{3n+1} = \frac{2 + 3/n}{3 + 1/n} \to \frac{2}{3}. L=23<1L = \frac{2}{3} < 1: the series converges by the root test. With the ratio test the same series would require the quotient of (2n+53n+4)n+1\left(\frac{2n+5}{3n+4}\right)^{n+1} by (2n+33n+1)n\left(\frac{2n+3}{3n+1}\right)^n, a 1∞1^\infty form that is painful to settle. The form of the term, a fraction raised to the power nn, chose the test.

b) ann=13(1+1n)n2/n=13(1+1n)n→e3\sqrt[n]{a_n} = \frac{1}{3}\left(1 + \frac{1}{n}\right)^{n^2/n} = \frac{1}{3}\left(1 + \frac{1}{n}\right)^n \to \frac{e}{3}. Since e<3e < 3, L=e3<1L = \frac{e}{3} < 1, about 0.910.91: converges. Two traps. The exponent: (bn2)1/n=bn\left(b^{n^2}\right)^{1/n} = b^{n}, not bb; the nn-th root divides the exponent by nn, it does not remove it. And the limit: (1+1n)n\left(1 + \frac{1}{n}\right)^n is a 1∞1^\infty form whose limit is ee, not 11. Note that (1+1n)n2\left(1 + \frac{1}{n}\right)^{n^2} alone tends to infinity: the series converges only because 3n3^n grows faster, and e<3e < 3 is exactly the comparison that decides.

c) ann=2(n1/n)10→2110=2\sqrt[n]{a_n} = \frac{2}{\left(n^{1/n}\right)^{10}} \to \frac{2}{1^{10}} = 2, since n1/n→1n^{1/n} \to 1. L=2>1L = 2 > 1: DIVERGES. The terms start at a1=2a_1 = 2, fall below 11 from n=2n = 2 (a2=41024a_2 = \frac{4}{1024}) and stay below 11 until n=58n = 58, because 2n<n102^n < n^{10} there; from n=59n = 59 on, 2n>n102^n > n^{10} and the terms grow without bound. A table of the first fifty terms would suggest convergence, and it proves nothing: no finite number of terms decides a series. The power n10n^{10}, however large its exponent, contributes (n1/n)10→1\left(n^{1/n}\right)^{10} \to 1 to LL.

d) ann=arctan⁡n2\sqrt[n]{a_n} = \frac{\arctan n}{2}, and arctan⁡n→π2\arctan n \to \frac{\pi}{2} as n→∞n \to \infty, so L=π4L = \frac{\pi}{4}. Since π<4\pi < 4, L<1L < 1 (about 0.790.79): converges. The limit π2\frac{\pi}{2} is exact; no decimal of arctan⁡\arctan is needed. Note that each root arctan⁡n2\frac{\arctan n}{2} is below π4\frac{\pi}{4}, and the test does not care: only the limit is compared with 11.

e) an<(45)na_n < \left(\frac{4}{5}\right)^n is equivalent, taking nn-th roots of positive numbers, to 2n+33n+1<45\frac{2n+3}{3n+1} < \frac{4}{5}, that is 5(2n+3)<4(3n+1)5(2n+3) < 4(3n+1), 10n+15<12n+410n + 15 < 12n + 4, n>112n > \frac{11}{2}. So N=6N = 6: the inequality holds for all n≥6n \ge 6 and fails at n=5n = 5, where 1316>45\frac{13}{16} > \frac{4}{5} (on the figure, the points pass under the curve at n=6n = 6). Then 0<an<(45)n0 < a_n < \left(\frac{4}{5}\right)^n for n≥6n \ge 6, and ∑n=6∞(45)n=(4/5)61−4/5=5(45)6=4(45)5\sum_{n=6}^{\infty}\left(\frac{4}{5}\right)^n = \frac{(4/5)^6}{1 - 4/5} = 5\left(\frac{4}{5}\right)^6 = 4\left(\frac{4}{5}\right)^5 is a convergent geometric series; by comparison the tail converges, and adding the five first terms does not change that. This IS the proof of the root test: any rr strictly between LL and 11 works, here r=45r = \frac{4}{5} between 23\frac{2}{3} and 11. It also explains why L=1L = 1 gives nothing: then no fixed r<1r < 1 can be squeezed in.

Exercise 3: L = 1: the case where both tests are silent

When the limit is exactly 11, neither the ratio test nor the root test says anything: there are series with L=1L = 1 that converge and series with L=1L = 1 that diverge. The only correct sentence is then the test is inconclusive, followed by ANOTHER test. The figure shows the ratios an+1an\frac{a_{n+1}}{a_n} for an=1na_n = \frac{1}{n} and for an=1n2a_n = \frac{1}{n^2}, with the line y=1y = 1 dashed.

2468101214160.20.40.60.811.2limit 1 for both1/n: ratio n/(n + 1)1/n²: ratio (n/(n + 1))²n
  • a) Compute the ratio limit and the root limit for ∑1n\sum\frac{1}{n} and for ∑1n2\sum\frac{1}{n^2}. What are the two verdicts, and which tests give them?
  • b) For ∑1n\sum\frac{1}{n}, every ratio nn+1\frac{n}{n+1} is strictly less than 11. Why is that not a proof of convergence?
  • c) Let an=P(n)Q(n)a_n = \frac{P(n)}{Q(n)} where PP and QQ are polynomials, positive for n≥1n \ge 1. Show that the ratio test always gives L=1L = 1. What should be used instead?
  • d) Decide the convergence of ∑n=1∞nn2+1\sum_{n=1}^{\infty}\frac{\sqrt{n}}{n^2 + 1}.
  • e) Decide the convergence of ∑n=1∞(n+1n+2)n\sum_{n=1}^{\infty}\left(\frac{n+1}{n+2}\right)^n, first trying the root test.
Show the solution

Answers

  • a) L=1L = 1 in all four cases; ∑1n\sum\frac{1}{n} diverges and ∑1n2\sum\frac{1}{n^2} converges, both by the pp-series test.
  • b) The ratios tend to 11: no fixed r<1r < 1 bounds them, so no geometric comparison exists.
  • c) P(n+1)P(n)→1\frac{P(n+1)}{P(n)} \to 1 and Q(n)Q(n+1)→1\frac{Q(n)}{Q(n+1)} \to 1, so L=1L = 1; use limit comparison with 1nq−p\frac{1}{n^{q-p}}.
  • d) Converges: limit comparison with 1n3/2\frac{1}{n^{3/2}}, p=32>1p = \frac{3}{2} > 1.
  • e) Root test gives 11; an→1e≠0a_n \to \frac{1}{e} \ne 0, so it diverges by the divergence test.

a) For an=1na_n = \frac{1}{n}: an+1an=nn+1→1\frac{a_{n+1}}{a_n} = \frac{n}{n+1} \to 1 and ann=1n1/n→1\sqrt[n]{a_n} = \frac{1}{n^{1/n}} \to 1. For an=1n2a_n = \frac{1}{n^2}: an+1an=(nn+1)2→1\frac{a_{n+1}}{a_n} = \left(\frac{n}{n+1}\right)^2 \to 1 and ann=1(n1/n)2→1\sqrt[n]{a_n} = \frac{1}{\left(n^{1/n}\right)^2} \to 1. Four limits equal to 11, so both tests are inconclusive for both series. The verdicts come from the pp-series test: ∑1n\sum\frac{1}{n} diverges (p=1p = 1) and ∑1n2\sum\frac{1}{n^2} converges (p=2>1p = 2 > 1). On the figure the two families of ratios are indistinguishable in the limit, and yet the series behave oppositely: this is the proof that L=1L = 1 cannot carry a verdict.

b) The ratio test needs the LIMIT to be below 11, not each ratio. The proof of the test works with a fixed rr such that an+1an≤r<1\frac{a_{n+1}}{a_n} \le r < 1 for all large nn, which gives an≤aNrn−Na_n \le a_N r^{n-N} and a geometric comparison. Here the ratios 12,23,34,…\frac{1}{2}, \frac{2}{3}, \frac{3}{4}, \dots creep up to 11 and eventually exceed every fixed r<1r < 1: the terms do decrease, but more and more slowly, not geometrically, and the harmonic series diverges. Writing the ratio is less than 1, so it converges is the most frequent wrong line on this chapter and it scores zero.

c) Say PP has degree pp and leading coefficient bb, QQ has degree qq and leading coefficient cc. Then an+1an=P(n+1)P(n)⋅Q(n)Q(n+1)\frac{a_{n+1}}{a_n} = \frac{P(n+1)}{P(n)} \cdot \frac{Q(n)}{Q(n+1)}. Dividing top and bottom by npn^p, P(n+1)P(n)→bb=1\frac{P(n+1)}{P(n)} \to \frac{b}{b} = 1, because (n+1)p(n+1)^p and npn^p have the same leading behaviour; likewise Q(n)Q(n+1)→1\frac{Q(n)}{Q(n+1)} \to 1. So L=1L = 1 for EVERY rational term, whatever the degrees: the ratio test is always wasted on it, and so is the root test. The right tool is a limit comparison with 1nq−p\frac{1}{n^{q-p}}, the ratio of the leading terms, and then the pp-series test: convergence exactly when q−p>1q - p > 1. Recognising the form saves the whole computation.

d) The term is algebraic in nn, so by c) the ratio test would give 11. Dominant terms: nn2+1\frac{\sqrt{n}}{n^2 + 1} behaves like n1/2n2=1n3/2\frac{n^{1/2}}{n^2} = \frac{1}{n^{3/2}}. Limit comparison with bn=1n3/2b_n = \frac{1}{n^{3/2}}, both positive: anbn=n1/2⋅n3/2n2+1=n2n2+1→1\frac{a_n}{b_n} = \frac{n^{1/2} \cdot n^{3/2}}{n^2 + 1} = \frac{n^2}{n^2 + 1} \to 1, a finite positive number. Since ∑1n3/2\sum\frac{1}{n^{3/2}} converges (p=32>1p = \frac{3}{2} > 1), the series converges. The hypotheses checked on the copy: positive terms, a limit that is finite AND nonzero.

e) ann=n+1n+2→1\sqrt[n]{a_n} = \frac{n+1}{n+2} \to 1: the root test is inconclusive. Every root is below 11, which again means nothing. Go back to the first question of any strategy: do the terms tend to 00? Write n+1n+2=1−1n+2\frac{n+1}{n+2} = 1 - \frac{1}{n+2}, so an=(1−1n+2)n+2⋅(1−1n+2)−2a_n = \left(1 - \frac{1}{n+2}\right)^{n+2} \cdot \left(1 - \frac{1}{n+2}\right)^{-2}. The first factor tends to e−1e^{-1} (the limit (1+xm)m→ex\left(1 + \frac{x}{m}\right)^m \to e^x with x=−1x = -1, m=n+2m = n + 2) and the second to 11. So an→1e≠0a_n \to \frac{1}{e} \ne 0 and the series DIVERGES by the divergence test. A term to the power nn invited the root test, and the root test was silent; the 1∞1^\infty form of the term itself was the information.

Exercise 4: Signs: the tests measure the absolute value, and L > 1 means the terms grow

Both tests are stated with ∣an∣\lvert a_n\rvert. When L<1L < 1 they give ABSOLUTE convergence, which implies convergence: no alternating series test is needed. When L>1L > 1 they give more than the divergence of ∑∣an∣\sum\lvert a_n\rvert: they give the divergence of ∑an\sum a_n itself. The figure shows the first seven values of ∣an∣=4nn4\lvert a_n\rvert = \frac{4^n}{n^4}.

1234567812345678|aₙ| = 4ⁿ/n⁴n
  • a) Decide the convergence of ∑n=1∞(−1)n3nn 4n\sum_{n=1}^{\infty}(-1)^n\frac{3^n}{n\,4^n}.
  • b) Decide the convergence of ∑n=1∞(−4)nn4\sum_{n=1}^{\infty}\frac{(-4)^n}{n^4}, and use the figure to say what the terms do.
  • c) Decide whether ∑n=1∞(−1)nn3\sum_{n=1}^{\infty}\frac{(-1)^n}{\sqrt[3]{n}} converges absolutely, conditionally, or diverges.
  • d) Prove that if lim⁡n→∞∣an+1an∣=L>1\lim_{n\to\infty}\left\lvert\frac{a_{n+1}}{a_n}\right\rvert = L > 1, then ana_n does not tend to 00. Why can a series with L>1L > 1 never be conditionally convergent?
  • e) Decide the convergence of ∑n=1∞(−1)nn!1⋅3⋅5⋯(2n−1)\sum_{n=1}^{\infty}(-1)^n\frac{n!}{1 \cdot 3 \cdot 5 \cdots (2n-1)}.
Show the solution

Answers

  • a) L=34<1L = \frac{3}{4} < 1: absolutely convergent.
  • b) L=4>1L = 4 > 1: diverges; ∣an∣\lvert a_n\rvert dips to 6481\frac{64}{81} at n=3n = 3, then increases for ever.
  • c) Conditionally convergent: both tests give 11, the AST gives convergence, p=13p = \frac{1}{3} gives divergence of ∑∣an∣\sum\lvert a_n\rvert.
  • d) From some NN on, ∣an+1∣>∣an∣>0\lvert a_{n+1}\rvert > \lvert a_n\rvert > 0, so ∣an∣≥∣aN∣>0\lvert a_n\rvert \ge \lvert a_N\rvert > 0; the series diverges by the divergence test.
  • e) L=12<1L = \frac{1}{2} < 1: absolutely convergent.

a) ∣an+1an∣=3n+1(n+1)4n+1⋅n 4n3n=34⋅nn+1→34\left\lvert\frac{a_{n+1}}{a_n}\right\rvert = \frac{3^{n+1}}{(n+1)4^{n+1}} \cdot \frac{n\,4^n}{3^n} = \frac{3}{4} \cdot \frac{n}{n+1} \to \frac{3}{4}. L=34<1L = \frac{3}{4} < 1: the series converges ABSOLUTELY, hence converges. The sign (−1)n(-1)^n disappears in the absolute value; there is no need to check that the terms decrease or to invoke the alternating series test, and doing so costs time without earning a mark. The correct conclusion names absolute convergence, which is stronger than convergence.

b) ∣an+1an∣=4n+1(n+1)4⋅n44n=4(nn+1)4→4\left\lvert\frac{a_{n+1}}{a_n}\right\rvert = \frac{4^{n+1}}{(n+1)^4} \cdot \frac{n^4}{4^n} = 4\left(\frac{n}{n+1}\right)^4 \to 4. L=4>1L = 4 > 1: the series DIVERGES. On the figure, ∣a1∣=4\lvert a_1\rvert = 4, ∣a2∣=1\lvert a_2\rvert = 1, ∣a3∣=6481\lvert a_3\rvert = \frac{64}{81}, ∣a4∣=1\lvert a_4\rvert = 1, then 1024625\frac{1024}{625}, 25681\frac{256}{81}, and the terms keep growing. The ratio 4(nn+1)44\left(\frac{n}{n+1}\right)^4 is above 11 as soon as 2 n>n+1\sqrt{2}\,n > n + 1 (take fourth roots: 41/4=24^{1/4} = \sqrt{2}), that is n>12−1=2+1n > \frac{1}{\sqrt{2} - 1} = \sqrt{2} + 1, so from n=3n = 3 on each term is larger in absolute value than the previous one. The terms, far from tending to 00, tend to infinity in absolute value, while the signs alternate: it is not an alternating series question at all.

c) ∣an+1an∣=(nn+1)1/3→1\left\lvert\frac{a_{n+1}}{a_n}\right\rvert = \left(\frac{n}{n+1}\right)^{1/3} \to 1 and ∣an∣n=n−1/(3n)→1\sqrt[n]{\lvert a_n\rvert} = n^{-1/(3n)} \to 1: both tests are inconclusive. Alternating series test with bn=1n3b_n = \frac{1}{\sqrt[3]{n}}: bn>0b_n > 0, bn+1<bnb_{n+1} < b_n because the cube root is increasing, and bn→0b_n \to 0. So ∑(−1)nn3\sum\frac{(-1)^n}{\sqrt[3]{n}} converges. Absolute series: ∑1n1/3\sum\frac{1}{n^{1/3}} is a pp-series with p=13≤1p = \frac{1}{3} \le 1, it diverges. The series is CONDITIONALLY convergent. The ratio test, silent here, can never detect conditional convergence: it only ever sees ∣an∣\lvert a_n\rvert.

d) Choose rr with 1<r<L1 < r < L (for instance r=1+L2r = \frac{1 + L}{2}; if L=∞L = \infty take r=2r = 2). Since the ratios tend to LL, there is NN such that ∣an+1an∣>r>1\left\lvert\frac{a_{n+1}}{a_n}\right\rvert > r > 1 for all n≥Nn \ge N. Then ∣an+1∣>∣an∣\lvert a_{n+1}\rvert > \lvert a_n\rvert for n≥Nn \ge N, so ∣an∣≥∣aN∣>0\lvert a_n\rvert \ge \lvert a_N\rvert > 0 for all n≥Nn \ge N (in fact ∣an∣≥∣aN∣rn−N→∞\lvert a_n\rvert \ge \lvert a_N\rvert r^{n-N} \to \infty). The terms do not tend to 00, and ∑an\sum a_n diverges by the divergence test, whatever the signs. Conditional convergence requires ∑an\sum a_n to converge, hence an→0a_n \to 0: impossible here. So after a ratio or root limit above 11, the conclusion is simply diverges, never let us try the alternating series test.

e) Write an=(−1)nn!1⋅3⋯(2n−1)a_n = (-1)^n\frac{n!}{1 \cdot 3 \cdots (2n-1)}. Going from nn to n+1n + 1 multiplies the numerator by n+1n + 1 and the denominator by the next odd number, 2n+12n + 1: ∣an+1an∣=n+12n+1→12\left\lvert\frac{a_{n+1}}{a_n}\right\rvert = \frac{n+1}{2n+1} \to \frac{1}{2}. L=12<1L = \frac{1}{2} < 1: absolutely convergent. Terms defined by a product with a growing number of factors are the ratio test's home ground: the product collapses to its last factor. Writing both products out to their last factors, 1⋅3⋯(2n−1)(2n+1)1 \cdot 3 \cdots (2n-1)(2n+1) over 1⋅3⋯(2n−1)1 \cdot 3 \cdots (2n-1), is what makes the cancellation visible. Confusing the odd product with (2n)!(2n)! adds a spurious factor 2n+22n + 2 and gives L=0L = 0: the right verdict for a wrong reason, which loses the method mark.

Exercise 5: Ratio or root: recursions, oscillating ratios and n-th powers of factorials

The ratio test is made for terms that are built one from the previous, by a recursion or a product; the root test for terms raised to the power nn. Both tests require the limit to EXIST: a ratio that oscillates without settling puts the ratio test out of play, and another tool must take over.

  • a) Let a1=2a_1 = 2 and an+1=5n+14n+3 ana_{n+1} = \frac{5n+1}{4n+3}\,a_n for n≥1n \ge 1. Decide the convergence of ∑an\sum a_n.
  • b) Let a1=1a_1 = 1 and an+1=2+cos⁡nn ana_{n+1} = \frac{2 + \cos n}{\sqrt{n}}\,a_n. Decide the convergence of ∑an\sum a_n.
  • c) Show that the ratio test does not apply to ∑n=1∞2+(−1)n3n\sum_{n=1}^{\infty}\frac{2 + (-1)^n}{3^n}. Decide its convergence with the root test, then find its sum.
  • d) Decide the convergence of ∑n=1∞nn3n n!\sum_{n=1}^{\infty}\frac{n^n}{3^n\,n!}.
  • e) Decide the convergence of ∑n=1∞(n!)nnn2\sum_{n=1}^{\infty}\frac{(n!)^n}{n^{n^2}}.
Show the solution

Answers

  • a) L=54>1L = \frac{5}{4} > 1: diverges (the terms stay ≥127\ge \frac{12}{7}).
  • b) 0<an+1an≤3n0 < \frac{a_{n+1}}{a_n} \le \frac{3}{\sqrt{n}}, so L=0L = 0: converges.
  • c) The ratios alternate between 11 and 19\frac{1}{9}; the root test gives L=13L = \frac{1}{3}: converges, sum 34\frac{3}{4}.
  • d) L=e3<1L = \frac{e}{3} < 1: converges.
  • e) Root test: ann=n!nn≤1n→0\sqrt[n]{a_n} = \frac{n!}{n^n} \le \frac{1}{n} \to 0: converges.

a) No formula for ana_n is needed: the recursion gives the ratio directly. a1>0a_1 > 0 and the factor 5n+14n+3\frac{5n+1}{4n+3} is positive, so all terms are positive, and an+1an=5n+14n+3→54>1\frac{a_{n+1}}{a_n} = \frac{5n+1}{4n+3} \to \frac{5}{4} > 1: the series DIVERGES by the ratio test. As in Exercise 4 d), the terms themselves confirm it: the factor is ≥1\ge 1 as soon as 5n+1≥4n+35n + 1 \ge 4n + 3, i.e. n≥2n \ge 2, so a2=127a_2 = \frac{12}{7}, a3=1111a2=127a_3 = \frac{11}{11}a_2 = \frac{12}{7}, and the terms never go below 127\frac{12}{7} afterwards. A recursive definition is the clearest signal of the ratio test on a paper: the quotient is written in the statement.

b) Since −1≤cos⁡n≤1-1 \le \cos n \le 1, the factor satisfies 0<1n≤2+cos⁡nn≤3n0 < \frac{1}{\sqrt{n}} \le \frac{2 + \cos n}{\sqrt{n}} \le \frac{3}{\sqrt{n}}, so all terms are positive. The ratio an+1an=2+cos⁡nn\frac{a_{n+1}}{a_n} = \frac{2 + \cos n}{\sqrt{n}} has no simple formula for its limit, because cos⁡n\cos n itself has no limit, but it is squeezed: 0<an+1an≤3n→00 < \frac{a_{n+1}}{a_n} \le \frac{3}{\sqrt{n}} \to 0. By the squeeze theorem L=0<1L = 0 < 1 and the series converges. The oscillating numerator is harmless because it is BOUNDED and divided by something that goes to infinity; the squeeze is the sentence that makes the limit legitimate.

c) The terms are an=13na_n = \frac{1}{3^n} for odd nn and an=33na_n = \frac{3}{3^n} for even nn. For odd nn: an+1an=3/3n+11/3n=1\frac{a_{n+1}}{a_n} = \frac{3/3^{n+1}}{1/3^n} = 1; for even nn: an+1an=1/3n+13/3n=19\frac{a_{n+1}}{a_n} = \frac{1/3^{n+1}}{3/3^n} = \frac{1}{9}. The ratios alternate 1,19,1,19,…1, \frac{1}{9}, 1, \frac{1}{9}, \dots: they have no limit, so the ratio test does not apply (and certainly does not say diverges because some ratios equal 11). Root test: ann=(2+(−1)n)1/n3\sqrt[n]{a_n} = \frac{(2 + (-1)^n)^{1/n}}{3}, and 1≤(2+(−1)n)1/n≤31/n→11 \le (2 + (-1)^n)^{1/n} \le 3^{1/n} \to 1, so by the squeeze theorem L=13<1L = \frac{1}{3} < 1: converges. The sum: ∑n=1∞23n+∑n=1∞(−13)n=2⋅1/31−1/3+−1/31+1/3=1−14=34\sum_{n=1}^{\infty}\frac{2}{3^n} + \sum_{n=1}^{\infty}\left(-\frac{1}{3}\right)^n = 2 \cdot \frac{1/3}{1 - 1/3} + \frac{-1/3}{1 + 1/3} = 1 - \frac{1}{4} = \frac{3}{4}, splitting being legitimate because both geometric series converge. The root test is the stronger of the two: whenever the ratio limit exists the root limit exists and is equal, but not conversely.

d) an+1an=(n+1)n+13n+1(n+1)!⋅3n n!nn=13⋅(n+1)n+1(n+1) nn=13(n+1n)n=13(1+1n)n→e3\frac{a_{n+1}}{a_n} = \frac{(n+1)^{n+1}}{3^{n+1}(n+1)!} \cdot \frac{3^n\,n!}{n^n} = \frac{1}{3} \cdot \frac{(n+1)^{n+1}}{(n+1)\,n^n} = \frac{1}{3}\left(\frac{n+1}{n}\right)^n = \frac{1}{3}\left(1 + \frac{1}{n}\right)^n \to \frac{e}{3}. Since e<3e < 3, L<1L < 1: converges. The root test would need n!n\sqrt[n]{n!}, which is not available in this course; the factorial chose the ratio test. The cancellation to watch: (n+1)n+1=(n+1)(n+1)n(n+1)^{n+1} = (n+1)(n+1)^n and (n+1)!=(n+1) n!(n+1)! = (n+1)\,n!, so the two factors n+1n + 1 cancel.

e) The whole term is an nn-th power: an=(n!nn)na_n = \left(\frac{n!}{n^n}\right)^n, since nn2=(nn)nn^{n^2} = \left(n^n\right)^n. Root test: ann=n!nn\sqrt[n]{a_n} = \frac{n!}{n^n}. Bound it: n!nn=1n⋅2n⋯nn≤1n\frac{n!}{n^n} = \frac{1}{n} \cdot \frac{2}{n} \cdots \frac{n}{n} \le \frac{1}{n}, since each factor after the first is at most 11. So 0<ann≤1n→00 < \sqrt[n]{a_n} \le \frac{1}{n} \to 0, L=0L = 0: converges. The ratio test on this term would involve ((n+1)!)n+1(n!)n\frac{((n+1)!)^{n+1}}{(n!)^n} and (n+1)(n+1)2(n+1)^{(n+1)^2}, a page of algebra; the exponent nn on the whole term chose the root test in one line.

Part B: problems and reasoning (/50)

Exercise 6: Strategy: name the form, name the test, check its hypotheses

On a final exam the series comes without a chapter title. The work is to READ the general term before computing anything: do the terms tend to 00? Is it a known series? Does it contain factorials, products or constants to the power nn (ratio test), is it raised to the power nn (root test), is it rational or algebraic in nn (comparison), do its signs alternate (absolute value first, then the alternating series test)? Each verdict below must name its test and verify that test's hypotheses on the page.

For each series, say whether it converges absolutely, converges conditionally, or diverges.

  • a) ∑n=1∞n3+1n3+n\sum_{n=1}^{\infty}\frac{\sqrt{n^3 + 1}}{n^3 + n}
  • b) ∑n=1∞(−1)nln⁡nn\sum_{n=1}^{\infty}(-1)^n\frac{\ln n}{\sqrt{n}}
  • c) ∑n=1∞n100(1.01)n\sum_{n=1}^{\infty}\frac{n^{100}}{(1.01)^n}
  • d) ∑n=1∞nn2n2\sum_{n=1}^{\infty}\frac{n^n}{2^{n^2}}
  • e) ∑n=1∞arctan⁡nn2\sum_{n=1}^{\infty}\frac{\arctan n}{n^2}
Show the solution

Answers

  • a) Converges (absolutely): limit comparison with 1n3/2\frac{1}{n^{3/2}}.
  • b) Conditionally convergent: AST from n=8n = 8 on, and ln⁡nn≥1n\frac{\ln n}{\sqrt{n}} \ge \frac{1}{\sqrt{n}} for n≥3n \ge 3.
  • c) Converges (absolutely): ratio test, L=11.01<1L = \frac{1}{1.01} < 1.
  • d) Converges (absolutely): root test, L=lim⁡n2n=0L = \lim\frac{n}{2^n} = 0.
  • e) Converges (absolutely): 0<arctan⁡nn2<π2n20 < \frac{\arctan n}{n^2} < \frac{\pi}{2n^2}.

a) Form: algebraic in nn, a root of a polynomial over a polynomial. By Exercise 3 c) the ratio test would give 11, so go straight to a comparison. Dominant terms: n3/2n3=1n3/2\frac{n^{3/2}}{n^3} = \frac{1}{n^{3/2}}. Limit comparison with bn=1n3/2b_n = \frac{1}{n^{3/2}}, both sequences positive: anbn=n3/2n3+1n3+n=1+1/n31+1/n2→1\frac{a_n}{b_n} = \frac{n^{3/2}\sqrt{n^3 + 1}}{n^3 + n} = \frac{\sqrt{1 + 1/n^3}}{1 + 1/n^2} \to 1, finite and nonzero. ∑1n3/2\sum\frac{1}{n^{3/2}} converges (p=32>1p = \frac{3}{2} > 1), so the series converges; its terms are positive, so the convergence is absolute.

b) Form: alternating, with bn=ln⁡nnb_n = \frac{\ln n}{\sqrt{n}} (the term n=1n = 1 is 00). First, the absolute series: for n≥3n \ge 3, ln⁡n≥1\ln n \ge 1 so ln⁡nn≥1n\frac{\ln n}{\sqrt{n}} \ge \frac{1}{\sqrt{n}}, and ∑1n\sum\frac{1}{\sqrt{n}} diverges (p=12p = \frac{1}{2}): by direct comparison ∑∣an∣\sum\lvert a_n\rvert diverges, and the ratio or root test would only have said L=1L = 1. Then the alternating series test on bnb_n. Limit: ln⁡xx→0\frac{\ln x}{\sqrt{x}} \to 0 by L'Hôpital, 1/x1/(2x)=2x→0\frac{1/x}{1/(2\sqrt{x})} = \frac{2}{\sqrt{x}} \to 0. Decrease: with f(x)=ln⁡xxf(x) = \frac{\ln x}{\sqrt{x}}, f′(x)=2−ln⁡x2x3/2f'(x) = \frac{2 - \ln x}{2x^{3/2}}, negative for x>e2x > e^2, about 7.47.4. So bnb_n is decreasing from n=8n = 8 on, which is enough: the test applies to the tail ∑n≥8\sum_{n \ge 8}, and finitely many terms do not change convergence. Conclusion: CONDITIONALLY convergent. The decrease only from a certain rank must be said, with the rank; claiming it for all nn is false (b2<b3b_2 < b_3, since ln⁡22≈0.49\frac{\ln 2}{\sqrt{2}} \approx 0.49 and ln⁡33≈0.63\frac{\ln 3}{\sqrt{3}} \approx 0.63).

c) Form: a power of nn against a constant to the power nn. Ratio test, positive terms: an+1an=(n+1n)10011.01→11.01<1\frac{a_{n+1}}{a_n} = \left(\frac{n+1}{n}\right)^{100}\frac{1}{1.01} \to \frac{1}{1.01} < 1: converges. The terms grow for a very long time, as long as (1+1n)100>1.01\left(1 + \frac{1}{n}\right)^{100} > 1.01, that is for nn up to about ten thousand, and reach enormous values: irrelevant, as in Exercise 1 b). Any power of nn loses against any geometric growth of base greater than 11, and the ratio test says so in one line because the polynomial factor contributes 11 to LL.

d) Form: 2n2=(2n)n2^{n^2} = \left(2^n\right)^n, so the whole term is an nn-th power, an=(n2n)na_n = \left(\frac{n}{2^n}\right)^n. Root test, positive terms: ann=n2n→0\sqrt[n]{a_n} = \frac{n}{2^n} \to 0 (by L'Hôpital on x2x\frac{x}{2^x}: 12xln⁡2→0\frac{1}{2^x\ln 2} \to 0). L=0<1L = 0 < 1: converges. The exponent n2n^2 is the signal, and the classic slip is 2n2n=2n\sqrt[n]{2^{n^2}} = 2^n written as 2n2−n2^{n^2 - n} or as 22: an nn-th root divides the exponent by nn.

e) Form: a bounded function of nn over n2n^2. The ratio test would give L=1L = 1 (the arctangent ratio tends to 11 and n2(n+1)2→1\frac{n^2}{(n+1)^2} \to 1): useless. Direct comparison: for n≥1n \ge 1, 0<arctan⁡n<π20 < \arctan n < \frac{\pi}{2}, so 0<arctan⁡nn2<π2⋅1n20 < \frac{\arctan n}{n^2} < \frac{\pi}{2} \cdot \frac{1}{n^2}, and ∑π2n2\sum\frac{\pi}{2n^2} converges (p=2p = 2, times a constant). The inequality goes in the direction that concludes: SMALLER than a convergent series. The series converges, absolutely since its terms are positive. The figure below sums up the order in which the form was read in the five parts.

Read the general term, in this order:1. terms do not tend to 0?diverges2. geometric, p, telescoping?known verdict3. factorials, cⁿ, recursion?ratio test4. whole term to the power n?root test5. rational or algebraic in n?limit comparison6. signs that alternate?|aₙ| first, then AST7. f(x) easy to integrate?integral test

Exercise 7: Look-alike pairs: the same shape, two different tests

Each pair below contains two series that look almost identical. They do NOT call for the same test, and in every pair the two verdicts differ. For each series, name the test, check its hypotheses and conclude. The point of the exercise is the reason the test changes from one series to its twin.

  • a) ∑n=1∞arctan⁡1n\sum_{n=1}^{\infty}\arctan\frac{1}{n} and ∑n=1∞1narctan⁡1n\sum_{n=1}^{\infty}\frac{1}{n}\arctan\frac{1}{n}.
  • b) ∑n=1∞(n+12n+1)n\sum_{n=1}^{\infty}\left(\frac{n+1}{2n+1}\right)^n and ∑n=1∞(2n+12n)n\sum_{n=1}^{\infty}\left(\frac{2n+1}{2n}\right)^n.
  • c) ∑n=1∞n!(n+2)!\sum_{n=1}^{\infty}\frac{n!}{(n+2)!} and ∑n=1∞2n n!(n+2)!\sum_{n=1}^{\infty}\frac{2^n\,n!}{(n+2)!}.
  • d) ∑n=1∞cos⁡(nπ)n2/3\sum_{n=1}^{\infty}\frac{\cos(n\pi)}{n^{2/3}} and ∑n=1∞cos⁡n2n\sum_{n=1}^{\infty}\frac{\cos n}{2^n}.
  • e) ∑n=2∞1(ln⁡n)2\sum_{n=2}^{\infty}\frac{1}{(\ln n)^2} and ∑n=2∞1(ln⁡n)n\sum_{n=2}^{\infty}\frac{1}{(\ln n)^n}.
Show the solution

Answers

  • a) First diverges, second converges: limit comparison with 1n\frac{1}{n}, then with 1n2\frac{1}{n^2}.
  • b) First converges (root test, L=12L = \frac{1}{2}); second diverges (root test silent, an→e≠0a_n \to \sqrt{e} \ne 0).
  • c) First converges to 12\frac{1}{2} (telescoping); second diverges (ratio test, L=2L = 2).
  • d) First conditionally convergent (AST); second absolutely convergent (comparison with 12n\frac{1}{2^n}).
  • e) First diverges (1(ln⁡n)2>1n\frac{1}{(\ln n)^2} > \frac{1}{n}); second converges (root test, L=0L = 0).

a) Both have positive terms and arctan⁡1n→0\arctan\frac{1}{n} \to 0. The key limit is lim⁡x→0arctan⁡xx=1\lim_{x\to0}\frac{\arctan x}{x} = 1 (L'Hôpital: 1/(1+x2)1→1\frac{1/(1+x^2)}{1} \to 1). First series: limit comparison with 1n\frac{1}{n}, arctan⁡(1/n)1/n→1\frac{\arctan(1/n)}{1/n} \to 1, and ∑1n\sum\frac{1}{n} diverges, so ∑arctan⁡1n\sum\arctan\frac{1}{n} DIVERGES. Second: limit comparison with 1n2\frac{1}{n^2}, (1/n)arctan⁡(1/n)1/n2=arctan⁡(1/n)1/n→1\frac{(1/n)\arctan(1/n)}{1/n^2} = \frac{\arctan(1/n)}{1/n} \to 1, and ∑1n2\sum\frac{1}{n^2} converges, so it CONVERGES. The ratio test gives 11 on both, as on every term that behaves like a power of nn: the extra factor 1n\frac{1}{n} changes the comparison series, not the test.

b) Both are nn-th powers, so the root test first. First: ann=n+12n+1→12<1\sqrt[n]{a_n} = \frac{n+1}{2n+1} \to \frac{1}{2} < 1: CONVERGES. Second: ann=2n+12n→1\sqrt[n]{a_n} = \frac{2n+1}{2n} \to 1: inconclusive, and every root is ABOVE 11, which proves nothing either. The term itself: (1+12n)n=[(1+12n)2n]1/2→e1/2=e≠0\left(1 + \frac{1}{2n}\right)^n = \left[\left(1 + \frac{1}{2n}\right)^{2n}\right]^{1/2} \to e^{1/2} = \sqrt{e} \ne 0, so the second DIVERGES by the divergence test. The limit of the base decides the first; when it equals 11, the form 1∞1^\infty of the term decides the second.

c) First: n!(n+2)!=1(n+1)(n+2)\frac{n!}{(n+2)!} = \frac{1}{(n+1)(n+2)}: the factorials cancel completely and leave a rational term, so the ratio test would give 11. It is telescoping: 1(n+1)(n+2)=1n+1−1n+2\frac{1}{(n+1)(n+2)} = \frac{1}{n+1} - \frac{1}{n+2}, sN=12−1N+2→12s_N = \frac{1}{2} - \frac{1}{N+2} \to \frac{1}{2}: CONVERGES, with sum 12\frac{1}{2}. Second: the factor 2n2^n survives the cancellation, an=2n(n+1)(n+2)a_n = \frac{2^n}{(n+1)(n+2)}, and the ratio test applies: an+1an=2⋅n+1n+3→2>1\frac{a_{n+1}}{a_n} = 2 \cdot \frac{n+1}{n+3} \to 2 > 1: DIVERGES, the terms tending to infinity. A factorial in the statement is not a factorial in the term: simplify first, then read the form.

d) First: cos⁡(nπ)=(−1)n\cos(n\pi) = (-1)^n, so this is ∑(−1)nn2/3\sum\frac{(-1)^n}{n^{2/3}}. Absolute series: p=23≤1p = \frac{2}{3} \le 1, diverges. Alternating series test with bn=1n2/3b_n = \frac{1}{n^{2/3}}: positive, decreasing, limit 00. CONDITIONALLY convergent. Second: cos⁡n\cos n is NOT (−1)n(-1)^n; its signs follow no alternating pattern (cos⁡1>0\cos 1 > 0, cos⁡2<0\cos 2 < 0, cos⁡3<0\cos 3 < 0, cos⁡4<0\cos 4 < 0, cos⁡5>0\cos 5 > 0), so the alternating series test does not apply at all. Absolute values: ∣cos⁡n2n∣≤12n\left\lvert\frac{\cos n}{2^n}\right\rvert \le \frac{1}{2^n}, a convergent geometric series, so the series converges ABSOLUTELY by comparison. The ratio test is also out: ∣cos⁡(n+1)∣2∣cos⁡n∣\frac{\lvert\cos(n+1)\rvert}{2\lvert\cos n\rvert} has no limit, cos⁡n\cos n coming close to 00 again and again.

e) First: the logarithm grows more slowly than any power, and precisely ln⁡x<x\ln x < \sqrt{x} for x>0x > 0 (the function ln⁡xx\frac{\ln x}{\sqrt{x}} has its maximum 2e<1\frac{2}{e} < 1 at x=e2x = e^2). Squaring, (ln⁡n)2<n(\ln n)^2 < n, so 1(ln⁡n)2>1n\frac{1}{(\ln n)^2} > \frac{1}{n} for n≥2n \ge 2, and ∑1n\sum\frac{1}{n} diverges: by direct comparison the first series DIVERGES, in the direction that concludes (LARGER than a divergent series). Second: an nn-th power, root test: ann=1ln⁡n→0<1\sqrt[n]{a_n} = \frac{1}{\ln n} \to 0 < 1: CONVERGES. Same logarithm, but an exponent that grows with nn turns a series slower than the harmonic series into one faster than any geometric series.

Exercise 8: Five statements to correct

Each statement below was written on a MATH 141 practice paper, and each one is false or unjustified. Say what is wrong, give the correct statement, and settle it with a short computation or a counterexample.

  • a) The ratio test gives L=1L = 1 for ∑1n2\sum\frac{1}{n^2}, so the series diverges.
  • b) For ∑n=1∞1n!\sum_{n=1}^{\infty}\frac{1}{n!} the ratio test gives L=0L = 0, so the series behaves like a geometric series of ratio 00 and its sum is 11−0=1\frac{1}{1 - 0} = 1.
  • c) For ∑n=1∞(−5)nn 4n\sum_{n=1}^{\infty}\frac{(-5)^n}{n\,4^n} the ratio test gives L=54>1L = \frac{5}{4} > 1, so the series is not absolutely convergent; since it alternates, the alternating series test will tell whether it converges conditionally.
  • d) For ∑n=1∞4n(n!)2(2n)!\sum_{n=1}^{\infty}\frac{4^n(n!)^2}{(2n)!}: (2n+2)!(2n)!=2n+2\frac{(2n+2)!}{(2n)!} = 2n + 2, so an+1an=4(n+1)22n+2=2(n+1)→∞\frac{a_{n+1}}{a_n} = \frac{4(n+1)^2}{2n+2} = 2(n+1) \to \infty and the series diverges.
  • e) ∑n=1∞(−1)n+1n+13n\sum_{n=1}^{\infty}(-1)^{n+1}\frac{n+1}{3^n} converges by the alternating series test, so it is conditionally convergent.
Show the solution

Answers

  • a) False: L=1L = 1 is inconclusive; ∑1n2\sum\frac{1}{n^2} converges (p=2p = 2).
  • b) False: LL is not a ratio of a geometric series; s2=32s_2 = \frac{3}{2} already exceeds 11.
  • c) False: L>1L > 1 means the terms do not tend to 00; the series diverges.
  • d) Right verdict, wrong computation: L=1L = 1; the terms increase from a1=2a_1 = 2, so it diverges by the divergence test.
  • e) False: the ratio test gives L=13L = \frac{1}{3}, so it is ABSOLUTELY convergent.

a) FALSE. L=1L = 1 gives no information, in either direction: an+1an=(nn+1)2→1\frac{a_{n+1}}{a_n} = \left(\frac{n}{n+1}\right)^2 \to 1 for ∑1n2\sum\frac{1}{n^2}, which converges (pp-series with p=2>1p = 2 > 1), and nn+1→1\frac{n}{n+1} \to 1 for ∑1n\sum\frac{1}{n}, which diverges. Correct statement: the ratio test is inconclusive for ∑1n2\sum\frac{1}{n^2}; the pp-series test shows that it converges. When L=1L = 1, the verdict line must name ANOTHER test.

b) FALSE. The ratio test only compares the tail with SOME geometric series in order to prove convergence; the number LL is not the ratio of the series, and the test never gives the value of a sum. Here the terms are positive and s2=1+12=32>1s_2 = 1 + \frac{1}{2} = \frac{3}{2} > 1, so the sum is certainly not 11; it lies between 32\frac{3}{2} and 22, since 1n!≤12n−1\frac{1}{n!} \le \frac{1}{2^{n-1}} for n≥1n \ge 1 and ∑n≥112n−1=2\sum_{n\ge1}\frac{1}{2^{n-1}} = 2. Correct statement: L=0<1L = 0 < 1, so the series converges, and nothing more; its exact value is a question for Taylor series.

c) FALSE. By Exercise 4 d), L>1L > 1 forces ∣an+1∣>∣an∣\lvert a_{n+1}\rvert > \lvert a_n\rvert from some rank on, so an↛0a_n \not\to 0 and the series DIVERGES, the signed series included. Here ∣an∣=(5/4)nn\lvert a_n\rvert = \frac{(5/4)^n}{n}, which tends to infinity (exponential over linear). There is no conditional convergence to look for, and the alternating series test would fail its own hypothesis bn→0b_n \to 0. Correct statement: L=54>1L = \frac{5}{4} > 1, so ∑(−5)nn 4n\sum\frac{(-5)^n}{n\,4^n} diverges.

d) Right verdict, wrong reasoning. From (2n)!(2n)! to (2n+2)!(2n+2)! two factors are added: (2n+2)!(2n)!=(2n+2)(2n+1)\frac{(2n+2)!}{(2n)!} = (2n+2)(2n+1). So an+1an=4(n+1)2(2n+2)(2n+1)=2(n+1)2n+1→1\frac{a_{n+1}}{a_n} = \frac{4(n+1)^2}{(2n+2)(2n+1)} = \frac{2(n+1)}{2n+1} \to 1: the ratio test is INCONCLUSIVE. But the exact ratio says more: 2n+22n+1>1\frac{2n+2}{2n+1} > 1 for every nn, so the terms increase, and an≥a1=4⋅12=2a_n \ge a_1 = \frac{4 \cdot 1}{2} = 2. The terms do not tend to 00 and the series diverges by the divergence test. Correct statement: L=1L = 1, inconclusive; the terms increase from a1=2a_1 = 2, so the series diverges. The factorial slip turned an inconclusive test into a false certainty, and the conclusion scores nothing without the correct computation.

e) FALSE conclusion. The alternating series test does prove convergence (bn=n+13nb_n = \frac{n+1}{3^n} decreases to 00), but convergence by the AST does not mean conditional convergence: conditional means convergent AND not absolutely convergent. Check the absolute series first: ∣an+1∣∣an∣=n+23(n+1)→13<1\frac{\lvert a_{n+1}\rvert}{\lvert a_n\rvert} = \frac{n+2}{3(n+1)} \to \frac{1}{3} < 1, so ∑∣an∣\sum\lvert a_n\rvert converges. Correct statement: the series is ABSOLUTELY convergent, by the ratio test. On a strategy question, test ∣an∣\lvert a_n\rvert first: when it converges, the AST is not needed at all.

Exercise 9: Retransmissions on a noisy channel: an expected value as a series

A device sends a data packet over a noisy radio link. Each attempt succeeds with probability 12\frac{1}{2}, independently of the others, and the device retries until the packet gets through. The first success happens at attempt nn with probability (12)n−1⋅12=12n\left(\frac{1}{2}\right)^{n-1} \cdot \frac{1}{2} = \frac{1}{2^n}, so the expected number of attempts is E=∑n=1∞n2nE = \sum_{n=1}^{\infty}\frac{n}{2^n}. The figure shows the first terms an=n2na_n = \frac{n}{2^n}.

The engineer needs three things: that EE is a finite number, its value, and how many terms of the series must be added to know it to within 1100\frac{1}{100}.

123456789101112130.10.20.30.40.50.6aₙ = n/2ⁿn
  • a) Show that the series defining EE converges.
  • b) Let S=∑n=1∞n2nS = \sum_{n=1}^{\infty}\frac{n}{2^n}. Write S−12SS - \frac{1}{2}S as a single series and deduce SS. Why was a) necessary? Apply the same manipulation to T=∑n=0∞2nT = \sum_{n=0}^{\infty}2^n to see what happens without it.
  • c) Show that an+1an≤712\frac{a_{n+1}}{a_n} \le \frac{7}{12} for all n≥6n \ge 6, and deduce that the remainder R5=∑n=6∞anR_5 = \sum_{n=6}^{\infty}a_n satisfies R5≤940R_5 \le \frac{9}{40}.
  • d) Compute s5s_5 and the exact value of R5R_5, and compare with the bound of c).
  • e) Generalise c): show that RN≤(N+1)2N 2NR_N \le \frac{(N+1)^2}{N\,2^N}, and find the smallest NN for which this bound guarantees RN<1100R_N < \frac{1}{100}.
Show the solution

Answers

  • a) Ratio test: L=12<1L = \frac{1}{2} < 1, converges.
  • b) S−12S=∑n≥112n=1S - \frac{1}{2}S = \sum_{n\ge1}\frac{1}{2^n} = 1, so S=2S = 2; the algebra is valid only on convergent series (TT would give T=−1T = -1).
  • c) n+12n≤712\frac{n+1}{2n} \le \frac{7}{12} for n≥6n \ge 6; R5≤a61−7/12=332⋅125=940R_5 \le \frac{a_6}{1 - 7/12} = \frac{3}{32} \cdot \frac{12}{5} = \frac{9}{40}.
  • d) s5=5732s_5 = \frac{57}{32}, R5=732≤940R_5 = \frac{7}{32} \le \frac{9}{40}.
  • e) RN≤(N+1)2N 2NR_N \le \frac{(N+1)^2}{N\,2^N}; N=11N = 11 (bound 91408\frac{9}{1408}), N=10N = 10 fails.

a) Positive terms. an+1an=n+12n+1⋅2nn=n+12n→12\frac{a_{n+1}}{a_n} = \frac{n+1}{2^{n+1}} \cdot \frac{2^n}{n} = \frac{n+1}{2n} \to \frac{1}{2}. L=12<1L = \frac{1}{2} < 1: the series converges by the ratio test, so the expected number of attempts is a finite number. The factor nn contributes a 11 to the limit, the 2n2^n the whole 12\frac{1}{2}: a linear weight never defeats a geometric decay.

b) Since SS converges, so does 12S=∑n=1∞n2n+1=∑n=2∞n−12n\frac{1}{2}S = \sum_{n=1}^{\infty}\frac{n}{2^{n+1}} = \sum_{n=2}^{\infty}\frac{n-1}{2^n} (shift of index), and the difference of two convergent series can be taken term by term: S−12S=12+∑n=2∞n−(n−1)2n=∑n=1∞12n=1S - \frac{1}{2}S = \frac{1}{2} + \sum_{n=2}^{\infty}\frac{n - (n-1)}{2^n} = \sum_{n=1}^{\infty}\frac{1}{2^n} = 1. So 12S=1\frac{1}{2}S = 1 and S=E=2S = E = 2: on average two attempts. Every step (multiplying by 12\frac{1}{2}, shifting, subtracting) is legitimate only for CONVERGENT series, and a) is what makes it so. Without it: T=1+2+4+…T = 1 + 2 + 4 + \dots satisfies, by the same algebra, T=1+2TT = 1 + 2T, so T=−1T = -1, an absurd value for a sum of positive numbers. The manipulation computes a value that the series must have IF it has one; the ratio test provides the if.

c) The ratio n+12n=12+12n\frac{n+1}{2n} = \frac{1}{2} + \frac{1}{2n} decreases with nn, so for n≥6n \ge 6 it is at most its value at n=6n = 6: 712\frac{7}{12}. Hence a7≤712a6a_7 \le \frac{7}{12}a_6, a8≤(712)2a6a_8 \le \left(\frac{7}{12}\right)^2 a_6, and in general a6+k≤(712)ka6a_{6+k} \le \left(\frac{7}{12}\right)^k a_6. Summing a geometric series: R5=a6+a7+⋯≤a6(1+712+(712)2+… )=a61−7/12=125a6R_5 = a_6 + a_7 + \dots \le a_6\left(1 + \frac{7}{12} + \left(\frac{7}{12}\right)^2 + \dots\right) = \frac{a_6}{1 - 7/12} = \frac{12}{5}a_6. With a6=664=332a_6 = \frac{6}{64} = \frac{3}{32}: R5≤125⋅332=36160=940R_5 \le \frac{12}{5} \cdot \frac{3}{32} = \frac{36}{160} = \frac{9}{40}. This is the quantitative content of the ratio test: once the ratio is below a fixed r<1r < 1, the tail is dominated by a geometric series of ratio rr. The bound must use the LARGEST ratio on the tail, here the first one; using the limit 12\frac{1}{2} instead would give 2a6=3162a_6 = \frac{3}{16}, smaller than the true remainder: on the figure that geometric sequence passes UNDER the terms from n=7n = 7 on.

d) s5=12+24+38+416+532=16+16+12+8+532=5732s_5 = \frac{1}{2} + \frac{2}{4} + \frac{3}{8} + \frac{4}{16} + \frac{5}{32} = \frac{16 + 16 + 12 + 8 + 5}{32} = \frac{57}{32}. Since S=2=6432S = 2 = \frac{64}{32}, R5=64−5732=732R_5 = \frac{64 - 57}{32} = \frac{7}{32}. Compare with 940\frac{9}{40}: 732=35160\frac{7}{32} = \frac{35}{160} and 940=36160\frac{9}{40} = \frac{36}{160}, so the bound holds and is sharp, only 1160\frac{1}{160} above the truth. It is also true in general that RN=N+22NR_N = \frac{N+2}{2^N}, which one can check on N=5N = 5: 732\frac{7}{32}.

e) For n≥N+1n \ge N + 1 the ratio is at most its value at n=N+1n = N + 1: r=N+22(N+1)r = \frac{N+2}{2(N+1)}, and 1−r=2N+2−N−22(N+1)=N2(N+1)1 - r = \frac{2N + 2 - N - 2}{2(N+1)} = \frac{N}{2(N+1)}. As in c), RN≤aN+11−r=N+12N+1⋅2(N+1)N=(N+1)2N 2NR_N \le \frac{a_{N+1}}{1 - r} = \frac{N+1}{2^{N+1}} \cdot \frac{2(N+1)}{N} = \frac{(N+1)^2}{N\,2^N}; for N=5N = 5 it gives back 36160=940\frac{36}{160} = \frac{9}{40}. Now N=10N = 10: 12110⋅1024=12110240\frac{121}{10 \cdot 1024} = \frac{121}{10240}, above 1100\frac{1}{100} because 12100>1024012100 > 10240. N=11N = 11: 14411⋅2048=91408\frac{144}{11 \cdot 2048} = \frac{9}{1408}, below 1100\frac{1}{100} because 900<1408900 < 1408. So N=11N = 11 terms guarantee ∣S−sN∣<1100\lvert S - s_N\rvert < \frac{1}{100}. The exact remainders 121024\frac{12}{1024} and 132048\frac{13}{2048} lead to the same N=11N = 11: the geometric bound costs nothing here.

567891011120.020.040.060.080.1ratio 7/12: aboveratio 1/2: below, falseterms aₙ = n/2ⁿn

Exercise 10: A final exam problem: where the ratio test reaches its limit

This is the kind of question that closes a MATH 141 final: a family of series in which the ratio test settles most members at once and falls silent on exactly one, which must then be settled by hand. Consider an=cn n!nna_n = \frac{c^n\,n!}{n^n} for a fixed constant c>0c > 0, and then the series ∑(n!)2(kn)!\sum\frac{(n!)^2}{(kn)!} for a positive integer kk.

  • a) Show that ∣an+1an∣=c(1+1n)n\left\lvert\frac{a_{n+1}}{a_n}\right\rvert = \frac{c}{\left(1 + \frac{1}{n}\right)^n}, and decide the convergence of ∑n=1∞2n n!nn\sum_{n=1}^{\infty}\frac{2^n\,n!}{n^n}.
  • b) Decide the convergence of ∑n=1∞3n n!nn\sum_{n=1}^{\infty}\frac{3^n\,n!}{n^n}.
  • c) Now c=ec = e: ∑n=1∞en n!nn\sum_{n=1}^{\infty}\frac{e^n\,n!}{n^n}. Show that the ratio test is inconclusive. Prove that ln⁡(1+x)<x\ln(1 + x) < x for x>0x > 0, deduce that (1+1n)n<e\left(1 + \frac{1}{n}\right)^n < e for every n≥1n \ge 1, and conclude.
  • d) Decide the convergence of ∑(n!)2(kn)!\sum\frac{(n!)^2}{(kn)!} for k=1k = 1 and for k=3k = 3.
  • e) For which positive integers kk does ∑(n!)2(kn)!\sum\frac{(n!)^2}{(kn)!} converge? Give the value of LL for each kk.
Show the solution

Answers

  • a) L=2e<1L = \frac{2}{e} < 1: converges.
  • b) L=3e>1L = \frac{3}{e} > 1: diverges.
  • c) L=1L = 1; the ratio e(1+1/n)n>1\frac{e}{(1 + 1/n)^n} > 1, so an≥a1=ea_n \ge a_1 = e: diverges by the divergence test.
  • d) k=1k = 1: diverges (an=n!→∞a_n = n! \to \infty); k=3k = 3: L=0L = 0, converges.
  • e) Converges exactly for k≥2k \ge 2: L=∞L = \infty for k=1k = 1, 14\frac{1}{4} for k=2k = 2, 00 for k≥3k \ge 3.

a) an+1an=cn+1(n+1)!(n+1)n+1⋅nncn n!=c⋅(n+1) nn(n+1)n+1=c(nn+1)n=c(1+1n)n\frac{a_{n+1}}{a_n} = \frac{c^{n+1}(n+1)!}{(n+1)^{n+1}} \cdot \frac{n^n}{c^n\,n!} = c \cdot \frac{(n+1)\,n^n}{(n+1)^{n+1}} = c\left(\frac{n}{n+1}\right)^n = \frac{c}{\left(1 + \frac{1}{n}\right)^n}, all terms positive. Since (1+1n)n→e\left(1 + \frac{1}{n}\right)^n \to e, L=ceL = \frac{c}{e}. For c=2c = 2: L=2eL = \frac{2}{e}, and e≈2.72>2e \approx 2.72 > 2, so L<1L < 1: CONVERGES. Exercise 1 d) was the case c=1c = 1.

b) c=3c = 3: L=3e>1L = \frac{3}{e} > 1 since e<3e < 3: DIVERGES, and by Exercise 4 d) the terms themselves grow without bound. So the verdict switches somewhere between c=2c = 2 and c=3c = 3, and the ratio test locates the switch exactly: at c=ec = e, where L=1L = 1 and the test says nothing.

c) c=ec = e: L=ee=1L = \frac{e}{e} = 1, inconclusive. Let g(x)=x−ln⁡(1+x)g(x) = x - \ln(1 + x) for x≥0x \ge 0: g(0)=0g(0) = 0 and g′(x)=1−11+x=x1+x>0g'(x) = 1 - \frac{1}{1 + x} = \frac{x}{1 + x} > 0 for x>0x > 0, so gg is increasing and g(x)>0g(x) > 0 for x>0x > 0, that is ln⁡(1+x)<x\ln(1 + x) < x. With x=1nx = \frac{1}{n}: nln⁡(1+1n)<1n\ln\left(1 + \frac{1}{n}\right) < 1, so (1+1n)n<e\left(1 + \frac{1}{n}\right)^n < e for every n≥1n \ge 1 (the sequence increases TO ee from below). Therefore an+1an=e(1+1/n)n>1\frac{a_{n+1}}{a_n} = \frac{e}{(1 + 1/n)^n} > 1 for every nn: the terms increase, and an≥a1=e⋅11=ea_n \ge a_1 = \frac{e \cdot 1}{1} = e. The terms do not tend to 00: the series DIVERGES by the divergence test. This is the standard way out of L=1L = 1 when the ratio is known exactly: its limit is 11, but its SIDE of 11 tells whether the terms rise or fall. A ratio above 11 for all nn proves divergence; a ratio below 11 for all nn proves nothing (Exercise 3 b).

d) k=1k = 1: (n!)2n!=n!→∞\frac{(n!)^2}{n!} = n! \to \infty, so the series diverges by the divergence test (the ratio test also gives an+1an=n+1→∞\frac{a_{n+1}}{a_n} = n + 1 \to \infty). k=3k = 3: going from (3n)!(3n)! to (3n+3)!(3n+3)! adds THREE factors, (3n+3)(3n+2)(3n+1)(3n+3)(3n+2)(3n+1). So an+1an=(n+1)2(3n+3)(3n+2)(3n+1)=n+13(3n+2)(3n+1)\frac{a_{n+1}}{a_n} = \frac{(n+1)^2}{(3n+3)(3n+2)(3n+1)} = \frac{n+1}{3(3n+2)(3n+1)}, a degree 11 numerator over a degree 22 denominator: L=0<1L = 0 < 1, CONVERGES.

e) In general (kn+k)!=(kn+k)(kn+k−1)⋯(kn+1)⋅(kn)!(kn + k)! = (kn + k)(kn + k - 1)\cdots(kn + 1)\cdot(kn)!, kk new factors, each of order knkn, while the numerator gains only (n+1)2(n+1)^2. So an+1an=(n+1)2(kn+1)(kn+2)⋯(kn+k)\frac{a_{n+1}}{a_n} = \frac{(n+1)^2}{(kn+1)(kn+2)\cdots(kn+k)}: numerator of degree 22, denominator of degree kk. For k=1k = 1 the limit is ∞\infty (diverges); for k=2k = 2 the degrees are equal and the limit is the ratio of the leading coefficients, 12⋅2=14\frac{1}{2 \cdot 2} = \frac{1}{4} (this is Exercise 1 c), converges); for k≥3k \ge 3 the denominator wins and L=0L = 0 (converges). Answer: the series converges exactly for k≥2k \ge 2. Counting the new factors of a factorial is the whole exercise; the degree comparison then reads LL at a glance.

See also

Struggling with MATH 141?

I tutor first-year calculus at McGill and Concordia, in English or in French, in Montreal or online. Get in touch for a first session.

Site by Studio Squalli