You want to determine whether the series Σ(3n/(4n+1))ⁿ converges. Which test is most natural, and what is the conclusion?
ARatio Test: compute the ratio of consecutive terms; it concludes divergence
BRoot Test: take the nth root to get L = 3/4 < 1, conclude absolute convergence
CComparison Test: compare to the harmonic series and conclude divergence
DIntegral Test: integrate (3x/(4x+1))^x and conclude convergence
The nth term is raised to the nth power — exactly the structure where the Root Test shines, because the nth root removes the exponent: |aₙ|^(1/n) = 3n/(4n+1) → 3/4 as n → ∞. Since L = 3/4 < 1, the series converges absolutely. The Ratio Test could work but requires computing the ratio of (3n/(4n+1))ⁿ and (3(n+1)/(4(n+1)+1))^(n+1), which is significantly messier. Whenever you see (expression)^n as the nth term, the Root Test is the natural first choice.
Question 2 Multiple Choice
You apply the Root Test to a series and compute L = lim_{n→∞} |aₙ|^{1/n} = 1. What can you conclude?
AThe series converges absolutely, because L = 1 means the terms shrink at a geometric rate
BThe series diverges, because L = 1 means the terms do not go to zero
CThe series converges conditionally but not absolutely
DThe test is inconclusive — both convergent and divergent series can yield L = 1
L = 1 is the Root Test's inconclusive zone. The harmonic series Σ1/n diverges and gives L = 1; the p-series Σ1/n² converges and also gives L = 1. When L = 1, the Root Test provides no information about convergence. You must switch to a different test — Comparison, Limit Comparison, Integral Test, or p-series recognition. This is the most common error: treating L = 1 as a conclusion rather than a signal to switch tests.
Question 3 True / False
The Root Test and Ratio Test are theoretically equivalent in power: when both are applicable and the limits exist, they yield the same value of L.
TTrue
FFalse
Answer: True
Both tests ultimately compare the series to a geometric series. When both are applicable and the limits exist, they yield the same L and therefore the same conclusion (converge if L < 1, diverge if L > 1, inconclusive if L = 1). The difference is computational convenience: the Root Test handles nth-power expressions cleanly, while the Ratio Test handles factorials cleanly. Choosing the right test saves computation, but theoretically they are equivalent in what they can detect.
Question 4 True / False
If the Root Test gives L = 1, the series converges conditionally.
TTrue
FFalse
Answer: False
L = 1 is simply inconclusive — the Root Test gives no information whatsoever. Conditional convergence is a specific property (the series converges but not absolutely) that cannot be determined from L = 1 alone. The harmonic series Σ1/n (which diverges outright) and the alternating harmonic series Σ(−1)ⁿ/n (which converges conditionally) both produce L = 1. The test cannot distinguish among these cases.
Question 5 Short Answer
Why is the Root Test particularly well-suited for series of the form Σ(f(n))ⁿ, and what happens algebraically when you apply it?
Think about your answer, then reveal below.
Model answer: The Root Test computes L = lim_{n→∞} |aₙ|^{1/n}. When aₙ = (f(n))ⁿ, taking the nth root gives |aₙ|^{1/n} = |(f(n))ⁿ|^{1/n} = |f(n)|^{n·(1/n)} = |f(n)|. The exponent n cancels exactly with the 1/n from the root, leaving a simple limit of |f(n)| as n → ∞. This algebraic cancellation is precisely what makes the test powerful for these series: a seemingly complex nth-power expression collapses to a straightforward limit.
By contrast, applying the Ratio Test to (f(n))^n requires computing (f(n+1))^{n+1} / (f(n))^n, which involves both a changing ratio and a changing exponent — usually messier. The Root Test is the right tool not just because it works, but because it makes the computation almost trivial for this class of series. Recognizing the (expression)^n pattern is the key skill.