Get in touch

Contact Form Demo

Ratio Test Calculator

Determine convergence of series $\sum a_n$ using $L = \lim_{n \to \infty} |\frac{a_{n+1}}{a_n}|$

$$ \sum_{n=1}^{\infty} \frac{2^n}{n!} $$
General Term ($a_n$)
Examples:
n
^
(
)
+
!
*
/
ln
e
1
2
3
.
CLR
Conclusion
Ratio Sequence Visualization
Step-by-Step Solution
👨‍🏫
By Prof. David Anderson
Professor of Mathematics | 20+ Years Experience
"In Calculus II, the Ratio Test is your best friend when dealing with factorials ($n!$) and exponentials ($a^n$). Unlike the Integral Test which requires integration, the Ratio Test only asks for a limit. I designed this Ratio Test Calculator to handle the tricky algebraic simplifications so you can focus on determining Absolute Convergence instantly."

The Ultimate Guide to the Ratio Test: Convergence, Factorials, and Power Series

How to Use a Ratio Test Calculator for Infinite Series and Radius of Convergence

The Ratio Test (also known as D'Alembert's Ratio Test) is one of the most powerful tools for determining the convergence of an Infinite Series. It is particularly effective for series containing factorials ($n!$) and exponentials ($k^n$), where other tests like the Root Test or Integral Test become mathematically difficult.

Whether you are checking for absolute convergence or finding the Radius of Convergence for a Power Series, using a Ratio Test Calculator with steps helps you simplify complex fractions and evaluate limits correctly.

1. The Ratio Test Formula

The test involves taking the limit of the absolute ratio of the $(n+1)$-th term to the $n$-th term as $n$ goes to infinity.

Ratio Test Limit (L)
$$ L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| $$

2. The Intuition: Why it Works

Why does taking a ratio tell us about convergence? The Ratio Test basically compares your series to a Geometric Series.

Thinking like a Professor

If the limit is $L=0.5$, it means that, eventually, each term is roughly half the size of the previous term ($a_{n+1} \approx 0.5 a_n$). Since a Geometric Series with $r=0.5$ converges, your series converges too!

3. The 3 Rules of Convergence

Once you calculate the limit $L$ using our Series Convergence Calculator, the result tells you the fate of the series:

L < 1

Converges Absolutely

The series terms shrink fast enough to have a finite sum.

L > 1

Diverges

The terms grow or do not shrink fast enough. The sum is $\infty$.

L = 1

Inconclusive

The Ratio Test fails. You must try the Integral Test or Comparison Test.

4. The "L=1" Inconclusive Trap

When $L=1$, the Ratio Test gives no information. This typically happens for rational functions (polynomials over polynomials).

Series Term $a_n$ Ratio Test Limit Actual Result
Harmonic Series $1/n$ $L = 1$ Diverges
p-Series ($p=2$) $1/n^2$ $L = 1$ Converges

*If you get L=1, do not guess! Use the Limit Comparison Test or Integral Test instead.

5. How to Perform the Ratio Test (Step-by-Step)

Manual calculation involves algebra with fractions. Here is the standard protocol used by our Ratio Test Solver.

Step 1 Form the Ratio $\frac{a_{n+1}}{a_n}$
Replace every $n$ in your series with $(n+1)$ to get $a_{n+1}$. Then divide this by the original $a_n$.
Tip: Multiplying by the reciprocal is easier: $a_{n+1} \times \frac{1}{a_n}$.
Step 2 Simplify Terms
Group similar terms together. Use exponent rules and factorial properties to cancel terms out.
Key Rule: $\frac{(n+1)!}{n!} = n+1$
Step 3 Evaluate the Limit
Find the limit of the simplified expression. Compare the result $L$ to 1 to determine convergence.

6. Master Class: Examples

Type A: Factorials (The Classic)
Convergent

Test the convergence of $\sum_{n=1}^{\infty} \frac{2^n}{n!}$.

1. Setup Ratio
$$ \left| \frac{2^{n+1}}{(n+1)!} \cdot \frac{n!}{2^n} \right| $$
2. Group Terms
$$ \frac{2^{n+1}}{2^n} \cdot \frac{n!}{(n+1)!} $$
3. Simplify
$$ 2 \cdot \frac{1}{n+1} = \frac{2}{n+1} $$
4. Limit Result
$$ \lim_{n \to \infty} \frac{2}{n+1} = 0 $$

Since $L = 0 < 1$, the series Converges Absolutely.

Type B: Power Series (Radius)
Advanced

Find the Radius of Convergence for $\sum \frac{(x-3)^n}{n}$.

1. Setup Limit
$$ L = \lim \left| \frac{(x-3)^{n+1}}{n+1} \cdot \frac{n}{(x-3)^n} \right| $$
2. Simplify
$$ L = |x-3| \lim \frac{n}{n+1} = |x-3| \cdot 1 $$
3. Solve Condition
Converges if $L < 1 \implies |x-3| < 1$
Radius of Convergence $R = 1$.

Note on Endpoints: You must test $x=2$ and $x=4$ separately using other tests (like the Alternating Series Test). The Ratio Test is inconclusive at the endpoints.

7. Ratio Test vs. Root Test vs. Integral Test

Test Best Used For... Difficulty
Ratio Test Factorials ($n!$), Exponentials ($a^n$) Easy Algebra
Root Test Terms raised to $n$-th power $(b_n)^n$ Medium
Integral Test Functions easy to integrate ($xe^{-x^2}$) Hard (Requires Integration)

8. Professor's FAQ

Q: Why does the Ratio Test fail when L=1?
When $L=1$, the Ratio Test is Inconclusive. This usually happens with rational functions like $\sum \frac{1}{n}$ or $\sum \frac{1}{n^2}$. In these cases, the ratio of terms approaches 1 very slowly. You must switch to the Comparison Test, Integral Test, or p-Series Test to find the answer.
Q: How do I find the Interval of Convergence?
First, use the Ratio Test to find the open interval (e.g., $|x-3|<1 \implies 2 < x < 4$). Then, you MUST check the endpoints ($x=2$ and $x=4$) individually by plugging them back into the original series. The Ratio Test cannot check endpoints because $L=1$ there.
Q: What is Absolute Convergence?
Absolute Convergence means the series $\sum |a_n|$ converges. If a series converges absolutely, it also converges normally. The Ratio Test naturally tests for absolute convergence because it uses absolute value bars $|\dots|$.
Q: Can I use Ratio Test for p-series like 1/n^2?
No! For any p-series $\sum \frac{1}{n^p}$, the Ratio Test limit will always be $L=1$ (Inconclusive). Do not waste time using the Ratio Test on polynomial fractions; use the Limit Comparison Test instead.
Q: Does this calculator calculate the sum?
No. The Ratio Test Calculator determines Convergence (whether a sum exists) or Divergence. It does not calculate the actual numerical sum value ($S$). For geometric series sums, use our Geometric Series Calculator.
Q: Why are Factorials so important here?
Factorials ($n!$) grow extremely fast. When you divide $(n+1)!$ by $n!$, you get a simple $n+1$. This massive simplification makes the Ratio Test the only viable method for series containing factorials.

References & Further Reading

  • Stewart, J. (2020). Calculus: Early Transcendentals (9th ed.). Cengage Learning. (Section 11.6: Ratio and Root Tests).
  • Paul's Online Math Notes. "Series - The Ratio Test." Lamar University.
  • Larson, R., & Edwards, B. H. (2022). Calculus (12th ed.). (Chapter 9: Infinite Series).

Test Convergence Now

Handling factorials or power series? Get step-by-step limits and find the Radius of Convergence instantly.

Check Convergence