Vocab
Sequence
Math glossarySequence
a1,a2,a3,a_1,a_2,a_3,\ldots

An ordered list whose terms are indexed.

Learn more
Series
Math glossarySeries
n=1an\sum_{n=1}^\infty a_n

A sum of the terms of a sequence.

Learn more
Convergence
Math glossaryConvergence
anLa_n\to L

Approach to a finite limiting value.

Learn more
Power series
Math glossaryPower series
n=0cn(xa)n\sum_{n=0}^\infty c_n(x-a)^n

An infinite polynomial centered at a point.

Learn more
Taylor series
Math glossaryTaylor series
n=0f(n)(a)n!(xa)n\sum_{n=0}^\infty\frac{f^{(n)}(a)}{n!}(x-a)^n

A power series built from all derivatives at a center.

Learn more
Math glossary

Ratio test or root test? Choose from the series structure

Use ratios for factorial and product growth, roots for whole expressions raised to n, and recognize when either test returns no decision.

LaTeX article Updated July 13, 2026

L=limnan+1anorL=limnannL=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|\quad\text{or}\quad L=\lim_{n\to\infty}\sqrt[n]{|a_n|}

Ratios cancel factorial and product structure

The ratio aₙ₊₁/aₙ is efficient when shifting n to n + 1 creates large cancellations, especially with factorials, exponentials, and consecutive products.

Write the shifted term carefully before dividing. Most ratio-test errors come from an incorrect (n + 1)! or exponent.

(n+1)!n!=n+1\frac{(n+1)!}{n!}=n+1

Nth roots expose repeated powers

The root test is natural when the entire term has the form [bₙ]ⁿ or contains several factors raised to n. The nth root removes that outer exponent immediately.

Absolute values are built into both tests. A conclusion L < 1 therefore proves absolute convergence, which is stronger than conditional convergence.

(2n3n+1)nn=2n3n+1\sqrt[n]{\left|\left(\frac{2n}{3n+1}\right)^n\right|}=\left|\frac{2n}{3n+1}\right|

A limit of one means change methods

When L = 1, neither test says the series converges or diverges. Harmonic and p-series examples show why no universal conclusion is possible.

Move to comparison, integral, alternating-series, or another structure-appropriate test rather than repeating the same inconclusive calculation.

1n: L=1 and diverges1n2: L=1 and converges\sum\frac1n:\ L=1\text{ and diverges}\qquad\sum\frac1{n^2}:\ L=1\text{ and converges}

Worked example

Common mistakes

  • Declaring convergence when L = 1.
  • Forgetting absolute values around a sign-changing term.
  • Using the ratio test when an nth root would remove the main complexity at once.

Keep these ideas

  • Factorials favor ratios.
  • Whole nth powers favor roots.
  • L = 1 requires a different test.