Goal: decide whether the root test is even the right tool, and read off L when the term is a clean n-th power.
Recall Solution 1.1
The whole term is raised to the n-th power(⋯)n. That is the trigger for the root test: the n⋅ will cancel the outer power exactly.
n(2n+1n)n=2n+1n.What we did / why: taking the n-th root undoes "raise to the n-th," leaving the base. Now divide top and bottom by n:
2n+1n=2+1/n1n→∞21.
So L=21<1⇒converges absolutely.
Recall Solution 1.2
Root each factor separately:
nn45n=nn4n5n=(nn)45.Why this step:n5n=5 (an n-th root of an n-th power), and nn4=(n1/n)4.
Since nn→1, the denominator →14=1, so
L=15=5>1⇒diverges.
The exponential 5n on top beats the polynomial n4 — the polynomial factor is invisible to the root test.
Recall Solution 1.3
Perfect n-th power in the denominator:
n(arctann)n1=arctann1.Why this step:n(arctann)n=arctann because the base is fixed relative to the exponent.
As n→∞, arctann→2π≈1.5708, so
L=π/21=π2≈0.6366<1⇒converges.
Goal: use the standard limit nn→1 and algebra to get L when the term is a mix of powers.
Recall Solution 2.1
n3nn10=3(nn)10→3110=31<1.What/why: split the root over top and bottom; the top is (n1/n)10→1, the bottom is a clean 3. L=31⇒converges.
Recall Solution 2.2
The exponent is n2, not n — but the root test still shines because n(⋯)n2=(⋯)n:
n(1−n1)n2=(1−n1)n.Why this step:nxn2=xn2/n=xn. Now use the famous limit
(1−n1)n→e−1.Why this limit:(1+nc)n→ec; here c=−1. So
L=e−1=e1≈0.3679<1⇒converges.
Recall Solution 2.3
n5n2nn3=52(nn)3→52⋅1=52<1.What/why: the two exponentials root to their bases 2 and 5; the polynomial (n1/n)3→1. L=52⇒converges.
Recall Solution 2.4
n(n2+43n2+1)n=n2+43n2+1→3.Why this step: divide top and bottom by n2: 1+4/n23+1/n2→3. Since L=3>1⇒diverges.
Goal: spot the L=1 boundary, and know when the root test refuses to answer.
Recall Solution 3.1
nn(lnn)21=n1/n(lnn)2/n1.Why each piece:n1/n→1 (standard limit), and (lnn)2/n=en2lnlnn→e0=1 because nlnlnn→0 (even lnlnn grows far slower than n). Hence
L=1⋅11=1⇒inconclusive.What next: switch tools — the integral test shows this series converges, but the root test simply cannot see it.
Recall Solution 3.2
nnnn!=n(n!)1/n.Why this is subtle: the factorial n! is not a clean power. Use the known asymptotic (n!)1/n∼en (from Stirling: n!∼2πn(n/e)n, so (n!)1/n∼n/e). Then
L=n(n!)1/n→nn/e=e1≈0.3679<1⇒converges.Comment: the Ratio test here is even cleaner — anan+1=(n+1n)n→e−1, same L. This is why the two tests are cousins: for many series they hand you the same number.
Recall Solution 3.3
nn1+1/n1=n−(1+1/n)/n=e−n(1+1/n)lnn.Why the exponential form: to take a limit of a power with a moving exponent, rewrite xy=eylnx. The exponent is
−n(1+1/n)lnn→−1⋅0=0,
because nlnn→0. So L=e0=1⇒inconclusive. (Comparison shows it actually diverges, close to ∑1/n.)
Goal: combine the root test with power-series ideas and choose between root and ratio.
Recall Solution 4.1
Here an=n2nxn. Take the root:
n∣an∣=2(nn)∣x∣→2∣x∣.Why:∣x∣n roots to ∣x∣, 2n roots to 2, and nn→1. Convergence requires L<1:
2∣x∣<1⟺∣x∣<2.
So the radius of convergence is R=2 (compare Radius of convergence, Cauchy–Hadamard). Check endpoints separately (root test is silent there since L=1):
x=2: ∑n2n2n=∑n1diverges.
x=−2: ∑n2n(−2)n=∑n(−1)nconverges conditionally (alternating harmonic — the alternating series test gives convergence, but ∑n1 shows it is not absolutely convergent, which is precisely why the root test, an absolute-convergence test, stays silent here).
Interval of convergence:[−2,2).
Recall Solution 4.2
The exponent n2 makes the root test natural (it turns n2 into n):
n(n+1n)n2=(n+1n)n=(1−n+11)n.Why:nxn2=xn. As n→∞, (1−n+11)n→e−1 (same (1+nc)n→ec idea, c=−1). So
L=e−1=e1≈0.3679<1⇒converges.
The ratio test would force you to simplify (n+2n+1)(n+1)2/(n+1n)n2 — algebra hell. Root wins.
Recall Solution 4.3
n(n+1pn)n=n+1pn→p.Why:n+1pn=1+1/np→p. So L=p.
p<1: L<1⇒converges.
p>1: L>1⇒diverges.
p=1: L=1, root test inconclusive. Then an=(n+1n)n→e−1=0, so by the n-th term divergence test it diverges.
Goal: handle limsup (non-existent ordinary limit), and prove structural facts.
Recall Solution 5.1
Compute the two subsequential values of nan:
even n: n2−n=21,
odd n: n3−n=31.
Why limsup: the sequence nan oscillates between 21 and 31, so no single limit exists. The limsup is the largest subsequential limit:
L=limsupn→∞nan=max(21,31)=21<1.L=21<1⇒converges absolutely. (This is exactly why the parent note defines L with limsup — so the test always has a value even when the plain limit fails.)
Recall Solution 5.2
For large n the denominator is dominated by 3n (the n3 is negligible). Root it:
n3n+n32n=n3n+n32.Why this step: factor the largest term out of the denominator: 3n+n3=3n(1+3nn3), so
n3n+n3=3(1+3nn3)1/n.Why the bracket's root →1: write εn=3nn3, which →0 (exponential beats polynomial). Then
(1+εn)1/n=enln(1+εn),
and the exponent nln(1+εn)→∞ln(1+0)=∞0=0, so the bracket's root →e0=1. Therefore
L=3⋅12=32<1⇒converges.
Recall Solution 5.3
Step 1 — the root of the square. For each n,
n∣an∣2=(n∣an∣)2.Why:∣an∣2=(∣an∣)2, and taking the n-th root commutes with squaring: (x)2/n=(x1/n)2.
Step 2 — pass the limit through the square. Squaring is continuous, so
limn(n∣an∣)2=(limnn∣an∣)2=L2.Step 3 — conclusion. If L<1 then L2<1 too (squaring a number in [0,1) keeps it in [0,1)). By the root test applied to ∑an2, that series also converges absolutely. So absolute convergence via the root test is inherited by the squared series. ■
Recall Self-test checklist (reveal to grade yourself)
Root cancels the n-th power ::: yes — n(⋯)n=(⋯)
Polynomial factor nk roots to ::: 1L=1 means ::: inconclusive, switch tools
Endpoints of a power-series interval need ::: separate manual testing
When plain limit fails, use ::: limsup (largest subsequential limit)