Ratio Test for Convergence
| English | Chinese | Pinyin |
|---|---|---|
| Ratio Test | 比值判别法 | bǐ zhí pàn bié fǎ |
Comparing a term to the one before it
- When terms involve factorials or $n$th powers, comparisons are awkward. Use the Ratio Test 比值判别法 instead.
- It looks at how each term compares to the previous one — the ratio $\big|\tfrac{a_{n+1}}{a_n}\big|$ — in the limit.
- A ratio settling below $1$ means terms shrink geometrically fast, forcing convergence.
- It's the go-to test for factorials and exponentials.
The test
- Compute $\displaystyle L=\lim_{n\to\infty}\left|\dfrac{a_{n+1}}{a_n}\right|$.
- $L<1$: the series converges (absolutely).
- $L>1$ (or $L=\infty$): the series diverges.
- $L=1$: the test is inconclusive — use another test.
A ratio below 1 forces convergence
If the ratio of consecutive terms settles below $1$, terms shrink geometrically fast — the series converges.
In the Ratio Test, if $L=\lim|a_{n+1}/a_n|<1$, the series...
$L<1$ → converges.
The Ratio Test uses the absolute value of the ratio of consecutive terms.
$L=\lim|a_{n+1}/a_n|$.
Factorials and powers love the ratio test
- Factorials telescope beautifully: $\dfrac{(n+1)!}{n!}=n+1$ — the ratio simplifies enormously.
- Same for $n$th powers of a constant: $\dfrac{r^{n+1}}{r^n}=r$.
- So series like $\sum\tfrac{2^n}{n!}$ or $\sum\tfrac{n!}{n^n}$ are natural ratio-test problems.
- Write $\tfrac{a_{n+1}}{a_n}$, cancel, and take the limit.
If the Ratio Test gives $L=1$, then...
$L=1$ gives no information.
For $a_n=\tfrac{2^n}{n!}$, $\dfrac{a_{n+1}}{a_n}=$
$\frac{2^{n+1}/(n+1)!}{2^n/n!}=\frac{2}{n+1}$.
The Ratio Test works especially well for series with...
p-series give $L=1$ (useless); factorials/exponentials simplify nicely.
The $L=1$ dead zone
- When $L=1$, the ratio test gives no information — the series could converge or diverge.
- This happens for p-series (e.g. $\sum\tfrac1{n^2}$ gives $L=1$), where you'd use the p-series rule instead.
- So the ratio test shines on factorials/exponentials but is useless on plain powers of $n$.
- Recognize $L=1$ and switch tools.
Since $\lim\tfrac{2}{n+1}=0<1$, the series $\sum\tfrac{2^n}{n!}$...
$L=0<1$ → converges.
Take the absolute value of the ratio, and remember the three cases: $L<1$ converges, $L>1$ diverges, $L=1$ is inconclusive (don't guess — use another test). The ratio test is powerful for factorials/exponentials but gives $L=1$ (useless) on p-series like $\sum\tfrac1{n^p}$.
Does $\displaystyle\sum_{n=1}^{\infty}\dfrac{2^n}{n!}$ converge?
- $\dfrac{a_{n+1}}{a_n}=\dfrac{2^{n+1}/(n+1)!}{2^n/n!}=\dfrac{2}{n+1}$.
- $\displaystyle L=\lim_{n\to\infty}\dfrac{2}{n+1}=0<1$.
- Since $L<1$, the series converges.
The Ratio Test: $L=\lim\big|\frac{a_{n+1}}{a_n}\big|$. $L<1$ → converges, $L>1$ → diverges, $L=1$ → inconclusive. Ideal for factorials and exponentials (the ratios simplify); useless (gives $L=1$) on p-series.