← back to MATH 102
Week 4Stewart §11.6, 11.7, 11.878 min full read
6 concepts17 worked examples27 exercises4 exam-level5 figures
What are you here for?

04Absolute convergence, the ratio and root tests, a strategy for testing series, and power series

A spreadsheet estimates $\ln 1.5$ by adding $0.5-\frac{0.5^2}{2}+\frac{0.5^3}{3}-\cdots$, and by the sixth row it has settled on $0.405$ and stopped moving. Feed the same column $\ln 3$ as $2-\frac{2^2}{2}+\frac{2^3}{3}-\cdots$ and the running total swings wider every row and never lands. Identical recipe, one number in place of another.

By the end of this section you can decide whether an infinite sum settles even when its signs are irregular, pick the one test out of six that cracks a given series in a single line, and say exactly which inputs a accepts and which it throws out.

In 60 seconds

Two tests read the ratio or the $n$th root of the terms and compare the series to a geometric one; one flowchart decides which test to reach for; and the payoff is that a power series is a geometric series with a radius, trustworthy inside it and untouched outside.

Absolute convergence implies convergence
$$\sum |a_n|\ \text{converges}\ \Longrightarrow\ \sum a_n\ \text{converges}$$

the signs of the terms are irregular, so no positive-term or alternating test applies directly

Ratio test
$$L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|,\quad L<1\ \text{conv.},\ L>1\ \text{div.}$$

factorials or constants raised to the power n appear

Root test
$$L=\lim_{n\to\infty}\sqrt[n]{|a_n|},\quad L<1\ \text{conv.},\ L>1\ \text{div.}$$

the whole term is an expression raised to the power n

$$\sum c_n (x-a)^n\ \text{converges for}\ |x-a|<R$$

you need the set of inputs a power series accepts

Three most common mistakes
  1. Reading $L=1$ from the ratio or root test as a verdict. It is the test resigning: $\sum \frac1n$ and $\sum \frac1{n^2}$ both give $L=1$, yet one diverges and one converges.

  2. Dropping the absolute value in the ratio test. The test compares $\left|a_{n+1}/a_n\right|$; a stray minus sign has made many a limit of $-2$ look like it passes $L<1$.

  3. Naming the interval of convergence without testing the two endpoints. The ratio test is silent exactly at $|x-a|=R$, so each endpoint is a separate series to settle by hand.

Quizzes and homework are each worth $10\%$ of the grade; the syllabus lists no other weights, so on the evidence given no single topic here is the exam's known favourite. Radius-of-convergence and ratio-test questions are short to state and to grade, which is worth knowing when the clock is part of the score.

How much time do you have?
10 minutes

You leave able to run the ratio test, spot when $L=1$ means try something else, and find a radius of convergence. Enough to survive a short test this series or find $R$ question, not a full interval-with-endpoints problem.

The 60 second card, Formula card, The ratio test: compare the series to a geometric one, Mistake ledger
45 minutes

You add the two things the formulas cannot supply on their own: how to choose a test from the shelf of six, and how to pin down the two endpoints of an interval of convergence.

The 60 second card, Absolute against conditional convergence, The ratio test: compare the series to a geometric one, A strategy: reading a series before testing it, Radius and interval of convergence, Worked exam question
full read

Every block, including the root test, the fading-scaffold ladder, and the interleaved practice that forces the choose-a-test decision on you without a heading to give the answer away.

read top to bottom
By the end of this section
  1. Distinguish absolute from conditional convergence, and use the theorem that absolute convergence forces ordinary convergence on a series whose signs are irregular.

  2. Apply the ratio test, read its limit correctly, and recognise when the outcome is no verdict.

  3. Apply the root test to a term that is an expression raised to the power n, and relate its verdict to the ratio test.

  4. Choose the cheapest correct test for a series presented with no hint, starting from the term-going-to-zero check.

  5. Read off the centre and coefficients of a power series and state the convergence trichotomy it must obey.

  6. Find the radius of convergence with the ratio test and complete the interval by testing both endpoints.

Syllabus coverage
11.6

Absolute convergence and the ratio and root tests

Split across three blocks: the absolute-convergence theorem, then the ratio test and the root test, each with its own proof idea and its own failure at L equal to one.

covered
11.7

Strategy for testing series

Written as a decision procedure with the flowchart drawn out, because 11.7 adds no new test; its whole content is the order in which you try the tests you already have.

covered
11.8

Power series

The definition and the convergence trichotomy sit in one block; computing the radius and completing the interval by testing endpoints sit in the next.

covered
Recall first
Geometric series

$\sum_{n=0}^{\infty} a r^{n}$ converges exactly when $|r|<1$, and then its sum is $\dfrac{a}{1-r}$. Every test in this section works by comparing the given series to a geometric one.

The ratio and root tests both prove convergence by trapping the terms under a geometric series with ratio below one.

p-series

$\sum_{n=1}^{\infty}\dfrac{1}{n^{p}}$ converges exactly when $p>1$. In particular $\sum \frac1n$ diverges and $\sum \frac1{n^2}$ converges.

Endpoints of an interval of convergence almost always turn into a p-series or an alternating p-series.

Test for divergence (the n-th term test)

If $\lim_{n\to\infty} a_n \neq 0$, or the limit does not exist, then $\sum a_n$ diverges. It can never prove convergence.

It is the first line of the testing strategy and the cheapest check you can run.

Alternating series test

$\sum (-1)^{n-1} b_n$ with $b_n>0$ converges provided $b_n$ decreases and $b_n\to 0$. The alternating harmonic series $\sum \frac{(-1)^{n-1}}{n}$ is the standard example.

It is what settles the convergent endpoint of many intervals, and it produces the standard series.

Two limits that keep appearing

$\lim_{n\to\infty}\left(1+\frac1n\right)^{n}=e$ and $\lim_{n\to\infty}\sqrt[n]{n}=1$ and $\lim_{n\to\infty}\sqrt[n]{c}=1$ for any constant $c>0$.

They are exactly the limits that come out of the ratio and root tests on the worked examples here.

Try it yourself first (3 questions)
1§04 — an alternating series that does not converge●●○○○

A quick trap before the section starts. A series whose terms flip sign every step looks like a job for the alternating series test, but that test has a hypothesis, and one of the two series below fails it.

Given
  • the series $\sum_{n=1}^{\infty}(-1)^n$, whose terms are $-1,+1,-1,+1,\dots$

Find
  1. (a) True or false: this series converges because it alternates.

Hint 1/4

The alternating series test is not a licence for every series with a $(-1)^n$ in it; check its hypotheses before you invoke it.

Hint 2/4

The test requires $b_n\to 0$. Here $b_n=1$ for every $n$, so ask what the term test says first.

Hint 3/4

The terms are $(-1)^n$, which do not approach $0$: they sit at $-1$ and $+1$ forever. The partial sums bounce between $-1$ and $0$.

Hint 4/4

Since the terms do not go to zero, the term test forces divergence; alternating or not, it cannot converge.

Show solution
Check the cheapest test first
$$\lim_{n\to\infty}(-1)^n$$

the term test comes before any alternating-series argument, because it is cheaper and can kill the series outright

$$\text{does not exist}$$

the values sit at $-1$ and $+1$ and never approach a single number

Read the verdict
$$\sum(-1)^n\ \text{diverges}$$

a series whose terms do not tend to $0$ cannot converge, whatever its sign pattern

Answer $$\sum(-1)^n\ \text{diverges}$$
Check

The partial sums are $-1,0,-1,0,\dots$, which never settle, confirming divergence directly.

The word alternating on its own proves nothing; the alternating series test needs the terms to shrink to zero.

2§04 — a geometric series you should recognise on sight●○○○○

A geometric series with a ratio you can read off. Recognising these instantly is half of the testing strategy, so warm it up now.

Given
  • $\displaystyle\sum_{n=0}^{\infty}\left(\tfrac{2}{3}\right)^{n}$

Find
  1. (a) Does it converge, and if so to what sum?

Hint 1/4

Ask first what kind of series this is, before any test; its shape is one you have a closed form for.

Hint 2/4

For a geometric series $\sum_{n=0}^{\infty} a r^n$ with $|r|<1$ the sum is $\dfrac{a}{1-r}$.

Hint 3/4

Here the first term is $a=1$ (the $n=0$ term) and the ratio is $r=\tfrac23$, which satisfies $|r|<1$.

Hint 4/4

So the sum is $\dfrac{1}{1-\tfrac23}=3$.

Show solution
Apply the geometric formula
$$\sum_{n=0}^{\infty}\left(\tfrac23\right)^n=\frac{a}{1-r}=\frac{1}{1-\tfrac23}$$

the series is geometric with $|r|<1$, so the closed form applies

$$=\frac{1}{\tfrac13}=3$$

arithmetic

Answer $$3$$
Check

Partial sums $1,\tfrac53,\tfrac{19}{9},\dots$ climb toward $3$ and never pass it, as a convergent geometric series should.

Geometric and p-series are the two families you settle by recognition, not by a test.

3§04 — a p-series check●○○○○

One more recognition check, this time a p-series. The exponent decides everything.

Given
  • the series $\sum_{n=1}^{\infty}\dfrac{1}{n^{3/2}}$

Find
  1. (a) True or false: this series converges.

Hint 1/4

Do not test this; classify it. What family does $1/n^{p}$ belong to, and what is $p$ here?

Hint 2/4

A p-series $\sum 1/n^{p}$ converges exactly when $p>1$.

Hint 3/4

Here $p=\tfrac32$, and the data you need is just that one number.

Hint 4/4

Since $\tfrac32>1$, the series converges.

Show solution
Read the exponent
$$p=\tfrac32>1$$

the only thing a p-series verdict depends on is whether $p>1$

$$\Rightarrow\ \text{converges}$$

the p-series rule

Answer $$\text{converges}$$
Check

It sits between $\sum 1/n$ (diverges) and $\sum 1/n^2$ (converges); with $p=1.5$ it lands on the convergent side.

Keep the p-series boundary at $p=1$ memorised; endpoints of power-series intervals land on it constantly.

Notation
symbolreads asmeanswatch out
$\sum a_n$

the sum of a-sub-n

shorthand for $\sum_{n=1}^{\infty} a_n$ (or from whatever index is written), the infinite sum of the terms $a_n$.

The starting index rarely matters for convergence; $\sum_{n=0}$ and $\sum_{n=1}$ of the same rule converge together.

$|a_n|$

the absolute value of a-sub-n

the size of the term with its sign stripped; the series $\sum |a_n|$ is the positive-term series attached to $\sum a_n$.

$\sum a_n$ and $\sum |a_n|$ can have different verdicts; that gap is the whole point of conditional convergence.

$n!$

n factorial

the product $1\cdot 2\cdot 3\cdots n$, with $0!=1$. It eventually outgrows every $c^{n}$.

The cancellation $\dfrac{(n+1)!}{n!}=n+1$ is the move that makes the ratio test love factorials; do not expand the factorials.

$\sum c_n (x-a)^n$

the sum of c-sub-n times x-minus-a to the n

a power series centred at $a$ with coefficients $c_n$; feeding a number in for $x$ turns it into an ordinary series of numbers.

The $c_n$ are constants and $x$ is the variable; the radius $R$ is decided by the $c_n$ alone, not by $x$.

Conventions used here
L equal to one is silence, not a verdict

When the ratio or root test returns $L=1$, the test has failed to decide and you must reach for another one. It never means the series diverges and never means it converges: $\sum \frac1{n^2}$ (converges) and $\sum \frac1n$ (diverges) both return $L=1$.

The ratio test uses absolute values

The ratio test limit is $\lim\left|a_{n+1}/a_n\right|$, with the bars. Whenever a term carries a sign, such as $(-2)^n$, strip the sign before taking the limit, or a negative limit will masquerade as a value below one.

Convergence ignores finitely many terms

Dropping, adding, or changing the first few terms of a series never changes whether it converges; it only changes the sum. This is why a test only has to hold eventually, and why a series that starts at $n=0$, $n=1$, or $n=2$ has the same convergence verdict.

A radius is a number, an interval is a set

The radius of convergence $R$ is a single number the ratio test hands you. The interval of convergence is the full set of $x$ that work, which equals the open interval $(a-R,a+R)$ together with whichever of the two endpoints pass their own separate test. The two endpoints can disagree.

4.1Absolute against conditional convergence

Bounds the size of a messy-signed series so a positive-term test can settle it, and names the two ways a series can converge.

Last week every test but one carried the same fine print — the terms must be positive — and the alternating series test wanted a strict $+,-,+$ pattern. Most series are neither.

Solvable with what we have
  • positive-term series such as $\sum \frac1{n^2+1}$, by comparison or the integral test

  • strictly alternating series such as $\sum \frac{(-1)^{n-1}}{n}$, by the alternating series test

Not solvable yet
  • $\sum \frac{\sin n}{n^2}$, whose signs follow no fixed pattern

  • $\sum \frac{\cos n}{n^2}$, positive sometimes and negative other times, with no regularity

Try the comparison test on $\sum \frac{\sin n}{n^2}$: it needs $0\le a_n\le b_n$, but $\frac{\sin n}{n^2}$ is negative for many $n$, so there is nothing to bound below. Try the alternating series test: it needs a clean $(-1)^{n-1}b_n$ shape with $b_n$ decreasing, but $\sin n$ does not alternate on a fixed schedule, so there is no $b_n$ to decrease.

Why it fails

Both tools were built for a sign pattern this series simply does not have. We need a way to handle any signs at all.

TheoremTheorem 11.6.3: absolute convergence implies convergence
Conditions
  • the positive-term series $\sum |a_n|$ is known to converge

$$\boxed{\;\sum |a_n|\ \text{converges}\ \Longrightarrow\ \sum a_n\ \text{converges}\;}$$

If the series of sizes converges, so does the original series. We call the original series when $\sum|a_n|$ converges; we call it conditionally convergent when it converges but $\sum|a_n|$ diverges, so its convergence leans entirely on cancellation between positive and negative terms.

Looks like this, but is not

$\sum \frac{(-1)^{n-1}}{n}$ converges, so surely the theorem applies and $\sum \frac1n$ converges too.

The theorem runs one way only. Here $\sum \frac1n$ is the harmonic series and diverges, so the hypothesis fails and the theorem says nothing. This series is only conditionally convergent, held up by cancellation, not by fast enough shrinking.

A series with irregular signs: sin n over n squared

The series that defeated both of last week's applicable tests, settled in three lines.

Given
  • $a_n=\dfrac{\sin n}{n^2}$

  • $|\sin n|\le 1$ for every $n$

Find

whether $\sum a_n$ converges

Solution
Bound the size of each term
$$\left|\frac{\sin n}{n^2}\right|=\frac{|\sin n|}{n^2}\le \frac{1}{n^2}$$

the numerator can only wobble between $-1$ and $1$, so its size is capped at $1$

Settle the positive series by comparison
$$\sum_{n=1}^{\infty}\frac{1}{n^2}\ \text{converges}$$

a p-series with $p=2>1$

$$\Rightarrow\ \sum_{n=1}^{\infty}\left|\frac{\sin n}{n^2}\right|\ \text{converges}$$

a positive series sitting under a convergent one converges, by the comparison test

Hand it to the theorem
$$\Rightarrow\ \sum_{n=1}^{\infty}\frac{\sin n}{n^2}\ \text{converges absolutely}$$

absolute convergence forces ordinary convergence, whatever the signs do

Answer $$\sum\frac{\sin n}{n^2}\ \text{converges absolutely}$$
Check

The sizes are below $1/n^2$, whose tail beyond $N$ is under $1/N$; so our tail is tiny for large $N$, exactly what a convergent series does.

One bound, one p-series, one theorem.

When the signs are chaos, do not argue with them: bound the size and let a positive-term test finish the job.

Same sign pattern, two different categories

Two alternating series that look alike but land in different boxes, decided entirely by their absolute series.

Given
  • $\displaystyle\sum \frac{(-1)^{n-1}}{n}$ and $\displaystyle\sum \frac{(-1)^{n-1}}{n^2}$

Find

the type of convergence of each

Solution
Test the first by its absolute series
$$\sum\left|\frac{(-1)^{n-1}}{n}\right|=\sum \frac1n\ \text{diverges}$$

the absolute series is the harmonic series

$$\text{yet}\ \sum \frac{(-1)^{n-1}}{n}\ \text{converges (AST)}$$

$b_n=1/n$ decreases to $0$, so the alternating series test applies

$$\Rightarrow\ \text{conditionally convergent}$$

it converges, but not absolutely

Test the second by its absolute series
$$\sum\left|\frac{(-1)^{n-1}}{n^2}\right|=\sum \frac1{n^2}\ \text{converges}$$

a p-series with $p=2$

$$\Rightarrow\ \text{absolutely convergent}$$

the absolute series already converges, so no cancellation is needed

Answer $$\text{first: conditional},\qquad \text{second: absolute}$$
Check

Squaring the denominator is the only change, and it turns the divergent harmonic tail into a convergent one; that is precisely what moves a series from conditional to absolute.

Same $(-1)^{n-1}$, different exponent, different category. The category is read off the absolute series alone.

Checkpoint
§04.1 — using the theorem backwards●●○○○

A thirty second check on the direction of the theorem. The implication points one way; the reverse is a trap that catches many.

Given
  • the claim: if $\sum |a_n|$ diverges, then $\sum a_n$ diverges

Find
  1. (a) True or false?

Hint 1/4

Ask whether one convergent series you already know breaks this claim.

Hint 2/4

The theorem only says converge implies converge; it says nothing when $\sum|a_n|$ diverges.

Hint 3/4

Take $a_n=\frac{(-1)^{n-1}}{n}$: then $\sum|a_n|=\sum\frac1n$ diverges, yet $\sum a_n$ converges by the alternating series test.

Hint 4/4

So a divergent absolute series does not force divergence; the claim is false.

Show solution
Produce the witness
$$\sum |a_n|=\sum\frac1n\ \text{diverges}$$

the harmonic series

$$\sum a_n=\sum\frac{(-1)^{n-1}}{n}\ \text{converges}$$

alternating series test

Read the verdict
$$\text{claim is false}$$

a single counterexample defeats a universal claim

Answer $$\text{false}$$
Check

This is exactly the definition of a conditionally convergent series, so such series are precisely the counterexamples.

The theorem is a one-way street; a divergent absolute series leaves the question open.

⚠ Running the theorem in reverse

the arrow is easy to read both ways once the words absolute and convergence are in the same sentence

wrong$$\sum|a_n|\ \text{diverges}\ \Rightarrow\ \sum a_n\ \text{diverges}$$
right$$\sum|a_n|\ \text{diverges}\ \Rightarrow\ \text{no conclusion}$$
⚠ Comparing signed terms directly

the comparison test is fresh from last week and gets applied before the signs are checked

wrong$$\frac{\sin n}{n^2}\le \frac1{n^2}\ \text{so compare directly}$$
right$$\left|\frac{\sin n}{n^2}\right|\le \frac1{n^2}\ \text{compare the sizes}$$

4.2The ratio test: compare the series to a geometric one

Reads the limit of $|a_{n+1}/a_n|$; below one the series converges, above one it diverges, at one it says nothing.

The absolute-convergence theorem turns any series into a positive-term one, so now we want a positive-term test that fires exactly where comparison and the integral test choke: on factorials and on constants raised to the power $n$.

TheoremTheorem 11.6.5: the ratio test
Conditions
  • the limit $L=\lim_{n\to\infty}\left|\dfrac{a_{n+1}}{a_n}\right|$ exists or is $+\infty$

$$\boxed{\;L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|:\quad L<1\ \Rightarrow\ \text{abs. conv.},\quad L>1\ \Rightarrow\ \text{div.},\quad L=1\ \Rightarrow\ \text{no verdict}\;}$$

If eventually each term is less than a fixed fraction of the one before, the terms fall at least as fast as a geometric series and the sum converges. If each term outgrows the one before, the terms cannot even shrink to zero, so the series diverges.

Looks like this, but is not

The ratio test on $\sum \frac1{n^2}$ gives $\lim \frac{n^2}{(n+1)^2}=1$, which feels like it ought to settle the matter.

$L=1$ settles nothing. This series converges, but as a p-series, not through the ratio test. On $\sum \frac1n$ the ratio test also returns $L=1$, and that one diverges, so $L=1$ genuinely carries no information.

A factorial in the denominator: 2 to the n over n factorial

The kind of series comparison cannot easily reach, cracked by the ratio test in two lines.

Given
  • $a_n=\dfrac{2^n}{n!}$

Find

whether the series converges

Solution
Form the ratio of consecutive terms
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{2^{n+1}}{(n+1)!}\cdot\frac{n!}{2^{n}}$$

write the next term over the current one; leave the factorials as factorials

$$=\frac{2}{n+1}$$

the powers give $2^{n+1}/2^{n}=2$, and the factorials give $n!/(n+1)!=1/(n+1)$

Take the limit
$$\lim_{n\to\infty}\frac{2}{n+1}=0$$

the denominator grows without bound

$$L=0<1\ \Rightarrow\ \text{converges}$$

the ratio test verdict for $L<1$

Answer $$\sum\frac{2^n}{n!}\ \text{converges}$$
Check

The factorial outruns any fixed power, so the terms collapse to zero fast; $L=0$ is exactly that statement about their rate of fall.

One ratio, one cancellation, one limit.

A factorial against a constant power is the ratio test's home ground: the factorial wins and $L$ comes out $0$.

A signed cubic over an exponential

A series with a sign and a polynomial factor; the absolute value clears the sign before the limit.

Given
  • $a_n=\dfrac{(-1)^n n^3}{3^n}$

Find

whether the series converges, and how

Solution
Form the ratio, taking the absolute value first
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)^3}{3^{n+1}}\cdot\frac{3^{n}}{n^{3}}$$

the factor $(-1)^n$ disappears under the bars, so the sign never enters the limit

$$=\frac13\left(\frac{n+1}{n}\right)^{3}$$

$3^{n}/3^{n+1}=1/3$, and $(n+1)^3/n^3$ is the cube of $(n+1)/n$

Take the limit
$$\lim_{n\to\infty}\frac13\left(1+\frac1n\right)^{3}=\frac13$$

$(1+1/n)\to 1$, so its cube $\to 1$

$$L=\tfrac13<1\ \Rightarrow\ \text{abs. conv.}$$

below one, and since we used $|a_n|$ the convergence is absolute

Answer $$\sum\frac{(-1)^n n^3}{3^n}\ \text{converges absolutely}$$
Check

A cubic on top against $3^n$ on the bottom: the exponential wins, so the ratio settles at $1/3$, the reciprocal of the base, as expected.

A constant to the $n$ in the denominator gives $L=1/\text{base}$; a polynomial factor only ever contributes a limit of $1$.

Both n factorial and n to the n: the number 1 over e appears

The example that produces the section's signature limit, $1/e$.

Given
  • $a_n=\dfrac{n!}{n^n}$

Find

whether the series converges

Solution
Form the ratio
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)!}{(n+1)^{n+1}}\cdot\frac{n^{n}}{n!}$$

consecutive terms divided

$$=(n+1)\cdot\frac{n^n}{(n+1)^{n+1}}=\frac{n^{n}}{(n+1)^{n}}$$

$(n+1)!/n!=n+1$ cancels one of the $(n+1)$ factors in the denominator

$$=\left(\frac{n}{n+1}\right)^{n}=\left(1+\frac1n\right)^{-n}$$

collect into a single $n$th power

Take the limit
$$\lim_{n\to\infty}\left(1+\frac1n\right)^{-n}=\frac1e$$

the recalled limit $(1+1/n)^n\to e$, so the reciprocal power tends to $1/e$

$$L=\tfrac1e\approx 0.37<1\ \Rightarrow\ \text{converges}$$

below one

Answer $$\sum\frac{n!}{n^n}\ \text{converges}$$
Check

Independent route, the root test: $\sqrt[n]{n!/n^n}=\sqrt[n]{n!}/n\to 1/e$ by the same $e$ limit, agreeing with the ratio test.

When $n!$ and $n^n$ both appear, the ratio test returns $1/e$; memorise that this number is below one.

Checkpoint
§04.2 — reading a ratio limit●●○○○

A thirty second computation. Form the ratio, cancel, take the limit; no verdict is asked for, just the number $L$.

Given
  • $\displaystyle\sum \frac{n}{2^n}$

Find
  1. (a) Compute $L=\lim\left|a_{n+1}/a_n\right|$.

Hint 1/4

You only need the number $L$; set up the ratio of consecutive terms and simplify before taking any limit.

Hint 2/4

The ratio is $\dfrac{n+1}{2^{n+1}}\cdot\dfrac{2^{n}}{n}=\dfrac12\cdot\dfrac{n+1}{n}$.

Hint 3/4

For $a_n=n/2^n$: the powers give $2^{n}/2^{n+1}=1/2$ and the linear factor gives $(n+1)/n$.

Hint 4/4

As $n\to\infty$, $(n+1)/n\to 1$, so $L=\tfrac12$.

Show solution
Form and simplify the ratio
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{n+1}{2^{n+1}}\cdot\frac{2^n}{n}=\frac12\cdot\frac{n+1}{n}$$

the exponential contributes $1/2$, the linear factor contributes $(n+1)/n$

Take the limit
$$\lim_{n\to\infty}\frac12\cdot\frac{n+1}{n}=\frac12$$

$(n+1)/n\to 1$

Answer $$\tfrac12$$
Check

$L=1/2<1$ also tells you the series converges, consistent with $n$ being no match for $2^n$.

An exponential base $b$ in the denominator against a polynomial gives $L=1/b$.

⚠ Expanding a factorial as a sum

the plus sign inside $(n+1)$ invites distributing it over the factorial

wrong$$\frac{(n+1)!}{n!}=\frac{n!+1}{n!}$$
right$$\frac{(n+1)!}{n!}=n+1$$
⚠ Treating L equal to one as a divergence verdict

every other value of $L$ gives an answer, so $L=1$ feels like it must give one too

wrong$$L=1\ \Rightarrow\ \text{diverges}$$
right$$L=1\ \Rightarrow\ \text{no conclusion; switch tests}$$

4.3The root test: take the n-th root of the term

When the whole term is an expression to the power $n$, the $n$th root turns it straight into a limit to compare with one.

The ratio test loves factorials because each factorial nearly cancels the next. When the whole term is instead something raised to the power $n$, a cleaner cancellation is available: take the $n$th root.

TheoremTheorem 11.6.6: the root test
Conditions
  • the limit $L=\lim_{n\to\infty}\sqrt[n]{|a_n|}$ exists or is $+\infty$

$$\boxed{\;L=\lim_{n\to\infty}\sqrt[n]{|a_n|}:\quad L<1\ \Rightarrow\ \text{abs. conv.},\quad L>1\ \Rightarrow\ \text{div.},\quad L=1\ \Rightarrow\ \text{no verdict}\;}$$

Take the $n$th root of the size of the $n$th term. If that root settles below one, the terms are eventually smaller than $r^n$ for some $r<1$, a convergent geometric series; if it settles above one, the terms cannot go to zero.

Looks like this, but is not

$\sum\left(\frac{n}{2n+1}\right)^{n}$ has an $n$ in it, so the ratio test looks mandatory.

The ratio test here is a tangle of $n$th powers. The root test is one line: $\sqrt[n]{|a_n|}=\frac{n}{2n+1}\to\frac12<1$. When the whole term is raised to the $n$, take the root, not the ratio.

A ratio of linear terms, all raised to the n

The natural home of the root test: the exponent is $n$ and nothing else is going on.

Given
  • $a_n=\left(\dfrac{2n+3}{3n+2}\right)^{n}$

Find

whether the series converges

Solution
Take the n-th root
$$\sqrt[n]{|a_n|}=\sqrt[n]{\left(\frac{2n+3}{3n+2}\right)^{n}}=\frac{2n+3}{3n+2}$$

the $n$th root undoes the $n$th power exactly, leaving the base

Take the limit
$$\lim_{n\to\infty}\frac{2n+3}{3n+2}=\frac23$$

the ratio of the leading coefficients, $2/3$

$$L=\tfrac23<1\ \Rightarrow\ \text{converges}$$

below one

Answer $$\sum\left(\frac{2n+3}{3n+2}\right)^{n}\ \text{converges}$$
Check

For large $n$ each term is close to $(2/3)^n$, a geometric series with ratio $2/3<1$; the root test just made that comparison exact.

One root, one limit.

Whenever the term is (something) to the $n$, the root test hands you the limit of that something.

A signed exponential over n to the n

A sign and two competing growths; the root test clears both at once.

Given
  • $a_n=\dfrac{(-2)^n}{n^n}$

Find

whether the series converges, and how

Solution
Take the n-th root of the size
$$\sqrt[n]{|a_n|}=\sqrt[n]{\frac{2^{n}}{n^{n}}}=\frac{2}{n}$$

the sign drops under the absolute value, and the $n$th root of $2^n/n^n$ is $2/n$

Take the limit
$$\lim_{n\to\infty}\frac{2}{n}=0$$

the denominator grows without bound

$$L=0<1\ \Rightarrow\ \text{abs. conv.}$$

below one, and we used $|a_n|$

Answer $$\sum\frac{(-2)^n}{n^n}\ \text{converges absolutely}$$
Check

Once $n>2$, $n^n$ dwarfs $2^n$, so the terms vanish quickly; $L=0$ records exactly that.

A constant to the $n$ over $n^n$ always gives $L=0$: the moving base $n^n$ beats any fixed base.

Checkpoint
§04.3 — do the two tests ever disagree●●●○○

A conceptual thirty second check on how the root and ratio tests relate.

Given
  • the claim: when both limits exist, the ratio test and the root test return the same value of $L$

Find
  1. (a) True or false?

Hint 1/4

Think about whether the two tests could ever give conflicting verdicts on the same series.

Hint 2/4

A standard theorem says that when the ratio limit exists, the root limit exists and equals it.

Hint 3/4

For example $\sum n!/n^n$ gives $1/e$ by either route, as the worked example above showed.

Hint 4/4

So the claim holds: where both exist the two limits agree, and the root test is the more widely applicable of the two.

Show solution
State the relationship
$$\lim\left|\frac{a_{n+1}}{a_n}\right|=L\ \Rightarrow\ \lim\sqrt[n]{|a_n|}=L$$

the existence of the ratio limit forces the root limit to the same value

Conclude
$$\text{same } L\ \Rightarrow\ \text{same verdict}$$

so the two tests cannot disagree

Answer $$\text{true}$$
Check

The worked example $\sum n!/n^n$ gave $1/e$ by both routes, a concrete instance of the agreement.

Choose the test by which limit is easier, not by which answer you want; they match.

⚠ The n-th root of n sent to zero

an $n$th root feels like it should crush anything, including a lone factor of $n$

wrong$$\sqrt[n]{n}\to 0$$
right$$\sqrt[n]{n}\to 1$$
⚠ Rooting only part of the term

the power $n$ is visible on one piece, so the root gets applied there only

wrong$$\sqrt[n]{\frac{2^n}{n^n}}=\frac{2^n}{n}$$
right$$\sqrt[n]{\frac{2^n}{n^n}}=\frac{2}{n}$$

4.4A strategy: reading a series before testing it

Adds no new test; it is the order in which you try the six you already have, cheapest and most decisive first.

Six tests now sit on the shelf. The exam will not tell you which one to reach for, and reaching for the wrong one first wastes the minutes you are scored on. The whole content of 11.7 is the order.

MethodStrategy 11.7: choose a test by the shape of the term
Conditions
  • you have a series $\sum a_n$ and no instruction on which test to use

$$\boxed{\;\text{First always: if}\ \lim_{n\to\infty} a_n\neq 0\ \text{then}\ \sum a_n\ \text{diverges}\;}$$

Before any real work, glance at the term itself: if it does not shrink to zero, the series is dead on arrival and you are done. Only if the terms do go to zero do you spend effort choosing among the convergence tests.

Looks like this, but is not

$\sum \frac{1}{n^2+1}$ has an $n$ growing inside it, so the ratio test looks like the move.

The ratio test gives $L=1$ here and wastes your time. The term looks like $\frac1{n^2}$, so a limit comparison with the convergent p-series $\sum \frac1{n^2}$ settles it in one line. Match the term to a family first.

Four series, four different first moves

Not a computation but a sorting exercise: for each series, name the test the chart points to and the one-line reason, without grinding through it.

Given
  • (A) $\sum \dfrac{n^2-1}{n^3+1}$

  • (B) $\sum \dfrac{n!}{e^{n}}$

  • (C) $\sum \dfrac{(-1)^n}{\ln(n+1)}$

  • (D) $\sum \dfrac{3^n}{n^3}$

Find

the cheapest correct test for each

Solution
A: a rational function of n
$$\frac{n^2-1}{n^3+1}\sim \frac{1}{n}$$

leading behaviour is $1/n$, so limit-compare with the divergent $\sum 1/n$

$$\Rightarrow\ \text{limit comparison}\ \to\ \text{diverges}$$

the chart sends rational functions of $n$ to comparison

B: a factorial on top
$$\lim_{n\to\infty}\frac{n!}{e^n}=\infty$$

the factorial outgrows the exponential, so the term does not go to zero

$$\Rightarrow\ \text{term test}\ \to\ \text{diverges}$$

the free first check already ends it

C: a clean alternating sign
$$b_n=\frac1{\ln(n+1)}\downarrow 0$$

positive, decreasing, tends to zero

$$\Rightarrow\ \text{alternating series test}\ \to\ \text{converges}$$

and only conditionally, since $\sum 1/\ln(n+1)$ diverges

D: a constant to the n over a polynomial
$$\lim_{n\to\infty}\frac{3^n}{n^3}=\infty$$

the exponential beats the polynomial, so the term grows

$$\Rightarrow\ \text{term test}\ \to\ \text{diverges}$$

again the first box catches it before any ratio work

Answer $$\text{A: comparison; B: term test; C: alternating test; D: term test}$$
Check

Two of the four (B and D) never needed a convergence test at all; the term test caught them, which is exactly why it goes first.

Half the battle is refusing to run an expensive test before the free one; check the term first, every time.

Checkpoint
§04.4 — the cheapest test for a rational term●●○○○

A thirty second sort. You are not asked to finish the series, only to name the test the strategy chart points to first.

Given
  • the series $\sum \dfrac{n}{n^2+1}$

Find
  1. (a) Which test settles it most cheaply?

Hint 1/4

Look at the shape of the term for large $n$ before reaching for anything heavy.

Hint 2/4

A rational function of $n$ behaves like the ratio of its leading powers, which matches a p-series.

Hint 3/4

Here $\dfrac{n}{n^2+1}\sim \dfrac1n$, so compare with $\sum \dfrac1n$.

Hint 4/4

A limit comparison with the divergent harmonic series settles it; the answer is limit comparison.

Show solution
Read the leading behaviour
$$\frac{n}{n^2+1}\sim \frac{1}{n}$$

leading powers only; the $+1$ is negligible for large $n$

Choose and apply
$$\lim_{n\to\infty}\frac{n/(n^2+1)}{1/n}=1$$

a finite nonzero limit, so both series share a verdict

$$\sum\frac1n\ \text{diverges}\ \Rightarrow\ \text{diverges}$$

limit comparison transfers the divergence

Answer $$\text{limit comparison, diverges}$$
Check

The ratio test would give $L=1$ and decide nothing, confirming comparison is the right first move.

Rational-in-n terms go to comparison, not to the ratio test.

⚠ Reaching for the ratio test on a rational function of n

the ratio test feels like the default once an n appears anywhere

wrong$$\sum\frac{n}{n^2+1}:\ \text{ratio test}\ (L=1)$$
right$$\sum\frac{n}{n^2+1}:\ \text{limit comparison}\ (\sim 1/n)$$
⚠ Skipping the term test

it feels too cheap to be worth a line, so it gets left out and an obviously divergent series gets a full ratio computation

wrong$$\sum\frac{3^n}{n^3}:\ \text{run the ratio test}$$
right$$\sum\frac{3^n}{n^3}:\ a_n\to\infty\ \Rightarrow\ \text{diverges}$$

4.5Power series and the convergence trichotomy

A series with a dial: feed a number in for $x$ and it becomes an ordinary series, converging on the centre, everywhere, or an interval.

Every series so far has been a fixed bag of numbers with one yes or no answer. A power series has a dial on it: put a value in for $x$ and you get an ordinary numerical series back, with its own verdict.

TheoremTheorem 11.8.3: the convergence trichotomy
Conditions
  • $\sum_{n=0}^{\infty} c_n (x-a)^n$ is any power series centred at $a$, with constant coefficients $c_n$

$$\boxed{\;\text{exactly one holds: (i) converges only at } x=a;\ (\text{ii) for all } x;\ (\text{iii) } |x-a|<R\ \text{conv.},\ |x-a|>R\ \text{div.}\;}$$

For a power series there are only three shapes the set of good inputs can take: a single point (the centre), the whole line, or an interval of some half-width $R$ centred at $a$. The number $R$ is called the radius of convergence, with $R=0$ and $R=\infty$ covering the first two cases.

Looks like this, but is not

$\sum n!\,x^n$ has terms that shrink once $x$ is small enough, so it should converge near $0$.

No nonzero $x$ is small enough: the ratio $(n+1)|x|\to\infty$ for every $x\neq 0$. This is the extreme case $R=0$, where the interval of convergence collapses to the single point $x=0$.

A power series that converges nowhere but the centre

The extreme $R=0$ case, where a factorial coefficient strangles every nonzero input.

Given
  • $\sum_{n=0}^{\infty} n!\,x^n$

Find

the set of $x$ for which it converges

Solution
Run the ratio test in x
$$\left|\frac{(n+1)!\,x^{n+1}}{n!\,x^{n}}\right|=(n+1)|x|$$

the factorials give $n+1$, the powers give $|x|$

Read the limit for each x
$$\lim_{n\to\infty}(n+1)|x|=\infty\ \ (x\neq 0)$$

for any nonzero $x$ the limit is $\infty>1$, so it diverges

$$\text{at } x=0:\ \text{the sum is } c_0$$

the centre always converges, giving the constant term

Answer $$\text{converges only at } x=0\ (R=0)$$
Check

$n!$ grows faster than any $x^n$ can shrink unless $x=0$; this is case (i) of the trichotomy made concrete.

A factorial coefficient forces $R=0$: the dial only works at the centre.

A power series that converges everywhere

The other extreme, $R=\infty$: the series a calculator uses for the exponential.

Given
  • $\sum_{n=0}^{\infty} \dfrac{x^n}{n!}$

Find

the set of $x$ for which it converges

Solution
Run the ratio test in x
$$\left|\frac{x^{n+1}/(n+1)!}{x^{n}/n!}\right|=\frac{|x|}{n+1}$$

the powers give $|x|$, the factorials give $1/(n+1)$

Read the limit for each x
$$\lim_{n\to\infty}\frac{|x|}{n+1}=0<1\ \ \text{for every } x$$

$L=0$ regardless of $x$, so it converges for all $x$

Answer $$\text{converges for all } x\ (R=\infty)$$
Check

This is exactly the series for $e^{x}$; it had better converge for every $x$, and $L=0$ confirms it does.

A factorial in the denominator forces $R=\infty$: the dial works everywhere.

Reading off the centre and the coefficients

No test at all, just parsing: match a given series to the template $\sum c_n(x-a)^n$.

Given
  • $\sum_{n=1}^{\infty} \dfrac{(x-2)^n}{n}$

Find

the centre $a$ and the coefficients $c_n$

Solution
Line it up with the definition
$$\sum \frac{(x-2)^n}{n}=\sum c_n (x-a)^n$$

compare term by term with the general power series

$$a=2,\qquad c_n=\frac1n$$

the centre is the number subtracted from $x$; the coefficient is everything multiplying the power

Answer $$a=2,\quad c_n=\tfrac1n$$
Check

At $x=2$ every term with $n\ge 1$ is zero, so the series converges at its centre, exactly as the trichotomy promises.

Before testing anything, read the centre and coefficients; the radius depends only on the $c_n$.

Checkpoint
§04.5 — the one input every power series accepts●○○○○

A thirty second conceptual check straight from the trichotomy.

Given
  • the claim: every power series $\sum c_n(x-a)^n$ converges at $x=a$

Find
  1. (a) True or false?

Hint 1/4

Substitute the one value of $x$ that makes the powers collapse and see what is left.

Hint 2/4

At $x=a$ the factor $(x-a)^n$ is zero for every $n\ge 1$.

Hint 3/4

So the whole series reduces to its $n=0$ term, the constant $c_0$.

Hint 4/4

A single constant is a convergent sum, so yes, the centre always converges.

Show solution
Substitute the centre
$$(x-a)^n\big|_{x=a}=0\ \ (n\ge 1)$$

every positive power of zero is zero

$$\sum c_n(a-a)^n=c_0$$

only the constant term survives

Answer $$\text{true}$$
Check

This is why the trichotomy's case (i) is converges only at the centre, never converges nowhere.

The centre is a free convergence point; the interesting question is how far out it survives.

⚠ Assuming convergence on the closed interval

the radius $R$ suggests a clean symmetric interval, endpoints included

wrong$$|x-a|\le R\ \Rightarrow\ \text{converges}$$
right$$|x-a|<R\ \Rightarrow\ \text{converges; endpoints unsettled}$$
⚠ Confusing the coefficient with the variable

both $c_n$ and $(x-a)^n$ carry the index $n$, so they blur together

wrong$$c_n=(x-a)^n$$
right$$c_n\ \text{is the constant multiplying}\ (x-a)^n$$

4.6Radius and interval of convergence

The ratio test hands you the radius $R$ and goes silent at the two endpoints, which you then settle one at a time.

The trichotomy promises a radius $R$ but does not hand it over. The ratio test does, and it also refuses to speak at the two endpoints, which is exactly where the interval's brackets are decided.

MethodMethod: radius, then endpoints
Conditions
  • $\sum c_n(x-a)^n$ with the ratio (or root) test available on $|c_n|$

$$\boxed{\;\text{solve}\ \lim_{n\to\infty}\left|\frac{c_{n+1}}{c_n}\right|\,|x-a|<1\ \Longleftrightarrow\ |x-a|<R,\ \text{then test } x=a\pm R\ \text{separately}\;}$$

Run the ratio test with $x$ carried along; the limit comes out as some constant times $|x-a|$, and setting that below one reads off $R$. The test says nothing at $|x-a|=R$, so plug each endpoint back in and test the resulting number series on its own.

Looks like this, but is not

$\sum \frac{x^n}{n}$ converges for $|x|<1$ by the ratio test, so its interval of convergence is $(-1,1)$.

The ratio test is silent at $x=\pm 1$, and the two endpoints disagree: $x=1$ gives the divergent harmonic series, $x=-1$ the convergent alternating harmonic series. The honest interval is $[-1,1)$, not $(-1,1)$.

Radius one, and the two endpoints split

The cleanest interval problem, and the one that shows why both endpoints must be tested.

Given
  • $\sum_{n=1}^{\infty} \dfrac{x^n}{n}$

Find

the radius and the full interval of convergence

Solution
Find R with the ratio test
$$\left|\frac{x^{n+1}/(n+1)}{x^{n}/n}\right|=|x|\cdot\frac{n}{n+1}$$

powers give $|x|$, coefficients give $n/(n+1)$

$$\to |x|\ \Rightarrow\ |x|<1,\ R=1$$

set the limit below one; the radius is the boundary value

Test the right endpoint x = 1
$$\sum \frac{1^{n}}{n}=\sum \frac1n\ \text{diverges}$$

the harmonic series, so $x=1$ is excluded

Test the left endpoint x = -1
$$\sum \frac{(-1)^{n}}{n}\ \text{converges}$$

the alternating harmonic series by the AST, so $x=-1$ is included

Assemble the interval
$$[-1,1)$$

closed at the endpoint that converged, open at the one that diverged

Answer $$R=1,\qquad \text{interval } [-1,1)$$
Check

$R=1$ matches the plain geometric series $\sum x^n$; dividing by $n$ left the radius alone and only changed the endpoints, which is precisely where the extra work landed.

One ratio limit, two endpoint series.

The two endpoints are two different series and can disagree; test both, always.

A base of three sets the radius to one third

A coefficient carrying a constant to the n; watch how it fixes both the radius and the sign at each endpoint.

Given
  • $\sum_{n=0}^{\infty} \dfrac{(-3)^n x^n}{\sqrt{n+1}}$

Find

the radius and the full interval of convergence

Solution
Find R with the ratio test
$$\left|\frac{(-3)^{n+1}x^{n+1}/\sqrt{n+2}}{(-3)^{n}x^{n}/\sqrt{n+1}}\right|=3|x|\sqrt{\frac{n+1}{n+2}}$$

the base contributes $3$ in size, the roots contribute $\sqrt{(n+1)/(n+2)}$

$$\to 3|x|\ \Rightarrow\ 3|x|<1,\ |x|<\tfrac13,\ R=\tfrac13$$

set the limit below one and solve for $|x|$

Test the right endpoint x = 1/3
$$\sum \frac{(-3)^n (1/3)^n}{\sqrt{n+1}}=\sum \frac{(-1)^n}{\sqrt{n+1}}$$

$(-3)^n(1/3)^n=(-1)^n$

$$\text{converges by the AST}$$

$1/\sqrt{n+1}$ decreases to zero, so $x=1/3$ is included

Test the left endpoint x = -1/3
$$\sum \frac{(-3)^n(-1/3)^n}{\sqrt{n+1}}=\sum \frac{1}{\sqrt{n+1}}$$

$(-3)^n(-1/3)^n=1^n=1$

$$\text{diverges (p-series, } p=\tfrac12)$$

so $x=-1/3$ is excluded

Assemble the interval
$$\left(-\tfrac13,\tfrac13\right]$$

open where it diverged, closed where it converged

Answer $$R=\tfrac13,\qquad \text{interval } \left(-\tfrac13,\tfrac13\right]$$
Check

The two endpoints became an alternating p-series (converges) and a plain p-series (diverges), both with $p=\tfrac12$; the $p=\tfrac12$ boundary is exactly why they split.

A base $b^n$ in the coefficient sets $R=1/b$, and the sign it leaves at each endpoint decides which p-series you face.

Checkpoint
§04.6 — a radius from a geometric coefficient●●○○○

A thirty second computation of a radius; no endpoints asked for, just $R$.

Given
  • $\displaystyle\sum_{n=0}^{\infty} \frac{x^n}{2^n}$

Find
  1. (a) Find the radius of convergence $R$.

Hint 1/4

Run the ratio test carrying $x$, and read the radius off the coefficient of $|x|$.

Hint 2/4

The ratio is $\left|\frac{x^{n+1}/2^{n+1}}{x^{n}/2^{n}}\right|=\frac{|x|}{2}$.

Hint 3/4

Set $\frac{|x|}{2}<1$, which is $|x|<2$.

Hint 4/4

So the radius is $R=2$.

Show solution
Ratio test in x
$$\left|\frac{x^{n+1}/2^{n+1}}{x^{n}/2^{n}}\right|=\frac{|x|}{2}$$

the coefficient contributes $2^n/2^{n+1}=1/2$

Read off R
$$\frac{|x|}{2}<1\ \Rightarrow\ |x|<2\ \Rightarrow\ R=2$$

the boundary value of $|x|$ is the radius

Answer $$2$$
Check

The series is geometric with ratio $x/2$, which converges exactly when $|x/2|<1$, i.e. $|x|<2$, matching $R=2$.

A coefficient $1/b^n$ gives radius $R=b$.

⚠ Naming the interval without testing endpoints

the ratio test hands over the open interval, and it feels like the finished answer

wrong$$|x-a|<R\ \Rightarrow\ \text{interval}=(a-R,a+R)$$
right$$\text{test } x=a\pm R\ \text{separately, then bracket}$$
⚠ Assuming the two endpoints agree

the interval looks symmetric, so the endpoints feel like they must behave the same

wrong$$a+R\ \text{converges}\ \Rightarrow\ a-R\ \text{converges}$$
right$$a-R\ \text{and}\ a+R\ \text{are independent series}$$
Running the ratio test

the term has a factorial, or a constant raised to the power n, or both.

  1. Write the ratio

    Form $\left|\dfrac{a_{n+1}}{a_n}\right|$: put the $(n+1)$-th term over the $n$-th and keep every factorial as a factorial.

  2. Cancel in pieces

    Handle each factor on its own: powers give a constant ($c^{n+1}/c^{n}=c$), factorials collapse ($(n+1)!/n!=n+1$), and polynomials group into ratios like $(n+1)/n$.

  3. Take the limit

    Let $n\to\infty$ to get $L$. Watch for the standard limits $(1+1/n)^n\to e$ and $(n+1)/n\to 1$.

  4. Read the verdict

    $L<1$ converges absolutely, $L>1$ (or $\infty$) diverges, $L=1$ is no verdict, so switch tests.

Where it goes wrong
  • Dropping the absolute value when a $(-1)^n$ or $(-c)^n$ is present.

  • Expanding $(n+1)!$ instead of cancelling it against $n!$.

  • Treating $L=1$ as a divergence verdict.

Choosing a test in order

you are handed a series with no hint which test to run.

  1. Term test first

    If $a_n\not\to 0$, stop: the series diverges. This is free and catches many series.

  2. Recognise a family

    Is it geometric ($\sum ar^n$) or a p-series ($\sum 1/n^p$)? If so you already know the answer.

  3. Look like a p-series?

    A rational function of $n$ behaves like its leading powers; use direct or limit comparison.

  4. A sign that alternates?

    A clean $(-1)^{n}$ points to the alternating series test, after you check whether it converges absolutely.

  5. Factorial or constant to the n?

    Reach for the ratio test (factorials) or the root test (whole term raised to the $n$).

  6. Otherwise

    Fall back on the integral test when the term is a positive decreasing function you can integrate.

Where it goes wrong
  • Running the ratio test on a rational function of $n$ and getting the useless $L=1$.

  • Skipping the term test and grinding a full computation on an obviously divergent series.

Radius and interval in four moves

a power series $\sum c_n(x-a)^n$ is given and you need the set of x it converges on.

  1. Ratio test carrying x

    Compute $\lim\left|\dfrac{c_{n+1}(x-a)^{n+1}}{c_n(x-a)^n}\right|$; it comes out as (constant) times $|x-a|$.

  2. Read off R

    Set that limit below one and solve for $|x-a|$; the boundary value is the radius $R$.

  3. Test both endpoints

    Substitute $x=a-R$ and $x=a+R$ one at a time; each gives an ordinary number series to settle.

  4. Bracket the interval

    Close the bracket at each endpoint that converged, leave it open at each that diverged.

Where it goes wrong
  • Stopping at the open interval and never testing the endpoints.

  • Assuming the two endpoints must agree.

Absolutely convergent: alternating over n squared

An alternating series whose absolute version already converges.

Given
  • $\sum \frac{(-1)^{n-1}}{n^2}$

Find

the type of convergence

Solution
Test the absolute series
$$\sum\left|\frac{(-1)^{n-1}}{n^2}\right|=\sum\frac1{n^2}\ \text{converges}$$

p-series with $p=2>1$

$$\Rightarrow\ \text{absolutely convergent}$$

the absolute series converges, so no cancellation is needed

Answer $$\text{absolutely convergent}$$
Check

Since it converges absolutely, the theorem gives ordinary convergence for free, whatever order the terms come in.

Conditionally convergent: alternating over n

The same sign pattern, but the absolute version diverges.

Given
  • $\sum \frac{(-1)^{n-1}}{n}$

Find

the type of convergence

Solution
Test the absolute series, then the series
$$\sum\left|\frac{(-1)^{n-1}}{n}\right|=\sum\frac1n\ \text{diverges}$$

the harmonic series

$$\text{but the series converges by the AST}$$

$1/n$ decreases to $0$

$$\Rightarrow\ \text{conditionally convergent}$$

converges, but only through cancellation

Answer $$\text{conditionally convergent}$$
Check

Its convergence leans entirely on the $+,-$ cancellation; the sizes alone do not shrink fast enough.

Both alternate and both converge, but the first survives even when you strip the signs and the second does not.

How to tell them apart

Form $\sum|a_n|$ and test it: if it converges the series is absolutely convergent, if it diverges the original is conditionally convergent.

Scaffolding comes off
The common skeleton
  1. Write $\left|\dfrac{a_{n+1}}{a_n}\right|$, the size of the next term over the current one.

  2. Cancel factor by factor: powers give a constant, factorials give $n+1$, polynomials give ratios like $(n+1)/n$.

  3. Take the limit as $n\to\infty$ to get $L$.

  4. Read the verdict: $L<1$ converges, $L>1$ diverges, $L=1$ is no verdict.

1 · fully worked

Ratio test on n squared over 2 to the n

The full four-step scaffold on a polynomial over an exponential.

Given
  • $a_n=\dfrac{n^2}{2^n}$

Find

whether the series converges

Solution
Write and cancel the ratio
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)^2}{2^{n+1}}\cdot\frac{2^{n}}{n^2}$$

next term over current, exponentials and squares separated

$$=\frac12\left(\frac{n+1}{n}\right)^2$$

the powers give $1/2$, the squares group into a ratio

Take the limit and read off
$$\lim_{n\to\infty}\frac12\left(1+\frac1n\right)^2=\frac12$$

$(1+1/n)^2\to 1$

$$L=\tfrac12<1\ \Rightarrow\ \text{converges}$$

below one

Answer $$\sum\frac{n^2}{2^n}\ \text{converges}$$
Check

A square on top against $2^n$ on the bottom: the exponential wins, and $L=1/2$ is exactly one over the base.

A polynomial over $b^n$ always gives $L=1/b$.

2 · you write the reasoning

Now an easier one, $\sum \dfrac{3^n}{n!}$. The steps are filled in; you supply the reason for each line before opening the model reasons.

  1. $\left|\dfrac{a_{n+1}}{a_n}\right|=\dfrac{3}{n+1}$

    reasoning

    Line 1: the powers give $3^{n+1}/3^{n}=3$, and the factorials give $n!/(n+1)!=1/(n+1)$.

  2. $\lim_{n\to\infty}\dfrac{3}{n+1}=0$

    reasoning

    Line 2: the denominator grows without bound, so the ratio collapses to $0$.

  3. $L=0<1$, so the series converges.

    reasoning

    Line 3: $L=0$ is below $1$, so the ratio test returns convergence.

3 · find the buried error

Harder, and now with two errors buried in a plausible solution. Read $\sum \dfrac{(-2)^n}{n^2+1}$ tested by the ratio test, and find the two steps that are wrong.

  1. Step 1. $\dfrac{a_{n+1}}{a_n}=\dfrac{-2\,(n^2+1)}{(n+1)^2+1}$.

  2. Step 2. Leave it as $\dfrac{-2\,(n^2+1)}{(n+1)^2+1}$.

  3. Step 3. Since $\dfrac{n^2+1}{(n+1)^2+1}\to 0$, the limit is $-2\cdot 0=0$.

  4. Step 4. $L=0<1$, so the series converges.

the two buried errors (2)
⚠ step 1

the absolute value was dropped. The ratio test uses $\left|a_{n+1}/a_n\right|$, so the factor $(-2)$ must enter as $+2$, not $-2$.

the sign is carried along out of algebra habit, where you would keep it; the bars are supposed to remove it

right

Take sizes: $\left|\dfrac{a_{n+1}}{a_n}\right|=\dfrac{2\,(n^2+1)}{(n+1)^2+1}$.

⚠ step 3

the rational factor tends to $1$, not $0$. Numerator and denominator both have degree two with leading coefficient $1$, so the ratio tends to the ratio of leading coefficients.

a bigger-looking denominator usually kills a fraction, but here the degrees match, so the limit is $1$

right

$\dfrac{n^2+1}{(n+1)^2+1}\to 1$, so $L=2\cdot 1=2>1$ and the series diverges.

4 · the bare problem
§04.2 — a bare ratio-test problem●●●○○

No scaffold this time. Decide whether the series converges, using the ratio test.

Given
  • $\sum_{n=1}^{\infty} \dfrac{n!}{100^{n}}$

Find
  1. (a) Converge or diverge? Justify with the ratio test.

Hint 1/4

A factorial against a constant to the $n$: set up the ratio and see which side wins as $n$ grows.

Hint 2/4

The ratio is $\dfrac{(n+1)!}{100^{n+1}}\cdot\dfrac{100^{n}}{n!}=\dfrac{n+1}{100}$.

Hint 3/4

For $a_n=n!/100^{n}$: the factorials give $n+1$, the powers give $1/100$.

Hint 4/4

As $n\to\infty$, $\dfrac{n+1}{100}\to\infty>1$, so the series diverges.

Show solution
Form the ratio
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)!}{100^{n+1}}\cdot\frac{100^{n}}{n!}=\frac{n+1}{100}$$

factorials give $n+1$, powers give $1/100$

Take the limit
$$\lim_{n\to\infty}\frac{n+1}{100}=\infty$$

the factorial outgrows the fixed power

$$L=\infty>1\ \Rightarrow\ \text{diverges}$$

the terms eventually increase, so they cannot go to zero

Answer $$\text{diverges}$$
Check

Even though $100$ is large, $n!$ passes it once $n\ge 100$, so the terms grow from there; $L=\infty$ captures that.

No constant base can outrun a factorial in the numerator; such a series always diverges.

Full exam-style question

Full interval of convergence, centred away from zeroexam format

A complete radius-and-interval problem of the kind quizzes and homework favour: find $R$, then settle both endpoints.

Given
  • $\sum_{n=1}^{\infty} \dfrac{(x-2)^n}{n\,3^{n}}$

Find

the radius $R$ and the full interval of convergence

Solution
Find R with the ratio test
$$\left|\frac{(x-2)^{n+1}/((n+1)3^{n+1})}{(x-2)^{n}/(n\,3^{n})}\right|=\frac{|x-2|}{3}\cdot\frac{n}{n+1}$$

the base $3^n$ gives $1/3$, the coefficient gives $n/(n+1)$, the powers give $|x-2|$

$$\to \frac{|x-2|}{3}\ \Rightarrow\ \frac{|x-2|}{3}<1,\ |x-2|<3,\ R=3$$

set the limit below one and solve for $|x-2|$

Write the raw interval, endpoints still open
$$|x-2|<3\ \Longleftrightarrow\ -1<x<5$$

centre $2$, radius $3$

Test the right endpoint x = 5
$$\sum \frac{(5-2)^n}{n\,3^{n}}=\sum \frac{3^n}{n\,3^{n}}=\sum \frac1n$$

the powers cancel, leaving the harmonic series

$$\Rightarrow\ \text{diverges}$$

harmonic series, so $x=5$ is out

Test the left endpoint x = -1
$$\sum \frac{(-1-2)^n}{n\,3^{n}}=\sum \frac{(-3)^n}{n\,3^{n}}=\sum \frac{(-1)^n}{n}$$

the powers give $(-1)^n$, leaving the alternating harmonic series

$$\Rightarrow\ \text{converges}$$

alternating harmonic by the AST, so $x=-1$ is in

Assemble the interval
$$[-1,\,5)$$

closed at $-1$ where it converged, open at $5$ where it diverged

Answer $$R=3,\qquad \text{interval } [-1,5)$$
Check

Centre $2$ with radius $3$ gives the raw interval $(-1,5)$; the endpoints turn into the harmonic series (out) and the alternating harmonic series (in), so the honest brackets are $[-1,5)$.

One ratio limit, two endpoint series.

A coefficient $1/(n\,b^n)$ centred at $a$ gives $R=b$ and typically leaves a harmonic / alternating-harmonic split at the two ends.

Practice

A · concept 4 questions
1§04.1 — is every convergent series absolutely convergent●●○○○

A one-line conceptual claim about the two kinds of convergence. One familiar series settles it.

Given
  • the claim: every convergent series converges absolutely

Find
  1. (a) True or false?

Hint 1/4

Look for a convergent series whose absolute version you know diverges.

Hint 2/4

Absolute convergence means $\sum|a_n|$ converges, a strictly stronger demand than $\sum a_n$ converging.

Hint 3/4

The alternating harmonic series $\sum\frac{(-1)^{n-1}}{n}$ converges, yet $\sum\frac1n$ diverges.

Hint 4/4

So it converges without converging absolutely; the claim is false.

Show solution
Exhibit the witness
$$\sum\frac{(-1)^{n-1}}{n}\ \text{converges}$$

alternating series test

$$\sum\frac1n\ \text{diverges}$$

harmonic series

Conclude
$$\text{convergent, not absolutely}\ \Rightarrow\ \text{claim false}$$

one counterexample is enough

Answer $$\text{false}$$
Check

Conditionally convergent series are by definition the counterexamples to this claim.

Convergent is weaker than absolutely convergent; the gap is exactly the conditional case.

2§04.2 — what L equal to one means●●○○○

A claim about the ratio test at its blind spot. Decide it with a pair of series you already know.

Given
  • the claim: if $\lim\left|a_{n+1}/a_n\right|=1$, the series diverges

Find
  1. (a) True or false?

Hint 1/4

Ask whether a single value of $L$ can occur for both a convergent and a divergent series.

Hint 2/4

$L=1$ is the ratio test's no-verdict case; it forbids no outcome.

Hint 3/4

Both $\sum\frac1{n^2}$ (converges) and $\sum\frac1n$ (diverges) give $L=1$.

Hint 4/4

Since a convergent series also gives $L=1$, the claim is false.

Show solution
Show both verdicts occur at L = 1
$$\sum\frac1{n^2}:\ L=1,\ \text{converges}$$

ratio $\to 1$, but it is a convergent p-series

$$\sum\frac1{n}:\ L=1,\ \text{diverges}$$

ratio $\to 1$, and it is the divergent harmonic series

Conclude
$$\text{claim false}$$

a convergent series shares the value $L=1$

Answer $$\text{false}$$
Check

This is exactly why $L=1$ is called no verdict rather than a divergence result.

Never read $L=1$ as either answer; change tests.

3§04.2 — the ratio test on a p-series●●●○○

You run the ratio test on a convergent p-series. The point is to see what the test does and does not tell you.

Given
  • $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^2}$

Find
  1. (a) What does the ratio test give, and what may you conclude from it?

Hint 1/4

Compute the ratio limit first, then ask what that particular value licenses.

Hint 2/4

The ratio is $\dfrac{n^2}{(n+1)^2}=\left(\dfrac{n}{n+1}\right)^2$.

Hint 3/4

That tends to $1$, which is the ratio test's no-verdict value.

Hint 4/4

So the ratio test gives $L=1$ and concludes nothing here, even though the series converges as a p-series.

Show solution
Compute the ratio limit
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{n^2}{(n+1)^2}=\left(\frac{n}{n+1}\right)^2$$

the squares divide

$$\to 1$$

$(n/(n+1))^2\to 1$

State what L = 1 allows
$$L=1\ \Rightarrow\ \text{no verdict}$$

the test gives nothing; the p-series rule ($p=2>1$) is what proves convergence

Answer $$L=1,\ \text{inconclusive}$$
Check

On $\sum 1/n$ the ratio test also gives $1$, and that diverges, confirming $L=1$ decides nothing.

For rational-in-n terms the ratio test almost always stalls at $L=1$; classify instead.

4§04.5 — which set can be an interval of convergence●●●○○

Straight from the trichotomy: only certain shapes are possible for the set of inputs a power series accepts.

Given
  • a power series $\sum c_n(x-a)^n$ and four candidate convergence sets

Find
  1. (a) Which one can actually be an interval of convergence?

Hint 1/4

Recall the only three shapes the trichotomy allows and rule out anything else.

Hint 2/4

The set must be a single point, the whole line, or one interval symmetric in radius about the centre.

Hint 3/4

Two separate points, a one-sided half-line, and a scattered set of numbers are none of these.

Hint 4/4

Only the single bounded interval qualifies; the answer is $(-3,3]$.

Show solution
Apply the trichotomy
$$\text{allowed: point, whole line, or interval of radius } R$$

the theorem permits nothing else

$$(-3,3]\ \text{is such an interval } (a=0,\ R=3)$$

bounded, one piece, with tested endpoints

Answer $$(-3,3]$$
Check

The right endpoint is included and the left excluded, which is fine; only the single-interval shape matches the theorem.

Convergence sets never have gaps and are never one-sided half-lines.

B · computation 6 questions
1§04.1 — classify a signed series●●○○○

Decide not just whether it converges but in which sense: absolutely, conditionally, or not at all.

Given
  • $\sum_{n=1}^{\infty}\frac{(-1)^n n}{2^n}$

Find
  1. (a) Does it converge absolutely, converge conditionally, or diverge?

Hint 1/4

Test the absolute series first; if it converges you are done and the answer is absolute.

Hint 2/4

On $\sum n/2^n$ the ratio test is quick, since a polynomial sits over an exponential.

Hint 3/4

The ratio of sizes is $\dfrac{n+1}{2^{n+1}}\cdot\dfrac{2^n}{n}=\dfrac12\cdot\dfrac{n+1}{n}\to\dfrac12$.

Hint 4/4

$L=\tfrac12<1$, so the absolute series converges and the series is absolutely convergent.

Show solution
Test the absolute series
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{n+1}{2^{n+1}}\cdot\frac{2^{n}}{n}=\frac12\cdot\frac{n+1}{n}$$

the sign drops; exponential gives $1/2$, linear gives $(n+1)/n$

$$\to\frac12<1$$

$(n+1)/n\to 1$

Name the category
$$\sum|a_n|\ \text{converges}\ \Rightarrow\ \text{absolutely convergent}$$

the absolute series already converges

Answer $$\text{absolutely convergent}$$
Check

Since $L=1/2<1$ for the sizes, no appeal to the alternating sign is needed at all.

When the absolute series passes the ratio test, stop: the answer is absolute, sign or no sign.

2§04.1 — absolute or only conditional●●●○○

A signed series whose absolute version is a borderline p-series. The exponent decides the category.

Given
  • $\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{\sqrt n}$

Find
  1. (a) Absolutely convergent, conditionally convergent, or divergent?

Hint 1/4

Check the absolute series first, then, if it fails, fall back on the alternating series test.

Hint 2/4

The absolute series is $\sum 1/\sqrt n=\sum 1/n^{1/2}$, a p-series.

Hint 3/4

Here $p=\tfrac12\le 1$, so the absolute series diverges; now test the signed series with the AST.

Hint 4/4

$1/\sqrt n$ decreases to $0$, so the series converges by the AST but not absolutely: it is conditionally convergent.

Show solution
Test the absolute series
$$\sum\frac{1}{\sqrt n}=\sum\frac1{n^{1/2}}\ \text{diverges}$$

p-series with $p=\tfrac12\le 1$

Test the signed series
$$b_n=\frac{1}{\sqrt n}\downarrow 0$$

positive, decreasing, tends to zero

$$\Rightarrow\ \text{converges by the AST, conditionally}$$

converges, but the absolute series did not

Answer $$\text{conditionally convergent}$$
Check

Squaring the exponent to $p=1$ would still diverge absolutely; only $p>1$ would make it absolute.

At $p=\tfrac12$ the alternating series is the textbook conditional case.

3§04.3 — a root-test limit●●○○○

A term that is a whole expression raised to the power $n$: the root test reads off $L$ in one step.

Given
  • $\sum_{n=1}^{\infty}\left(\frac{n}{2n+1}\right)^{n}$

Find
  1. (a) Find $L$ from the root test.

Hint 1/4

The exponent is $n$, so take the $n$th root and let the power cancel.

Hint 2/4

$\sqrt[n]{|a_n|}=\dfrac{n}{2n+1}$.

Hint 3/4

The $n$th root of $(n/(2n+1))^n$ is just the base $n/(2n+1)$.

Hint 4/4

As $n\to\infty$ this tends to $\tfrac12$, so $L=\tfrac12$.

Show solution
Take the n-th root
$$\sqrt[n]{|a_n|}=\frac{n}{2n+1}$$

the root undoes the $n$th power

Take the limit
$$\lim_{n\to\infty}\frac{n}{2n+1}=\frac12$$

leading coefficients $1/2$

Answer $$\tfrac12$$
Check

For large $n$ each term is about $(1/2)^n$, a convergent geometric series, consistent with $L=1/2$.

A base raised to the $n$ hands its limit straight to the root test.

4§04.2 — the number 2 over e appears●●●●○

Both a factorial and $n^n$ are present, so the ratio test will surface the constant $2/e$.

Given
  • $\sum_{n=1}^{\infty}\frac{2^n n!}{n^n}$

Find
  1. (a) Does the series converge? Use the ratio test.

Hint 1/4

Set up the ratio and expect the standard $(1+1/n)^n\to e$ limit to appear.

Hint 2/4

After cancelling, the ratio is $2\cdot\dfrac{n^n}{(n+1)^n}=2\left(\dfrac{n}{n+1}\right)^{n}$.

Hint 3/4

The factorials give $2(n+1)$ over one extra $(n+1)$ in the denominator, leaving $2(n/(n+1))^n$.

Hint 4/4

That tends to $2/e\approx 0.74<1$, so the series converges.

Show solution
Form and cancel the ratio
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{2^{n+1}(n+1)!}{(n+1)^{n+1}}\cdot\frac{n^n}{2^n n!}$$

consecutive terms divided

$$=2(n+1)\cdot\frac{n^n}{(n+1)^{n+1}}=2\left(\frac{n}{n+1}\right)^{n}$$

the powers of $2$ give $2$; $(n+1)!/n!=n+1$ cancels one $(n+1)$

Take the limit
$$\lim_{n\to\infty}2\left(1+\frac1n\right)^{-n}=\frac2e\approx 0.74$$

$(1+1/n)^n\to e$

$$L=\tfrac2e<1\ \Rightarrow\ \text{converges}$$

below one

Answer $$\text{converges}\ (L=2/e)$$
Check

$2/e\approx 0.736$ sits just below one, so the series converges though not by a wide margin.

Watch for $(1+1/n)^n$; here it turns the constant $2$ into $2/e$.

5§04.4 — one look at the term ends it●●●○○

A series where the whole answer is in the size of the term. The strategy chart's first box does the work.

Given
  • $\sum_{n=1}^{\infty}\frac{5^n}{3^n+4^n}$

Find
  1. (a) Converge or diverge? Give the cheapest justification.

Hint 1/4

Before any test, ask what the term does as $n$ grows; the denominator is dominated by its larger base.

Hint 2/4

For large $n$, $3^n+4^n\approx 4^n$, so $a_n\approx (5/4)^n$.

Hint 3/4

Then $a_n\ge \dfrac{5^n}{4^n+4^n}=\dfrac12\left(\dfrac54\right)^n\to\infty$.

Hint 4/4

The terms do not go to zero, so the term test forces divergence.

Show solution
Bound the term below
$$3^n+4^n\le 4^n+4^n=2\cdot 4^n$$

replace the smaller base by the larger

$$a_n\ge \frac{5^n}{2\cdot 4^n}=\frac12\left(\frac54\right)^{n}$$

so the term is at least a growing geometric quantity

Apply the term test
$$\frac12\left(\frac54\right)^{n}\to\infty\ \Rightarrow\ a_n\not\to 0$$

$5/4>1$

$$\Rightarrow\ \text{diverges}$$

terms that do not vanish cannot sum to a finite number

Answer $$\text{diverges}$$
Check

The ratio test would also give $L=5/4>1$, but the term test is cheaper and already conclusive.

When one exponential base beats the others, check the term limit before anything else.

6§04.1 — irregular signs, bounded by a p-series●●●○○

A series whose signs follow no fixed pattern, so only the absolute-convergence route is open.

Given
  • $\sum_{n=1}^{\infty}\frac{\cos n}{n^2}$

Find
  1. (a) Does it converge? Say in which sense.

Hint 1/4

The cosine makes the signs irregular, so neither comparison nor the AST applies directly; bound the size.

Hint 2/4

Since $|\cos n|\le 1$, the size satisfies $\left|\dfrac{\cos n}{n^2}\right|\le\dfrac1{n^2}$.

Hint 3/4

$\sum 1/n^2$ converges (p-series, $p=2$), so by comparison the absolute series converges.

Hint 4/4

Hence the series converges absolutely.

Show solution
Bound the size
$$\left|\frac{\cos n}{n^2}\right|=\frac{|\cos n|}{n^2}\le\frac1{n^2}$$

the cosine is capped at $1$ in size

Compare and conclude
$$\sum\frac1{n^2}\ \text{converges}\ \Rightarrow\ \sum\left|\frac{\cos n}{n^2}\right|\ \text{converges}$$

comparison test

$$\Rightarrow\ \text{absolutely convergent}$$

absolute convergence forces convergence

Answer $$\text{absolutely convergent}$$
Check

The same argument works for $\sin n$ or any bounded numerator over $n^2$; the bound $1$ is all it needs.

Irregular signs plus a $1/n^2$ size means bound and compare, then invoke the theorem.

C · exam level 4 questions
1§04.6 — read a radius off a squared coefficient●●●○○

A power series with a $1/(n^2 5^n)$ coefficient. Only the exponential part sets the radius.

Given
  • $\sum_{n=1}^{\infty}\frac{(x+1)^n}{n^2\,5^{n}}$

Find
  1. (a) What is the radius of convergence $R$?

Hint 1/4

Run the ratio test in $x$; the polynomial factor $1/n^2$ contributes a limit of $1$ and does not affect $R$.

Hint 2/4

The ratio of sizes is $\dfrac{|x+1|}{5}\cdot\dfrac{n^2}{(n+1)^2}\to\dfrac{|x+1|}{5}$.

Hint 3/4

Setting $\dfrac{|x+1|}{5}<1$ gives $|x+1|<5$.

Hint 4/4

So the radius is $R=5$.

Show solution
Ratio test in x
$$\left|\frac{c_{n+1}}{c_n}\right||x+1|=\frac{n^2}{(n+1)^2 5}|x+1|$$

the $5^n$ gives $1/5$, the $n^2$ gives $n^2/(n+1)^2$

$$\to\frac{|x+1|}{5}$$

$n^2/(n+1)^2\to 1$

Read off R
$$\frac{|x+1|}{5}<1\ \Rightarrow\ |x+1|<5\ \Rightarrow\ R=5$$

the boundary value of $|x+1|$

Answer $$5$$
Check

The $1/n^2$ only sharpens convergence at the endpoints; it leaves the radius at the base value $5$.

Polynomial coefficients never change $R$; the base of the exponential does.

2§04.6 — a full interval with a leading sign●●●●○

A power series carrying $(-1)^n$. Find the radius, then decide each endpoint separately.

Given
  • $\sum_{n=1}^{\infty}\frac{(-1)^n x^n}{n}$

Find
  1. (a) What is the interval of convergence?

Hint 1/4

Find $R$ first with the ratio test, then substitute each endpoint and test the number series it produces.

Hint 2/4

The ratio of sizes is $|x|\cdot n/(n+1)\to |x|$, so $R=1$ and the raw interval is $(-1,1)$.

Hint 3/4

At $x=1$: $\sum(-1)^n/n$ converges (AST). At $x=-1$: $\sum(-1)^n(-1)^n/n=\sum 1/n$ diverges.

Hint 4/4

So the right end is in and the left end is out: the interval is $(-1,1]$.

Show solution
Radius
$$\left|\frac{(-1)^{n+1}x^{n+1}/(n+1)}{(-1)^n x^{n}/n}\right|=|x|\frac{n}{n+1}\to|x|$$

the sign drops under the bars

$$|x|<1\ \Rightarrow\ R=1$$

raw interval $(-1,1)$

Right endpoint x = 1
$$\sum\frac{(-1)^n}{n}\ \text{converges}$$

alternating harmonic, AST

Left endpoint x = -1
$$\sum\frac{(-1)^n(-1)^n}{n}=\sum\frac1n\ \text{diverges}$$

$(-1)^n(-1)^n=1$, harmonic

Bracket
$$(-1,1]$$

closed on the right, open on the left

Answer $$(-1,1]$$
Check

The extra $(-1)^n$ swaps which endpoint alternates, so the closed bracket lands on the right here, the mirror image of $\sum x^n/n$.

A leading sign shifts the alternating behaviour to the opposite endpoint.

3§04.4 — pick the test and the verdict●●●○○

A ratio of factorials. Name the cheapest decisive test and where it lands.

Given
  • $\sum_{n=1}^{\infty}\frac{n!}{(2n)!}$

Find
  1. (a) Which test settles it, and what is the verdict?

Hint 1/4

Two factorials mean one test in particular is built for this; set up its computation.

Hint 2/4

The ratio test uses $\dfrac{(n+1)!}{(2n+2)!}\cdot\dfrac{(2n)!}{n!}$.

Hint 3/4

This simplifies to $\dfrac{n+1}{(2n+2)(2n+1)}=\dfrac{1}{2(2n+1)}\to 0$.

Hint 4/4

$L=0<1$, so the ratio test applies and the series converges.

Show solution
Form the ratio
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)!}{(2n+2)!}\cdot\frac{(2n)!}{n!}$$

consecutive terms divided

$$=\frac{n+1}{(2n+2)(2n+1)}=\frac{1}{2(2n+1)}$$

$(n+1)!/n!=n+1$ and $(2n+2)!/(2n)!=(2n+2)(2n+1)$, then $(2n+2)=2(n+1)$ cancels

Take the limit
$$\lim_{n\to\infty}\frac{1}{2(2n+1)}=0$$

the denominator grows

$$L=0<1\ \Rightarrow\ \text{converges}$$

ratio test

Answer $$\text{ratio test},\ L=0,\ \text{converges}$$
Check

The key cancellation is $(2n+2)!/(2n)!=(2n+2)(2n+1)$, two factors, not one; that is what drives $L$ to $0$.

With factorials on top and bottom, expand only the pieces the ratio needs and let the rest cancel.

4§04.6 — a linear argument inside the power●●●●○

The variable enters as $2x-1$, so the centre is not zero. Find the interval carefully.

Given
  • $\sum_{n=1}^{\infty}\frac{(2x-1)^n}{n}$

Find
  1. (a) What is the interval of convergence in $x$?

Hint 1/4

Treat $2x-1$ as the quantity being powered; find where its size is below one, then convert to $x$.

Hint 2/4

The ratio of sizes is $|2x-1|\cdot n/(n+1)\to|2x-1|$, so convergence needs $|2x-1|<1$.

Hint 3/4

$|2x-1|<1$ means $0<x<1$; test the ends $2x-1=1$ (that is $x=1$) and $2x-1=-1$ (that is $x=0$).

Hint 4/4

At $x=1$: $\sum 1/n$ diverges; at $x=0$: $\sum(-1)^n/n$ converges. So the interval is $[0,1)$.

Show solution
Size condition on the inner quantity
$$\left|\frac{(2x-1)^{n+1}/(n+1)}{(2x-1)^{n}/n}\right|=|2x-1|\frac{n}{n+1}\to|2x-1|$$

ratio test in the quantity $2x-1$

$$|2x-1|<1\ \Rightarrow\ 0<x<1$$

solve the inequality for $x$

Right endpoint x = 1
$$2x-1=1:\ \sum\frac{1^n}{n}=\sum\frac1n\ \text{diverges}$$

harmonic

Left endpoint x = 0
$$2x-1=-1:\ \sum\frac{(-1)^n}{n}\ \text{converges}$$

alternating harmonic

Bracket
$$[0,1)$$

closed at $0$, open at $1$

Answer $$[0,1)$$
Check

The centre is $x=\tfrac12$ (where $2x-1=0$) and the radius in $x$ is $\tfrac12$, matching the endpoints $0$ and $1$.

When the power wraps a linear $mx+b$, solve the size condition in that quantity, then convert back to $x$.

D · interleaved 3 questions
1§04 — a sequence against its series●●○○○

An interleaved check from the first two sections: the term going to a limit is not the term going to zero.

Given
  • the sequence $\left\{\dfrac{n}{n+1}\right\}$ and the series $\sum_{n=1}^{\infty}\dfrac{n}{n+1}$

Find
  1. (a) Does the sequence converge?

  2. (b) Does the series converge?

Hint 1/4

Separate the two questions: a sequence has one limit; a series asks whether the running total settles.

Hint 2/4

For the series, apply the term test to $a_n=n/(n+1)$.

Hint 3/4

The sequence $n/(n+1)\to 1$, so it converges to $1$; but then the series terms tend to $1$, not $0$.

Hint 4/4

Since $a_n\to 1\neq 0$, the series diverges by the term test.

Show solution
The sequence
$$\lim_{n\to\infty}\frac{n}{n+1}=1$$

leading coefficients, so the sequence converges to $1$

The series
$$a_n\to 1\neq 0$$

the terms do not vanish

$$\Rightarrow\ \sum a_n\ \text{diverges}$$

term test

Answer $$\text{sequence} \to 1;\ \text{series diverges}$$
Check

A sequence converging and its series converging are different demands; the second needs the terms to reach $0$.

Terms tending to a nonzero limit is an instant divergence for the series.

2§04 — when the ratio test stalls, comparison saves it●●●○○

An interleaved problem: the ratio test gives no verdict, so fall back on a comparison from earlier.

Given
  • $\sum_{n=1}^{\infty}\frac{1}{n^2+n}$

Find
  1. (a) Does it converge? Note what the ratio test does and what settles it.

Hint 1/4

Try the ratio test first, notice it stalls, then reach for a comparison the term's shape suggests.

Hint 2/4

The ratio limit here is $1$ (a rational function of $n$), so the ratio test is silent.

Hint 3/4

But $\dfrac{1}{n^2+n}\le\dfrac{1}{n^2}$, and $\sum 1/n^2$ converges.

Hint 4/4

By direct comparison the series converges.

Show solution
See the ratio test stall
$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{n^2+n}{(n+1)^2+(n+1)}\to 1$$

rational in $n$, so the limit is $1$: no verdict

Compare with a p-series
$$\frac{1}{n^2+n}\le\frac{1}{n^2}$$

the denominator is larger, so the fraction is smaller

$$\sum\frac1{n^2}\ \text{converges}\ \Rightarrow\ \text{converges}$$

direct comparison

Answer $$\text{converges}$$
Check

Partial fractions give $\frac{1}{n^2+n}=\frac1n-\frac1{n+1}$, a telescoping series summing to $1$, which independently confirms convergence.

An $L=1$ from the ratio test is a signal to switch to comparison, not a dead end.

3§04 — absolute convergence meets an error estimate●●●○○

An interleaved problem tying this section's absolute convergence to last section's alternating estimate.

Given
  • $\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n^3}$

Find
  1. (a) Is it absolutely convergent?

  2. (b) Approximating by the first two terms, bound the error.

Hint 1/4

Two separate jobs: classify by the absolute series, then use the alternating-series remainder bound.

Hint 2/4

For absolute convergence test $\sum 1/n^3$; for the error use that the remainder is at most the first omitted term.

Hint 3/4

$\sum 1/n^3$ converges ($p=3>1$), so the series is absolutely convergent; the first omitted term is $b_3=1/3^3=1/27$.

Hint 4/4

So the error after two terms is at most $1/27\approx 0.037$.

Show solution
Absolute convergence
$$\sum\left|\frac{(-1)^{n-1}}{n^3}\right|=\sum\frac1{n^3}\ \text{converges}$$

p-series with $p=3>1$

$$\Rightarrow\ \text{absolutely convergent}$$

the absolute series converges

Error after two terms
$$|R_2|\le b_3=\frac{1}{3^3}=\frac1{27}$$

for an alternating series the remainder is at most the first omitted term

$$\approx 0.037$$

numerically

Answer $$\text{absolute};\ |R_2|\le \tfrac1{27}$$
Check

The exact sum is between the second partial sum and the third, a gap of $b_3=1/27$, which is exactly the bound.

Absolute convergence and the alternating remainder bound are independent facts you can use together.

Mistake ledger (11 entries)
⚠ Running the absolute-convergence theorem in reverse

the theorem is one directional; a divergent absolute series leaves the question open, as the alternating harmonic series shows

wrong$$\sum|a_n|\ \text{diverges}\ \Rightarrow\ \sum a_n\ \text{diverges}$$
right$$\sum|a_n|\ \text{diverges}\ \Rightarrow\ \text{no conclusion}$$
⚠ Comparing signed terms directly

the comparison test needs positive terms, so you must bound the absolute value first

wrong$$\frac{\sin n}{n^2}\le\frac1{n^2}\ \text{so compare directly}$$
right$$\left|\frac{\sin n}{n^2}\right|\le\frac1{n^2}$$
⚠ Expanding a factorial as a sum

a factorial is a product, so the next one is the current times $(n+1)$

wrong$$\frac{(n+1)!}{n!}=\frac{n!+1}{n!}$$
right$$\frac{(n+1)!}{n!}=n+1$$
⚠ Treating L equal to one as a divergence verdict

both a convergent and a divergent series can give $L=1$, so it decides nothing

wrong$$L=1\ \Rightarrow\ \text{diverges}$$
right$$L=1\ \Rightarrow\ \text{no conclusion; switch tests}$$
⚠ Dropping the absolute value in the ratio test

the ratio test compares sizes, so a negative limit is not a value below one

wrong$$\frac{a_{n+1}}{a_n}=\frac{-2(n^2+1)}{(n+1)^2+1}\to -2<1$$
right$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{2(n^2+1)}{(n+1)^2+1}\to 2>1$$
⚠ Sending the n-th root of n to zero

the $n$th root pulls every polynomial factor to $1$, not to $0$

wrong$$\sqrt[n]{n}\to 0$$
right$$\sqrt[n]{n}\to 1$$
⚠ Rooting only part of the term

the $n$th root acts on the whole term, numerator and denominator alike

wrong$$\sqrt[n]{\frac{2^n}{n^n}}=\frac{2^n}{n}$$
right$$\sqrt[n]{\frac{2^n}{n^n}}=\frac{2}{n}$$
⚠ Reaching for the ratio test on a rational function of n

rational functions of $n$ always give the ratio test $L=1$; compare with a p-series instead

wrong$$\sum\frac{n}{n^2+1}:\ \text{ratio test}\ (L=1)$$
right$$\sum\frac{n}{n^2+1}:\ \text{limit comparison}\ (\sim 1/n)$$
⚠ Assuming a power series converges on the closed interval

the radius gives only the open interval; each endpoint is a separate series

wrong$$|x-a|\le R\ \Rightarrow\ \text{converges}$$
right$$|x-a|<R\ \Rightarrow\ \text{converges; endpoints unsettled}$$
⚠ Naming the interval without testing endpoints

the ratio test is silent at $|x-a|=R$, so the brackets are decided by hand

wrong$$|x-a|<R\ \Rightarrow\ \text{interval}=(a-R,a+R)$$
right$$\text{test } x=a\pm R\ \text{separately, then bracket}$$
⚠ Assuming the two endpoints agree

the two endpoints are different number series and often split, one convergent and one not

wrong$$a+R\ \text{converges}\ \Rightarrow\ a-R\ \text{converges}$$
right$$a-R\ \text{and}\ a+R\ \text{are independent series}$$
Formula card
Absolute convergence implies convergence
$$\sum |a_n|\ \text{converges}\ \Rightarrow\ \sum a_n\ \text{converges}$$

the positive series of sizes converges

Ratio test
$$L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|;\ L<1\ \text{conv.},\ L>1\ \text{div.},\ L=1\ \text{no verdict}$$

the limit exists or is infinite

Root test
$$L=\lim_{n\to\infty}\sqrt[n]{|a_n|};\ L<1\ \text{conv.},\ L>1\ \text{div.},\ L=1\ \text{no verdict}$$

the limit exists or is infinite

Test for divergence
$$\lim_{n\to\infty} a_n\neq 0\ \Rightarrow\ \sum a_n\ \text{diverges}$$

always available; can never prove convergence

Power series and its trichotomy
$$\sum c_n(x-a)^n:\ \text{conv. only at } a,\ \text{for all } x,\ \text{or on } |x-a|<R$$

constant coefficients, centre a

Radius and interval
$$\lim_{n\to\infty}\left|\frac{c_{n+1}}{c_n}\right||x-a|<1\ \Leftrightarrow\ |x-a|<R,\ \text{then test } x=a\pm R$$

ratio test applied to the coefficients

Check yourself

Close the page. On one sheet, from memory: the ratio test and the root test with what $L<1$, $L>1$ and $L=1$ each mean; the one sentence that says why absolute convergence gives ordinary convergence; the first question the testing strategy makes you ask; and the two-step recipe for an interval of convergence. Then open the formula card and mark what was missing. What you missed is your revision list; the rest of this section is not.

  • state the difference between absolute and conditional convergence and give one example of each?

    c-absolute

  • run the ratio test on a factorial series and say what L equal to one would mean?

    c-ratio

  • apply the root test to a term raised to the power n?

    c-root

  • name the first test to try on an unfamiliar series and why?

    c-strategy

  • read off the centre and coefficients of a power series and state its three possible convergence shapes?

    c-power

  • find a radius of convergence and complete the interval by testing both endpoints?

    c-radius

Glossary (7 terms)
absolutely convergentmutlak yakınsak

A series $\sum a_n$ is absolutely convergent when the series of sizes $\sum |a_n|$ converges; such a series always converges.

conditionally convergentkoşullu yakınsak

A series that converges while $\sum |a_n|$ diverges, so its convergence relies on cancellation between positive and negative terms.

ratio testoran testi

A test using $L=\lim|a_{n+1}/a_n|$: the series converges absolutely if $L<1$, diverges if $L>1$, and is undecided if $L=1$.

root testkök testi

A test using $L=\lim\sqrt[n]{|a_n|}$, with the same $L<1$, $L>1$, $L=1$ outcomes as the ratio test.

power serieskuvvet serisi

A series $\sum c_n(x-a)^n$ with constant coefficients $c_n$ and a variable $x$, centred at the number $a$.

radius of convergenceyakınsaklık yarıçapı

The number $R$ such that the power series converges for $|x-a|<R$ and diverges for $|x-a|>R$; it can be $0$ or infinite.

interval of convergenceyakınsaklık aralığı

The full set of $x$ for which a power series converges: the open interval of radius $R$ plus whichever endpoints pass their own test.

What comes next
§05 · Functions as power series, Taylor and Maclaurin series, and their applications

This section could tell you where a power series converges, but never what it converges to. Next comes the payoff: those same power series are the Taylor and Maclaurin series of familiar functions, so that $e^x$, $\sin x$ and $\ln(1+x)$ each become a power series you can differentiate, integrate, and use to compute values by hand.

Sources
  • James Stewart, Calculus, Ninth Edition — sections 11.6, 11.7 and 11.8 Section numbers are quoted only as they appear on the week 4 line of the course syllabus: 11.6 absolute convergence with the ratio and root tests, 11.7 the strategy for testing series, 11.8 power series.
  • Course syllabus: assessment weights Quizzes and homework are each weighted 10%; no other weights are listed, so no further exam claim is made here.
  • Standard convergence tests The ratio, root, comparison, alternating and integral tests are standard results; the geometric-series comparison behind the ratio and root tests is reproduced on this page rather than cited.

Spotted something missing or wrong? tell us · share your own notes or an old exam.