AP-CALCBC-10.8-10.9

U10.8 Ratio Test, Absolute and Conditional Convergence

Master the Ratio Test for AP Calculus BC: compute the limit L, decide convergence, and distinguish absolute from conditional convergence with clear examples.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U10.8 Ratio Test, Absolute and Conditional Convergence, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

The Ratio Test is the workhorse of AP Calculus BC series analysis. It handles factorials, exponentials, and power series that stump comparison and integral tests, and it is the engine behind finding a radius of convergence later in the unit. In this lesson you will learn to compute the ratio limit L=limnan+1anL=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right| and read off convergence, divergence, or an inconclusive verdict.

You will also sort every convergent series into two boxes: absolutely convergent (the absolute-value series converges too) and conditionally convergent (the series converges only because of sign cancellation). Getting this classification right is a common free-response and multiple-choice target.

How the Ratio Test Works

The Ratio Test examines how consecutive terms compare in the long run. For a series an\sum a_n, computeL=limnan+1an.L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|.The absolute value is essential — the test works regardless of sign because it measures magnitude shrinkage. The conclusions are:
Value of LLConclusion
L<1L<1an\sum a_n converges absolutely
L>1L>1 (or L=L=\infty)an\sum a_n diverges
L=1L=1Inconclusive — use another test
Why L<1L<1 works: if the ratio of magnitudes approaches something less than 11, the terms eventually behave like a geometric series with ratio below 11, which converges. When L>1L>1, terms grow, so an↛0a_n\not\to 0 and the series diverges by the nnth-term test.

The Ratio Test is your first choice whenever the general term contains a factorial like n!n!, a term raised to the nnth power like 2n2^n, or a product that telescopes when you form an+1an\frac{a_{n+1}}{a_n}. It is a poor choice for rational functions of nn (like nn2+1\frac{n}{n^2+1}), where the ratio tends to 11 and the test is inconclusive.

Setting Up and Simplifying the Ratio

The mechanical skill is writing an+1a_{n+1} correctly, then dividing. Replace every nn in ana_n with n+1n+1 to build an+1a_{n+1}, then form the quotient and simplify before taking the limit.

Key simplifications you must know:(n+1)!n!=n+1,xn+1xn=x,(n+1)2n21.\frac{(n+1)!}{n!}=n+1,\qquad \frac{x^{n+1}}{x^n}=x,\qquad \frac{(n+1)^2}{n^2}\to 1.Dividing rather than expanding is the trick: never multiply out n!n!. Instead cancel. For example, with an=2nn!a_n=\frac{2^n}{n!},an+1an=2n+1(n+1)!n!2n=2n+10<1,\left|\frac{a_{n+1}}{a_n}\right|=\frac{2^{n+1}}{(n+1)!}\cdot\frac{n!}{2^n}=\frac{2}{n+1}\to 0<1,so the series converges absolutely.

A common misconception is forgetting that polynomial factors alone give L=1L=1. If an=n+1n3+2a_n=\frac{n+1}{n^3+2}, the ratio limit is 11 and the Ratio Test tells you nothing — you would switch to a comparison or pp-series argument. So before committing, glance at the term: factorials or nnth powers mean the Ratio Test will resolve; pure polynomials or roots usually will not.

Absolute vs. Conditional Convergence

Once you know an\sum a_n converges, you must classify how it converges. Look at the absolute-value series an\sum |a_n|.
Casean\sum a_nan\sum |a_n|Label
1convergesconvergesabsolutely convergent
2convergesdivergesconditionally convergent
3divergesdivergesdivergent
Absolute convergence is the stronger condition: if an\sum |a_n| converges, then an\sum a_n automatically converges. That is why L<1L<1 in the Ratio Test guarantees absolute convergence — the test is applied to magnitudes.

Conditional convergence appears mostly with alternating series. The classic example is (1)nn\sum \frac{(-1)^{n}}{n}: it converges by the Alternating Series Test, but 1n\sum \frac{1}{n} is the harmonic series, which diverges. So the original series converges only because positive and negative terms cancel — that is conditional convergence.

Exam strategy: to classify, first test an\sum |a_n|. If it converges, you are done — absolute. If it diverges, go back and check whether an\sum a_n itself converges (usually via the Alternating Series Test). Convergence there means conditional; divergence means the whole series diverges.

How the Exam Tests This

On the AP exam this topic shows up in three predictable ways. First, direct multiple-choice: a series with a factorial or exponential where you compute LL and pick the verdict. Second, classification questions asking whether a given alternating series is absolutely convergent, conditionally convergent, or divergent — you must justify with two separate tests. Third, as a building block in Unit 10.13, where the Ratio Test produces the radius of convergence of a power series by solving L<1L<1 as an inequality in xx.

A frequent trap: students report L<1L<1 and stop, forgetting the endpoints or forgetting to state "absolutely." Another trap is applying the Alternating Series Test to conclude convergence and then wrongly labeling it conditional without checking the absolute series — an alternating series can be absolutely convergent.

Justification matters for free response. Write the limit expression, show the algebra, state the numerical value of LL, and name the conclusion. For classification, explicitly name both tests used. Full-credit rubrics reward the correct comparison to 11 and the correct label, not just the final word.

Key terms

Ratio Test.
A convergence test using L=limnan+1/anL=\lim_{n\to\infty}|a_{n+1}/a_n|; converges absolutely if L<1L<1, diverges if L>1L>1, inconclusive if L=1L=1.
Absolute convergence.
The property that an\sum |a_n| converges. This guarantees an\sum a_n converges as well.
Conditional convergence.
When an\sum a_n converges but an\sum |a_n| diverges — convergence depends on cancellation of signs.
nnth-term (divergence) test.
If an↛0a_n\not\to 0, then an\sum a_n diverges; this is why L>1L>1 forces divergence.
Alternating Series Test.
If terms alternate in sign, decrease in magnitude, and tend to zero, the series converges; used to check the original series in conditional cases.
Inconclusive case (L=1L=1).
When the ratio limit equals 11, the Ratio Test gives no information and another test must be applied.

Worked example

Determine whether the series n=1(1)n3nn!\sum_{n=1}^{\infty} \frac{(-1)^n \, 3^n}{n!} converges absolutely, converges conditionally, or diverges.
Apply the Ratio Test to the magnitudes. Let an=(1)n3nn!a_n=\frac{(-1)^n 3^n}{n!}, so an=3nn!|a_n|=\frac{3^n}{n!}.

Form the ratio:an+1an=3n+1(n+1)!n!3n.\left|\frac{a_{n+1}}{a_n}\right|=\frac{3^{n+1}}{(n+1)!}\cdot\frac{n!}{3^n}.Simplify using 3n+13n=3\frac{3^{n+1}}{3^n}=3 and n!(n+1)!=1n+1\frac{n!}{(n+1)!}=\frac{1}{n+1}:an+1an=3n+1.\left|\frac{a_{n+1}}{a_n}\right|=\frac{3}{n+1}.Take the limit:L=limn3n+1=0.L=\lim_{n\to\infty}\frac{3}{n+1}=0.Since L=0<1L=0<1, the Ratio Test says an\sum |a_n| converges. Because the absolute-value series converges, the original series converges absolutely.

Final answer: the series converges absolutely. Note there is no need to run the Alternating Series Test — absolute convergence is the stronger conclusion and already guarantees convergence.

Practice questions

What does the Ratio Test conclude for n=1n!10n\sum_{n=1}^{\infty} \frac{n!}{10^n}?
  1. The series converges absolutely
  2. The series converges conditionally
  3. The series diverges
  4. The test is inconclusive

Answer: The series diverges

Compute an+1an=(n+1)!10n+110nn!=n+110\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)!}{10^{n+1}}\cdot\frac{10^n}{n!}=\frac{n+1}{10}. As nn\to\infty this limit is >1\infty>1, so the series diverges. Factorials grow faster than any exponential, so the terms blow up.
Classify n=1(1)n+1n\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\sqrt{n}} as absolutely convergent, conditionally convergent, or divergent. Justify with appropriate tests.

Answer: Conditionally convergent

First test the absolute series 1n=n1/2\sum \frac{1}{\sqrt{n}}=\sum n^{-1/2}. This is a pp-series with p=121p=\tfrac12\le 1, so it diverges — the series is not absolutely convergent. Now test the original alternating series: the terms 1n\frac{1}{\sqrt{n}} decrease to 00, so by the Alternating Series Test (1)n+1n\sum \frac{(-1)^{n+1}}{\sqrt{n}} converges. Converging while its absolute series diverges makes it conditionally convergent.
For which of the following does the Ratio Test give an inconclusive result?
  1. 2nn!\sum \frac{2^n}{n!}
  2. n2n3+1\sum \frac{n^2}{n^3+1}
  3. n!5n\sum \frac{n!}{5^n}
  4. 5nn100\sum \frac{5^n}{n^{100}}

Answer: n2n3+1\sum \frac{n^2}{n^3+1}

For a rational function of nn, the ratio of consecutive terms tends to 11, so L=1L=1 and the Ratio Test is inconclusive; you would use limit comparison with 1n\frac{1}{n} instead. The other three contain factorials or nnth powers, giving L1L\ne 1 and a definite conclusion.

FAQ

When should I use the Ratio Test instead of another test?
Reach for the Ratio Test whenever the general term contains a factorial such as n!n! or a quantity raised to the nnth power such as 2n2^n or xnx^n. These simplify beautifully when you form an+1an\frac{a_{n+1}}{a_n}. Avoid it for simple rational functions of nn, where the limit is 11 and the test tells you nothing.
Does L<1L<1 mean absolute or just ordinary convergence?
It means absolute convergence. The Ratio Test uses an+1/an|a_{n+1}/a_n|, so a result of L<1L<1 shows an\sum |a_n| converges. Because absolute convergence is the stronger condition, the original series converges too — you can state absolute convergence directly.
How do I tell absolute from conditional convergence?
Test the absolute-value series an\sum |a_n|. If it converges, the series is absolutely convergent. If an\sum |a_n| diverges but an\sum a_n still converges (usually shown by the Alternating Series Test), it is conditionally convergent. If both diverge, the series diverges.
What happens when the Ratio Test gives L=1L=1?
The test is inconclusive and provides no information. You must switch to another method — commonly the pp-series test, direct or limit comparison, the integral test, or the Alternating Series Test — to decide convergence.

Learn this with a teacher, not a page

The Crimsora tutor teaches U10.8 Ratio Test, Absolute and Conditional Convergence live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.