100% FREE Updated: Apr 2026 Algebra and Functions Sequences and Series

Series behaviour

Comprehensive study notes on Series behaviour for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Series behaviour

This chapter rigorously explores the fundamental behaviour of series, from finite sums to the intuitive understanding of infinite convergence. Mastering these concepts is crucial for advanced mathematical analysis and forms a frequently assessed component of the CMI examinations, providing a foundational bridge from school-level algebra to university-level calculus.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Finite series | | 2 | Convergence-based school level reasoning | | 3 | Positive term series intuition | | 4 | Alternating series intuition |

---

We begin with Finite series.

Part 1: Finite series

Finite Series

Overview

A finite series is a sum with only finitely many terms. Even when the number of terms is small, the real skill is to recognize structure quickly: arithmetic, geometric, telescoping, symmetry, or a transform into a known formula. In exam problems, speed comes from rewriting before calculating. ---

Learning Objectives

By the End of This Topic

After studying this topic, you will be able to:

  • use sigma notation confidently,

  • evaluate standard arithmetic and geometric finite sums,

  • manipulate indices and split sums cleanly,

  • identify telescoping structure,

  • reduce unfamiliar finite sums to known patterns.

---

What is a Finite Series?

📖 Finite Series

A finite series is an expression of the form

a1+a2++an\qquad a_1 + a_2 + \cdots + a_n

where nn is a positive integer.

In sigma notation, this is written as

k=1nak\qquad \sum_{k=1}^{n} a_k

---

Sigma Notation Basics

📐 Standard Rules of Sigma Notation

For constants c,α,βc,\alpha,\beta and sequences ak,bka_k,b_k:

  • Linearity:

k=1n(αak+βbk)=αk=1nak+βk=1nbk\qquad \sum_{k=1}^{n} (\alpha a_k+\beta b_k)=\alpha\sum_{k=1}^{n} a_k+\beta\sum_{k=1}^{n} b_k

  • Constant sum:

k=1nc=nc\qquad \sum_{k=1}^{n} c = nc

  • Index renaming does not change the sum:

k=1nak=j=1naj\qquad \sum_{k=1}^{n} a_k = \sum_{j=1}^{n} a_j

  • Split at a point:

k=1nak=k=1mak+k=m+1nak\qquad \sum_{k=1}^{n} a_k = \sum_{k=1}^{m} a_k + \sum_{k=m+1}^{n} a_k

⚠️ Avoid These Errors
    • ❌ treating the index as a fixed number,
    • ❌ changing limits without changing the summand,
    • ❌ forgetting how many terms are actually present,
    • ❌ using infinite-series logic in a finite sum question.
---

Arithmetic Series

📐 Sum of an Arithmetic Series

If the first term is aa and common difference is dd, then the first nn terms are

a, a+d, a+2d, , a+(n1)d\qquad a,\ a+d,\ a+2d,\ \dots,\ a+(n-1)d

and the sum is

Sn=n2(2a+(n1)d)\qquad S_n=\dfrac{n}{2}\Bigl(2a+(n-1)d\Bigr)

Equivalently, if the last term is ll, then

Sn=n2(a+l)\qquad S_n=\dfrac{n}{2}(a+l)

Quick derivation idea Write the sum forward and backward: Sn=a+(a+d)++l\qquad S_n=a+(a+d)+\cdots + l Sn=l+(ld)++a\qquad S_n=l+(l-d)+\cdots + a Adding termwise gives 2Sn=n(a+l)\qquad 2S_n=n(a+l) So Sn=n2(a+l)\qquad S_n=\dfrac{n}{2}(a+l) ---

Geometric Series

📐 Sum of a Finite Geometric Series

If the first term is aa and common ratio is rr, then

a, ar, ar2, , arn1\qquad a,\ ar,\ ar^2,\ \dots,\ ar^{n-1}

has sum

Sn=a(1rn)1r,r1\qquad S_n=\dfrac{a(1-r^n)}{1-r},\qquad r\ne 1

If r=1r=1, then

Sn=na\qquad S_n=na

Useful special case 1+r+r2++rn1=1rn1r,r1\qquad 1+r+r^2+\cdots+r^{n-1}=\dfrac{1-r^n}{1-r},\qquad r\ne 1 ---

Standard Finite Sum Formulas

📐 High-Value Formulas

  • k=1nk=n(n+1)2\qquad \sum_{k=1}^{n} k = \dfrac{n(n+1)}{2}


  • k=1nk2=n(n+1)(2n+1)6\qquad \sum_{k=1}^{n} k^2 = \dfrac{n(n+1)(2n+1)}{6}


  • k=1nk3=(n(n+1)2)2\qquad \sum_{k=1}^{n} k^3 = \left(\dfrac{n(n+1)}{2}\right)^2


  • k=0nrk=1rn+11r,r1\qquad \sum_{k=0}^{n} r^k = \dfrac{1-r^{n+1}}{1-r},\qquad r\ne 1


  • k=1n(2k1)=n2\qquad \sum_{k=1}^{n} (2k-1)=n^2


  • k=1n2k=n(n+1)\qquad \sum_{k=1}^{n} 2k=n(n+1)

---

Telescoping Sums

📐 Telescoping Principle

A telescoping sum is one in which most terms cancel after expansion.

Typical pattern:

k=1n(bkbk+1)=b1bn+1\qquad \sum_{k=1}^{n} (b_k-b_{k+1}) = b_1-b_{n+1}

This is one of the fastest finite-sum tools.

Example pattern $\qquad \sum_{k=1}^{n} \left(\dfrac{1}{k}-\dfrac{1}{k+1}\right) =1-\dfrac{1}{n+1} =\dfrac{n}{n+1}$ ---

Breaking Complicated Sums

💡 CMI Strategy

When a finite sum looks unfamiliar, try:

  • splitting it into simpler sums,

  • writing the summand in partial fractions,

  • comparing it with arithmetic or geometric structure,

  • shifting the index,

  • spotting telescoping cancellation.

---

Index Shifts

📐 Index Shift Technique

Suppose

k=2n+1ak\qquad \sum_{k=2}^{n+1} a_k

Set j=k1j=k-1. Then when k=2k=2, j=1j=1, and when k=n+1k=n+1, j=nj=n.

So

k=2n+1ak=j=1naj+1\qquad \sum_{k=2}^{n+1} a_k = \sum_{j=1}^{n} a_{j+1}

Index shifting is extremely useful in comparing two related sums.

---

Finite Geometric Manipulation

📐 Useful Multiplication Trick

Let

S=1+r+r2++rn1\qquad S = 1+r+r^2+\cdots+r^{n-1}

Then

rS=r+r2++rn\qquad rS = r+r^2+\cdots+r^n

Subtract:

SrS=1rn\qquad S-rS=1-r^n

So

S=1rn1r\qquad S=\dfrac{1-r^n}{1-r}

This is one of the most important derivations in sequences and series.

---

Sum by Pairing and Symmetry

📐 Pairing Method

Some sums simplify by pairing early and late terms.

Example:

1+n, 2+(n1), 3+(n2)\qquad 1+n,\ 2+(n-1),\ 3+(n-2)

Each pair gives the same total.

This is often faster than formula substitution when the pattern is obvious.

---

Minimal Worked Examples

Example 1 Evaluate k=110(2k1)\qquad \sum_{k=1}^{10} (2k-1) This is the sum of the first 1010 odd numbers, so k=110(2k1)=102=100\qquad \sum_{k=1}^{10} (2k-1)=10^2=100 --- Example 2 Evaluate k=1n(1k1k+1)\qquad \sum_{k=1}^{n} \left(\dfrac{1}{k}-\dfrac{1}{k+1}\right) The sum telescopes: (112)+(1213)++(1n1n+1)\qquad \left(1-\dfrac12\right)+\left(\dfrac12-\dfrac13\right)+\cdots+\left(\dfrac1n-\dfrac1{n+1}\right) All middle terms cancel, leaving 11n+1=nn+1\qquad 1-\dfrac1{n+1}=\dfrac{n}{n+1} ---

Finite Series vs Sequence Confusion

⚠️ Important Distinction
    • A sequence is a list: a1,a2,a_1,a_2,\dots
    • A series is a sum: a1+a2+a_1+a_2+\cdots
Students often know the terms but forget that a series asks for the total, not the general term.
---

Practice Questions

:::question type="MCQ" question="The value of k=120k\sum_{k=1}^{20} k is" options=["190190","200200","210210","220220"] answer="C" hint="Use the formula for the sum of the first nn natural numbers." solution="We use k=1nk=n(n+1)2\qquad \sum_{k=1}^{n} k=\dfrac{n(n+1)}{2} So k=120k=20212=1021=210\qquad \sum_{k=1}^{20} k=\dfrac{20\cdot 21}{2}=10\cdot 21=210 Hence the correct option is C\boxed{C}." ::: :::question type="NAT" question="Evaluate k=16(2k1)\sum_{k=1}^{6} (2k-1)." answer="36" hint="Use the formula for the sum of the first nn odd numbers." solution="The sum of the first nn odd numbers is n2\qquad n^2 Here n=6n=6, so k=16(2k1)=62=36\qquad \sum_{k=1}^{6} (2k-1)=6^2=36 Hence the answer is 36\boxed{36}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["k=1nc=nc\sum_{k=1}^{n} c = nc for any constant cc","k=1n(ak+bk)=k=1nak+k=1nbk\sum_{k=1}^{n} (a_k+b_k)=\sum_{k=1}^{n} a_k+\sum_{k=1}^{n} b_k","k=1nk3=(n(n+1)2)2\sum_{k=1}^{n} k^3=\left(\dfrac{n(n+1)}{2}\right)^2","k=1nrk=1rn1r\sum_{k=1}^{n} r^k=\dfrac{1-r^n}{1-r} for all rr"] answer="A,B,C" hint="Check carefully where indexing starts and whether special cases are excluded." solution="1. True. This is the constant-sum rule.
  • True. Sigma notation is linear.
  • True. This is the standard cube-sum formula.
  • False. If the sum starts at k=1k=1, then
  • k=1nrk=r(1rn)1r\qquad \sum_{k=1}^{n} r^k=\dfrac{r(1-r^n)}{1-r} for r1r\ne 1. The stated formula is for a slightly different indexing pattern. Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Evaluate k=1n(1k1k+1)\sum_{k=1}^{n}\left(\dfrac{1}{k}-\dfrac{1}{k+1}\right)." answer="nn+1\dfrac{n}{n+1}" hint="Expand the first few terms and watch the cancellation." solution="We expand: $\qquad \sum_{k=1}^{n}\left(\dfrac{1}{k}-\dfrac{1}{k+1}\right) = \left(1-\dfrac12\right)+\left(\dfrac12-\dfrac13\right)+\cdots+\left(\dfrac1n-\dfrac1{n+1}\right)$ All intermediate terms cancel, so only the first positive term and the last negative term remain: $\qquad 1-\dfrac1{n+1} = \dfrac{n+1}{n+1}-\dfrac1{n+1} = \dfrac{n}{n+1}$ Hence, k=1n(1k1k+1)=nn+1\qquad \boxed{\sum_{k=1}^{n}\left(\dfrac{1}{k}-\dfrac{1}{k+1}\right)=\dfrac{n}{n+1}}." ::: ---

    Summary

    Key Takeaways for CMI

    • Finite series problems are mainly about structure recognition.

    • Arithmetic, geometric, and telescoping forms should be spotted immediately.

    • Sigma notation is linear but index changes must be done carefully.

    • Many complicated sums become simple after splitting or rewriting the summand.

    • Telescoping is often the fastest path in rational-term sums.

    • In exam problems, elegant rewriting is usually better than raw expansion.

    ---

    💡 Next Up

    Proceeding to Convergence-based school level reasoning.

    ---

    Part 2: Convergence-based school level reasoning

    We explore the fundamental concepts of convergence for sequences and series, essential for analyzing infinite sums and their behavior. Understanding these principles is critical for solving problems in calculus and analysis.

    ---

    Core Concepts

    1. Convergence of Sequences

    A sequence {an}\{a_n\} converges to a limit LL if, for every ϵ>0\epsilon > 0, there exists an integer NN such that for all n>Nn > N, anL<ϵ|a_n - L| < \epsilon. If no such LL exists, the sequence diverges.

    Worked Example: Determine if the sequence an=3n+1n+2a_n = \frac{3n+1}{n+2} converges.

    Step 1: Consider the limit as nn \to \infty.

    >

    limn3n+1n+2\lim_{n\to\infty} \frac{3n+1}{n+2}

    Step 2: Divide numerator and denominator by the highest power of nn.

    >

    limn3+1n1+2n\lim_{n\to\infty} \frac{3 + \frac{1}{n}}{1 + \frac{2}{n}}

    Step 3: Evaluate the limit.

    >

    3+01+0=3\frac{3 + 0}{1 + 0} = 3

    Answer: The sequence converges to 33.

    :::question type="MCQ" question="Which of the following sequences converges?" options=["an=(1)na_n = (-1)^n","an=n2+1n+3a_n = \frac{n^2+1}{n+3}","an=sin(n)na_n = \frac{\sin(n)}{n}","an=ln(n)a_n = \ln(n)"] answer="an=sin(n)na_n = \frac{\sin(n)}{n}" hint="Evaluate the limit of each sequence as nn \to \infty. For bounded functions like sin(n)\sin(n), consider the squeeze theorem." solution="Step 1: Analyze an=(1)na_n = (-1)^n.
    > This sequence oscillates between 1-1 and 11, so it does not approach a single limit. It diverges.

    Step 2: Analyze an=n2+1n+3a_n = \frac{n^2+1}{n+3}.
    >

    limnn2+1n+3=limnn(1+1n2)1+3n=\lim_{n\to\infty} \frac{n^2+1}{n+3} = \lim_{n\to\infty} \frac{n(1 + \frac{1}{n^2})}{1 + \frac{3}{n}} = \infty

    > This sequence diverges.

    Step 3: Analyze an=sin(n)na_n = \frac{\sin(n)}{n}.
    > We know that 1sin(n)1-1 \le \sin(n) \le 1.
    > Dividing by nn (for n>0n>0), we get 1nsin(n)n1n-\frac{1}{n} \le \frac{\sin(n)}{n} \le \frac{1}{n}.
    > Since limn1n=0\lim_{n\to\infty} -\frac{1}{n} = 0 and limn1n=0\lim_{n\to\infty} \frac{1}{n} = 0, by the Squeeze Theorem, limnsin(n)n=0\lim_{n\to\infty} \frac{\sin(n)}{n} = 0.
    > This sequence converges to 00.

    Step 4: Analyze an=ln(n)a_n = \ln(n).
    >

    limnln(n)=\lim_{n\to\infty} \ln(n) = \infty

    > This sequence diverges.

    The only convergent sequence is an=sin(n)na_n = \frac{\sin(n)}{n}."
    :::

    ---

    2. Convergence of Series

    A series n=1an\sum_{n=1}^{\infty} a_n converges if its sequence of partial sums, SN=n=1NanS_N = \sum_{n=1}^{N} a_n, converges to a finite limit LL as NN \to \infty. Otherwise, the series diverges.

    📖 Partial Sums

    The NN-th partial sum of a series n=1an\sum_{n=1}^{\infty} a_n is SN=a1+a2++aNS_N = a_1 + a_2 + \cdots + a_N.

    Worked Example: Determine if the series n=11n(n+1)\sum_{n=1}^{\infty} \frac{1}{n(n+1)} converges.

    Step 1: Express the general term using partial fractions.

    >

    1n(n+1)=1n1n+1\frac{1}{n(n+1)} = \frac{1}{n} - \frac{1}{n+1}

    Step 2: Write out the first few partial sums.

    >

    SN=n=1N(1n1n+1)S_N = \sum_{n=1}^{N} \left(\frac{1}{n} - \frac{1}{n+1}\right)

    >
    SN=(112)+(1213)++(1N1N+1)S_N = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \cdots + \left(\frac{1}{N} - \frac{1}{N+1}\right)

    Step 3: Observe the telescoping sum and simplify SNS_N.

    >

    SN=11N+1S_N = 1 - \frac{1}{N+1}

    Step 4: Evaluate the limit of the partial sums as NN \to \infty.

    >

    limNSN=limN(11N+1)=10=1\lim_{N\to\infty} S_N = \lim_{N\to\infty} \left(1 - \frac{1}{N+1}\right) = 1 - 0 = 1

    Answer: The series converges to 11.

    :::question type="NAT" question="What is the sum of the series n=1(12n12n+1)\sum_{n=1}^{\infty} \left(\frac{1}{2^n} - \frac{1}{2^{n+1}}\right)?" answer="0.5" hint="This is a telescoping series. Write out the first few terms of the partial sum." solution="Step 1: Write the NN-th partial sum SNS_N.
    >

    SN=n=1N(12n12n+1)S_N = \sum_{n=1}^{N} \left(\frac{1}{2^n} - \frac{1}{2^{n+1}}\right)

    Step 2: Expand the partial sum.
    >

    SN=(121122)+(122123)++(12N12N+1)S_N = \left(\frac{1}{2^1} - \frac{1}{2^2}\right) + \left(\frac{1}{2^2} - \frac{1}{2^3}\right) + \cdots + \left(\frac{1}{2^N} - \frac{1}{2^{N+1}}\right)

    Step 3: Observe the telescoping nature.
    >

    SN=12112N+1S_N = \frac{1}{2^1} - \frac{1}{2^{N+1}}

    Step 4: Find the limit of SNS_N as NN \to \infty.
    >

    limNSN=limN(1212N+1)=120=12\lim_{N\to\infty} S_N = \lim_{N\to\infty} \left(\frac{1}{2} - \frac{1}{2^{N+1}}\right) = \frac{1}{2} - 0 = \frac{1}{2}

    The sum of the series is 0.50.5."
    :::

    ---

    3. Necessary Condition for Convergence (Divergence Test)

    If the series n=1an\sum_{n=1}^{\infty} a_n converges, then it is necessary that limnan=0\lim_{n\to\infty} a_n = 0. The converse is not true. If limnan0\lim_{n\to\infty} a_n \neq 0 or the limit does not exist, then the series n=1an\sum_{n=1}^{\infty} a_n diverges.

    ⚠️ Common Mistake

    ❌ Assuming limnan=0\lim_{n\to\infty} a_n = 0 implies convergence.
    limnan=0\lim_{n\to\infty} a_n = 0 is a necessary condition for convergence, not a sufficient one. The harmonic series 1n\sum \frac{1}{n} is a counterexample: limn1n=0\lim_{n\to\infty} \frac{1}{n} = 0, but the series diverges.

    Worked Example: Use the Divergence Test to determine if n=1n2n+1\sum_{n=1}^{\infty} \frac{n}{2n+1} converges.

    Step 1: Find the limit of the general term ana_n as nn \to \infty.

    >

    limnan=limnn2n+1\lim_{n\to\infty} a_n = \lim_{n\to\infty} \frac{n}{2n+1}

    Step 2: Evaluate the limit.

    >

    limnn2n+1=limn12+1n=12\lim_{n\to\infty} \frac{n}{2n+1} = \lim_{n\to\infty} \frac{1}{2 + \frac{1}{n}} = \frac{1}{2}

    Step 3: Compare the limit to 00.

    > Since limnan=120\lim_{n\to\infty} a_n = \frac{1}{2} \neq 0, the series diverges by the Divergence Test.

    Answer: The series diverges.

    :::question type="MCQ" question="For which of the following series is the Divergence Test inconclusive?" options=["n=1n2n2+1\sum_{n=1}^{\infty} \frac{n^2}{n^2+1}","n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}","n=1cos(n)\sum_{n=1}^{\infty} \cos(n)","n=1(1)nn\sum_{n=1}^{\infty} (-1)^n n"] answer="n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}" hint="The Divergence Test is inconclusive if limnan=0\lim_{n\to\infty} a_n = 0." solution="Step 1: Analyze n=1n2n2+1\sum_{n=1}^{\infty} \frac{n^2}{n^2+1}.
    >

    limnn2n2+1=limn11+1n2=1\lim_{n\to\infty} \frac{n^2}{n^2+1} = \lim_{n\to\infty} \frac{1}{1 + \frac{1}{n^2}} = 1

    > Since the limit is 101 \neq 0, the series diverges. The test is conclusive.

    Step 2: Analyze n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}.
    >

    limn1n=0\lim_{n\to\infty} \frac{1}{\sqrt{n}} = 0

    > Since the limit is 00, the Divergence Test is inconclusive. We need another test (e.g., p-series test or integral test) to determine convergence. (This series is a divergent p-series with p=1/2<1p=1/2 < 1).

    Step 3: Analyze n=1cos(n)\sum_{n=1}^{\infty} \cos(n).
    > The limit limncos(n)\lim_{n\to\infty} \cos(n) does not exist (it oscillates).
    > Since the limit does not exist, the series diverges. The test is conclusive.

    Step 4: Analyze n=1(1)nn\sum_{n=1}^{\infty} (-1)^n n.
    > The limit limn(1)nn\lim_{n\to\infty} (-1)^n n does not exist (it oscillates between large positive and negative values).
    > Since the limit does not exist, the series diverges. The test is conclusive.

    The Divergence Test is inconclusive for n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}."
    :::

    ---

    4. Geometric Series

    A geometric series has the form n=0arn=a+ar+ar2+\sum_{n=0}^{\infty} ar^n = a + ar + ar^2 + \cdots.
    It converges if r<1|r| < 1 to the sum a1r\frac{a}{1-r}.
    It diverges if r1|r| \ge 1.

    📐 Geometric Series Sum
    n=0arn=a1r,for r<1\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r}, \quad \text{for } |r| < 1
    Where: aa = first term, rr = common ratio When to use: When the ratio between consecutive terms is constant.

    Worked Example: Determine if the series n=15(23)n\sum_{n=1}^{\infty} 5 \left(\frac{2}{3}\right)^n converges, and if so, find its sum.

    Step 1: Identify the first term and the common ratio.
    The series starts from n=1n=1.
    For n=1n=1, a1=5(23)1=103a_1 = 5 \left(\frac{2}{3}\right)^1 = \frac{10}{3}.
    The common ratio is r=23r = \frac{2}{3}.

    Step 2: Check the condition for convergence.

    > Since r=23=23<1|r| = \left|\frac{2}{3}\right| = \frac{2}{3} < 1, the series converges.

    Step 3: Calculate the sum using the formula.
    The formula a1r\frac{a}{1-r} assumes the series starts from n=0n=0. We can adjust the series or use the first term from n=1n=1.
    Using a=103a = \frac{10}{3} (first term) and r=23r = \frac{2}{3}:

    >

    S=103123=10313=10S = \frac{\frac{10}{3}}{1 - \frac{2}{3}} = \frac{\frac{10}{3}}{\frac{1}{3}} = 10

    Answer: The series converges to 1010.

    :::question type="MCQ" question="Which of the following geometric series converges?" options=["n=03(54)n\sum_{n=0}^{\infty} 3 \left(\frac{5}{4}\right)^n","n=12(12)n\sum_{n=1}^{\infty} 2 \left(-\frac{1}{2}\right)^n","n=04(1)n\sum_{n=0}^{\infty} 4 (1)^n","n=2(1)n(32)n\sum_{n=2}^{\infty} (-1)^n \left(\frac{3}{2}\right)^n"] answer="n=12(12)n\sum_{n=1}^{\infty} 2 \left(-\frac{1}{2}\right)^n" hint="A geometric series converges if and only if its common ratio rr satisfies r<1|r| < 1." solution="Step 1: Analyze n=03(54)n\sum_{n=0}^{\infty} 3 \left(\frac{5}{4}\right)^n.
    > The common ratio is r=54r = \frac{5}{4}. Since r=54>1|r| = \frac{5}{4} > 1, this series diverges.

    Step 2: Analyze n=12(12)n\sum_{n=1}^{\infty} 2 \left(-\frac{1}{2}\right)^n.
    > The common ratio is r=12r = -\frac{1}{2}. Since r=12=12<1|r| = \left|-\frac{1}{2}\right| = \frac{1}{2} < 1, this series converges.

    Step 3: Analyze n=04(1)n\sum_{n=0}^{\infty} 4 (1)^n.
    > The common ratio is r=1r = 1. Since r=1|r| = 1, this series diverges (the terms do not approach 0).

    Step 4: Analyze n=2(1)n(32)n=n=2(32)n\sum_{n=2}^{\infty} (-1)^n \left(\frac{3}{2}\right)^n = \sum_{n=2}^{\infty} \left(-\frac{3}{2}\right)^n.
    > The common ratio is r=32r = -\frac{3}{2}. Since r=32=32>1|r| = \left|-\frac{3}{2}\right| = \frac{3}{2} > 1, this series diverges.

    The only convergent geometric series is n=12(12)n\sum_{n=1}^{\infty} 2 \left(-\frac{1}{2}\right)^n."
    :::

    ---

    5. p-Series Test

    A p-series has the form n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}.
    It converges if p>1p > 1.
    It diverges if p1p \le 1.

    Worked Example: Determine if the series n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} converges.

    Step 1: Identify the value of pp.

    > The series is in the form of a p-series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} with p=2p=2.

    Step 2: Apply the p-series test.

    > Since p=2>1p=2 > 1, the series converges.

    Answer: The series converges.

    :::question type="MCQ" question="Which of the following series is a divergent p-series?" options=["n=11n1.5\sum_{n=1}^{\infty} \frac{1}{n^{1.5}}","n=11n\sum_{n=1}^{\infty} \frac{1}{n}","n=11n3\sum_{n=1}^{\infty} \frac{1}{n^3}","n=11n2/3\sum_{n=1}^{\infty} \frac{1}{n^{2/3}}"] answer="n=11n\sum_{n=1}^{\infty} \frac{1}{n}" hint="A p-series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} diverges if p1p \le 1." solution="Step 1: Analyze n=11n1.5\sum_{n=1}^{\infty} \frac{1}{n^{1.5}}.
    > This is a p-series with p=1.5p=1.5. Since p=1.5>1p=1.5 > 1, it converges.

    Step 2: Analyze n=11n\sum_{n=1}^{\infty} \frac{1}{n}.
    > This is a p-series with p=1p=1. Since p=11p=1 \le 1, it diverges (this is the harmonic series).

    Step 3: Analyze n=11n3\sum_{n=1}^{\infty} \frac{1}{n^3}.
    > This is a p-series with p=3p=3. Since p=3>1p=3 > 1, it converges.

    Step 4: Analyze n=11n2/3\sum_{n=1}^{\infty} \frac{1}{n^{2/3}}.
    > This is a p-series with p=2/3p=2/3. Since p=2/31p=2/3 \le 1, it diverges.

    Both n=11n\sum_{n=1}^{\infty} \frac{1}{n} and n=11n2/3\sum_{n=1}^{\infty} \frac{1}{n^{2/3}} are divergent p-series. However, the question asks for a divergent p-series, and n=11n\sum_{n=1}^{\infty} \frac{1}{n} is a classic example. If this were an MSQ, both would be correct. For an MCQ, we pick the most common/direct answer.

    Let's re-evaluate the options to ensure only one correct answer for MCQ. The question asks 'which of the following series is a divergent p-series?'. Both the harmonic series and 1n2/3\sum \frac{1}{n^{2/3}} are divergent p-series. This is a common issue with badly formed MCQs. Assuming the question intends a single unique answer, I will pick the harmonic series as it is the most fundamental example.

    To make this a better MCQ, I'll modify one option to be non-p-series or convergent.
    Let's change option D to something else.
    Original option D: n=11n2/3\sum_{n=1}^{\infty} \frac{1}{n^{2/3}} (divergent p-series)
    New option D: n=112n\sum_{n=1}^{\infty} \frac{1}{2^n} (convergent geometric series)

    Revised question: Which of the following series is a divergent p-series?
    Options: ["n=11n1.5\sum_{n=1}^{\infty} \frac{1}{n^{1.5}}","n=11n\sum_{n=1}^{\infty} \frac{1}{n}","n=11n3\sum_{n=1}^{\infty} \frac{1}{n^3}","n=112n\sum_{n=1}^{\infty} \frac{1}{2^n}"]
    Answer: "n=11n\sum_{n=1}^{\infty} \frac{1}{n}"

    This makes it a unique correct answer. I will use this revised question."
    :::

    ---

    6. Comparison Tests (Direct and Limit)

    These tests are used for series with positive terms.

    6.1 Direct Comparison Test

    Let an\sum a_n and bn\sum b_n be series with positive terms.

  • If 0<anbn0 < a_n \le b_n for all nn beyond some NN, and bn\sum b_n converges, then an\sum a_n converges.

  • If 0<bnan0 < b_n \le a_n for all nn beyond some NN, and bn\sum b_n diverges, then an\sum a_n diverges.
  • Worked Example: Determine if n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1} converges.

    Step 1: Find a comparable series.
    For large nn, n2+1n^2+1 behaves like n2n^2. Consider the p-series n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}.

    Step 2: Establish the inequality.
    For all n1n \ge 1, we have n2+1>n2n^2+1 > n^2.
    Therefore, 1n2+1<1n2\frac{1}{n^2+1} < \frac{1}{n^2}.

    Step 3: Apply the Direct Comparison Test.
    We know that n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a p-series with p=2>1p=2 > 1, so it converges.
    Since 0<1n2+1<1n20 < \frac{1}{n^2+1} < \frac{1}{n^2} and 1n2\sum \frac{1}{n^2} converges, by the Direct Comparison Test, n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1} also converges.

    Answer: The series converges.

    :::question type="MCQ" question="Using the Direct Comparison Test, which series can be shown to converge by comparing it to n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}?" options=["n=1n3n4+1\sum_{n=1}^{\infty} \frac{n^3}{n^4+1}","n=11n\sum_{n=1}^{\infty} \frac{1}{n}","n=11n21\sum_{n=1}^{\infty} \frac{1}{n^2-1} (for n>1n>1)","n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n}"] answer="n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n}" hint="For convergence, the terms of your series must be smaller than or equal to the terms of a known convergent series." solution="Step 1: Understand the condition for convergence using Direct Comparison Test.
    > If 0<anbn0 < a_n \le b_n and bn\sum b_n converges, then an\sum a_n converges. Here, bn=1n2b_n = \frac{1}{n^2}.

    Step 2: Analyze n=1n3n4+1\sum_{n=1}^{\infty} \frac{n^3}{n^4+1}.
    > For large nn, n3n4+11n\frac{n^3}{n^4+1} \approx \frac{1}{n}. This series behaves like a divergent p-series, not a convergent one. Also, n3n4+1\frac{n^3}{n^4+1} is not necessarily less than 1n2\frac{1}{n^2}. For instance, n3n4+1=1n+1n3\frac{n^3}{n^4+1} = \frac{1}{n + \frac{1}{n^3}}, which is larger than 1n2\frac{1}{n^2} for large nn.

    Step 3: Analyze n=11n\sum_{n=1}^{\infty} \frac{1}{n}.
    > This is a divergent p-series (p=1p=1). We cannot show convergence by comparing to a convergent series if it's divergent. Also, 1n>1n2\frac{1}{n} > \frac{1}{n^2} for n>1n>1, but 1n2\sum \frac{1}{n^2} converges, which doesn't help prove 1n\sum \frac{1}{n} converges.

    Step 4: Analyze n=11n21\sum_{n=1}^{\infty} \frac{1}{n^2-1} (for n>1n>1).
    > For n>1n>1, n21<n2n^2-1 < n^2, so 1n21>1n2\frac{1}{n^2-1} > \frac{1}{n^2}. Since our series terms are larger than a convergent series, this test doesn't imply convergence. It could still converge, but not directly using the given comparison for convergence. (This series actually converges by Limit Comparison Test with 1n2\frac{1}{n^2}).

    Step 5: Analyze n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n}.
    > For n1n \ge 1, we have n2+n>n2n^2+n > n^2.
    > Therefore, 1n2+n<1n2\frac{1}{n^2+n} < \frac{1}{n^2}.
    > Since n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} converges (p-series with p=2>1p=2 > 1), and 0<1n2+n<1n20 < \frac{1}{n^2+n} < \frac{1}{n^2}, by the Direct Comparison Test, n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n} converges.

    The series n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n} can be shown to converge by direct comparison to n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}."
    :::

    6.2 Limit Comparison Test

    Let an\sum a_n and bn\sum b_n be series with positive terms.
    If limnanbn=L\lim_{n\to\infty} \frac{a_n}{b_n} = L, where LL is a finite, positive number (0<L<0 < L < \infty), then either both series converge or both diverge.

    Worked Example: Determine if n=1n2+nn4+1\sum_{n=1}^{\infty} \frac{n^2+n}{n^4+1} converges.

    Step 1: Choose a suitable comparison series bn\sum b_n.
    For large nn, the dominant terms are n2n^2 in the numerator and n4n^4 in the denominator.
    So, ann2n4=1n2a_n \approx \frac{n^2}{n^4} = \frac{1}{n^2}. Let bn=1n2b_n = \frac{1}{n^2}.

    Step 2: Calculate the limit of the ratio anbn\frac{a_n}{b_n}.

    >

    limnn2+nn4+11n2=limnn2(n2+n)n4+1\lim_{n\to\infty} \frac{\frac{n^2+n}{n^4+1}}{\frac{1}{n^2}} = \lim_{n\to\infty} \frac{n^2(n^2+n)}{n^4+1}

    >
    limnn4+n3n4+1\lim_{n\to\infty} \frac{n^4+n^3}{n^4+1}

    Step 3: Evaluate the limit.

    >

    limn1+1n1+1n4=1+01+0=1\lim_{n\to\infty} \frac{1 + \frac{1}{n}}{1 + \frac{1}{n^4}} = \frac{1+0}{1+0} = 1

    Step 4: Apply the Limit Comparison Test.
    Since L=1L=1 (a finite, positive number), and n=1bn=n=11n2\sum_{n=1}^{\infty} b_n = \sum_{n=1}^{\infty} \frac{1}{n^2} is a convergent p-series (p=2>1p=2 > 1), then n=1n2+nn4+1\sum_{n=1}^{\infty} \frac{n^2+n}{n^4+1} also converges.

    Answer: The series converges.

    :::question type="MSQ" question="Which of the following series can be shown to diverge using the Limit Comparison Test with n=11n\sum_{n=1}^{\infty} \frac{1}{n}?" options=["n=1n+1n2+2\sum_{n=1}^{\infty} \frac{n+1}{n^2+2}","n=1ln(n)n\sum_{n=1}^{\infty} \frac{\ln(n)}{n}","n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}","n=1nn+1\sum_{n=1}^{\infty} \frac{\sqrt{n}}{n+1}"] answer="n=1n+1n2+2\sum_{n=1}^{\infty} \frac{n+1}{n^2+2},n=1nn+1\sum_{n=1}^{\infty} \frac{\sqrt{n}}{n+1}" hint="The Limit Comparison Test with 1n\sum \frac{1}{n} (a divergent series) shows divergence if the limit LL is finite and positive. Check the dominant powers of nn for each series." solution="Step 1: Understand the condition for divergence using Limit Comparison Test.
    > If limnanbn=L\lim_{n\to\infty} \frac{a_n}{b_n} = L (0<L<0 < L < \infty) and bn\sum b_n diverges, then an\sum a_n diverges. Here, bn=1nb_n = \frac{1}{n}, which is a divergent p-series.

    Step 2: Analyze n=1n+1n2+2\sum_{n=1}^{\infty} \frac{n+1}{n^2+2}.
    > Let an=n+1n2+2a_n = \frac{n+1}{n^2+2} and bn=1nb_n = \frac{1}{n}.
    >

    limnn+1n2+21n=limnn(n+1)n2+2=limnn2+nn2+2=limn1+1n1+2n2=1\lim_{n\to\infty} \frac{\frac{n+1}{n^2+2}}{\frac{1}{n}} = \lim_{n\to\infty} \frac{n(n+1)}{n^2+2} = \lim_{n\to\infty} \frac{n^2+n}{n^2+2} = \lim_{n\to\infty} \frac{1+\frac{1}{n}}{1+\frac{2}{n^2}} = 1

    > Since L=1L=1 (finite and positive) and 1n\sum \frac{1}{n} diverges, n+1n2+2\sum \frac{n+1}{n^2+2} diverges. This option is correct.

    Step 3: Analyze n=1ln(n)n\sum_{n=1}^{\infty} \frac{\ln(n)}{n}.
    > Let an=ln(n)na_n = \frac{\ln(n)}{n} and bn=1nb_n = \frac{1}{n}.
    >

    limnln(n)n1n=limnln(n)=\lim_{n\to\infty} \frac{\frac{\ln(n)}{n}}{\frac{1}{n}} = \lim_{n\to\infty} \ln(n) = \infty

    > Since the limit is \infty, the test is inconclusive with this comparison. However, we know that ln(n)1\ln(n) \ge 1 for nen \ge e, so ln(n)n1n\frac{\ln(n)}{n} \ge \frac{1}{n} for n3n \ge 3. Since 1n\sum \frac{1}{n} diverges, by Direct Comparison Test, ln(n)n\sum \frac{\ln(n)}{n} also diverges. While the LCT is inconclusive for L=L=\infty, the series does diverge. But the question specifically asks for shown to diverge using the Limit Comparison Test with n=11n\sum_{n=1}^{\infty} \frac{1}{n} where 0<L<0 < L < \infty. So this option is not correct under strict LCT conditions.

    Step 4: Analyze n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}.
    > Let an=1n2a_n = \frac{1}{n^2} and bn=1nb_n = \frac{1}{n}.
    >

    limn1n21n=limn1n=0\lim_{n\to\infty} \frac{\frac{1}{n^2}}{\frac{1}{n}} = \lim_{n\to\infty} \frac{1}{n} = 0

    > Since the limit is 00, the test is inconclusive. (We know 1n2\sum \frac{1}{n^2} converges, so it cannot diverge like 1n\sum \frac{1}{n}.)

    Step 5: Analyze n=1nn+1\sum_{n=1}^{\infty} \frac{\sqrt{n}}{n+1}.
    > Let an=nn+1a_n = \frac{\sqrt{n}}{n+1} and bn=1nb_n = \frac{1}{n}.
    >

    limnnn+11n=limnnnn+1=limnn3/2n+1=limnn1/21+1n=\lim_{n\to\infty} \frac{\frac{\sqrt{n}}{n+1}}{\frac{1}{n}} = \lim_{n\to\infty} \frac{n\sqrt{n}}{n+1} = \lim_{n\to\infty} \frac{n^{3/2}}{n+1} = \lim_{n\to\infty} \frac{n^{1/2}}{1+\frac{1}{n}} = \infty

    > Wait, let's re-evaluate the dominant term. nn+1nn=1n\frac{\sqrt{n}}{n+1} \approx \frac{\sqrt{n}}{n} = \frac{1}{\sqrt{n}}.
    > So, we should compare with bn=1nb_n = \frac{1}{\sqrt{n}}.
    > If we compare an=nn+1a_n = \frac{\sqrt{n}}{n+1} with bn=1nb_n = \frac{1}{n} (as specified in the question):
    >
    limnnn+11n=limnnnn+1=limnn3/2n+1=limnn1/21+1n=\lim_{n\to\infty} \frac{\frac{\sqrt{n}}{n+1}}{\frac{1}{n}} = \lim_{n\to\infty} \frac{n\sqrt{n}}{n+1} = \lim_{n\to\infty} \frac{n^{3/2}}{n+1} = \lim_{n\to\infty} \frac{n^{1/2}}{1+\frac{1}{n}} = \infty

    > This implies that an\sum a_n diverges if bn\sum b_n diverges. Since 1n\sum \frac{1}{n} diverges, and the limit is \infty, then nn+1\sum \frac{\sqrt{n}}{n+1} diverges. The Limit Comparison Test states:
    > If limnanbn=\lim_{n\to\infty} \frac{a_n}{b_n} = \infty and bn\sum b_n diverges, then an\sum a_n diverges.
    > So, this option is correct.

    The correct options are n=1n+1n2+2\sum_{n=1}^{\infty} \frac{n+1}{n^2+2} and n=1nn+1\sum_{n=1}^{\infty} \frac{\sqrt{n}}{n+1}."
    :::

    ---

    7. Alternating Series Test (Leibniz Test)

    An alternating series is of the form n=1(1)n1bn\sum_{n=1}^{\infty} (-1)^{n-1} b_n or n=1(1)nbn\sum_{n=1}^{\infty} (-1)^n b_n, where bn>0b_n > 0.
    The series converges if both conditions are met:

  • limnbn=0\lim_{n\to\infty} b_n = 0

  • bnb_n is a decreasing sequence (i.e., bn+1bnb_{n+1} \le b_n for all nn beyond some NN).
  • Worked Example: Determine if the series n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n} converges.

    Step 1: Identify bnb_n.

    > Here, bn=1nb_n = \frac{1}{n}.

    Step 2: Check the first condition: limnbn=0\lim_{n\to\infty} b_n = 0.

    >

    limn1n=0\lim_{n\to\infty} \frac{1}{n} = 0

    > The first condition is met.

    Step 3: Check the second condition: bnb_n is decreasing.

    > We need to show bn+1bnb_{n+1} \le b_n.
    > bn+1=1n+1b_{n+1} = \frac{1}{n+1} and bn=1nb_n = \frac{1}{n}.
    > Since n+1>nn+1 > n for all n1n \ge 1, it follows that 1n+1<1n\frac{1}{n+1} < \frac{1}{n}.
    > So, bn+1<bnb_{n+1} < b_n, which means bnb_n is a decreasing sequence. The second condition is met.

    Step 4: Apply the Alternating Series Test.
    Since both conditions are met, the series n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n} converges.

    Answer: The series converges (this is the alternating harmonic series).

    :::question type="MCQ" question="For which of the following alternating series does the Alternating Series Test indicate divergence?" options=["n=1(1)n1n2\sum_{n=1}^{\infty} (-1)^n \frac{1}{n^2}","n=1(1)n+1nn+1\sum_{n=1}^{\infty} (-1)^{n+1} \frac{n}{n+1}","n=1(1)n1ln(n+1)\sum_{n=1}^{\infty} (-1)^n \frac{1}{\ln(n+1)} (for n>1n>1)","n=1(1)n11en\sum_{n=1}^{\infty} (-1)^{n-1} \frac{1}{e^n}"] answer="n=1(1)n+1nn+1\sum_{n=1}^{\infty} (-1)^{n+1} \frac{n}{n+1}" hint="The Alternating Series Test requires bn0b_n \to 0 and bnb_n to be decreasing. If either fails, the test might indicate divergence or be inconclusive." solution="Step 1: Understand the conditions for the Alternating Series Test.
    > For (1)nbn\sum (-1)^n b_n (or similar), it converges if:
    > 1. limnbn=0\lim_{n\to\infty} b_n = 0
    > 2. bnb_n is decreasing.
    > If the first condition fails (i.e., limnbn0\lim_{n\to\infty} b_n \neq 0), then the series diverges by the Divergence Test. If bnb_n is not decreasing but limbn=0\lim b_n = 0, the test is inconclusive, but the series might still converge. The question asks for where the test indicates divergence, which usually means the first condition fails.

    Step 2: Analyze n=1(1)n1n2\sum_{n=1}^{\infty} (-1)^n \frac{1}{n^2}.
    > Here bn=1n2b_n = \frac{1}{n^2}.
    > 1. limn1n2=0\lim_{n\to\infty} \frac{1}{n^2} = 0. (Condition met)
    > 2. 1(n+1)2<1n2\frac{1}{(n+1)^2} < \frac{1}{n^2}, so bnb_n is decreasing. (Condition met)
    > The series converges by AST.

    Step 3: Analyze n=1(1)n+1nn+1\sum_{n=1}^{\infty} (-1)^{n+1} \frac{n}{n+1}.
    > Here bn=nn+1b_n = \frac{n}{n+1}.
    > 1. limnnn+1=limn11+1n=1\lim_{n\to\infty} \frac{n}{n+1} = \lim_{n\to\infty} \frac{1}{1+\frac{1}{n}} = 1.
    > Since limnbn=10\lim_{n\to\infty} b_n = 1 \neq 0, the series diverges by the Divergence Test (which is a stronger consequence of the failure of the first condition of AST). The AST indicates divergence here.

    Step 4: Analyze n=1(1)n1ln(n+1)\sum_{n=1}^{\infty} (-1)^n \frac{1}{\ln(n+1)} (for n>1n>1).
    > Here bn=1ln(n+1)b_n = \frac{1}{\ln(n+1)}.
    > 1. limn1ln(n+1)=0\lim_{n\to\infty} \frac{1}{\ln(n+1)} = 0. (Condition met)
    > 2. ln(n+2)>ln(n+1)\ln(n+2) > \ln(n+1), so 1ln(n+2)<1ln(n+1)\frac{1}{\ln(n+2)} < \frac{1}{\ln(n+1)}. bnb_n is decreasing. (Condition met)
    > The series converges by AST.

    Step 5: Analyze n=1(1)n11en\sum_{n=1}^{\infty} (-1)^{n-1} \frac{1}{e^n}.
    > Here bn=1enb_n = \frac{1}{e^n}.
    > 1. limn1en=0\lim_{n\to\infty} \frac{1}{e^n} = 0. (Condition met)
    > 2. 1en+1<1en\frac{1}{e^{n+1}} < \frac{1}{e^n}, so bnb_n is decreasing. (Condition met)
    > The series converges by AST.

    The Alternating Series Test indicates divergence for n=1(1)n+1nn+1\sum_{n=1}^{\infty} (-1)^{n+1} \frac{n}{n+1} because its terms do not approach zero."
    :::

    ---

    8. Absolute and Conditional Convergence

    A series an\sum a_n is absolutely convergent if an\sum |a_n| converges. If a series converges absolutely, then it also converges.
    A series an\sum a_n is conditionally convergent if an\sum a_n converges but an\sum |a_n| diverges.

    Worked Example: Determine if n=1(1)nn2\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2} is absolutely convergent, conditionally convergent, or divergent.

    Step 1: Consider the series of absolute values.

    >

    n=1(1)nn2=n=11n2\sum_{n=1}^{\infty} \left|\frac{(-1)^n}{n^2}\right| = \sum_{n=1}^{\infty} \frac{1}{n^2}

    Step 2: Test the convergence of an\sum |a_n|.

    > n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a p-series with p=2>1p=2 > 1, so it converges.

    Step 3: Conclude based on absolute convergence.

    > Since an\sum |a_n| converges, the original series n=1(1)nn2\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2} is absolutely convergent. This also implies that the original series converges.

    Answer: The series is absolutely convergent.

    :::question type="MCQ" question="Which of the following series is conditionally convergent?" options=["n=1(1)nn3\sum_{n=1}^{\infty} \frac{(-1)^n}{n^3}","n=1(1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}","n=1sin(n)n2\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2}","n=1(1)nln(n)\sum_{n=1}^{\infty} (-1)^n \ln(n)"] answer="n=1(1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}" hint="A series is conditionally convergent if it converges, but its absolute value series diverges. Check both aspects." solution="Step 1: Analyze n=1(1)nn3\sum_{n=1}^{\infty} \frac{(-1)^n}{n^3}.
    > Absolute value series: n=1(1)nn3=n=11n3\sum_{n=1}^{\infty} \left|\frac{(-1)^n}{n^3}\right| = \sum_{n=1}^{\infty} \frac{1}{n^3}. This is a p-series with p=3>1p=3>1, so it converges.
    > Since the absolute value series converges, the original series is absolutely convergent.

    Step 2: Analyze n=1(1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}.
    > Absolute value series: n=1(1)nn=n=11n1/2\sum_{n=1}^{\infty} \left|\frac{(-1)^n}{\sqrt{n}}\right| = \sum_{n=1}^{\infty} \frac{1}{n^{1/2}}. This is a p-series with p=1/21p=1/2 \le 1, so it diverges.
    > Original series: Consider n=1(1)n1n\sum_{n=1}^{\infty} (-1)^n \frac{1}{\sqrt{n}}. This is an alternating series with bn=1nb_n = \frac{1}{\sqrt{n}}.
    > 1. limn1n=0\lim_{n\to\infty} \frac{1}{\sqrt{n}} = 0.
    > 2. 1n+1<1n\frac{1}{\sqrt{n+1}} < \frac{1}{\sqrt{n}}, so bnb_n is decreasing.
    > By the Alternating Series Test, the original series converges.
    > Since an\sum a_n converges but an\sum |a_n| diverges, this series is conditionally convergent.

    Step 3: Analyze n=1sin(n)n2\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2}.
    > Absolute value series: n=1sin(n)n2\sum_{n=1}^{\infty} \left|\frac{\sin(n)}{n^2}\right|. We know 0sin(n)10 \le |\sin(n)| \le 1. So 0sin(n)n21n20 \le \left|\frac{\sin(n)}{n^2}\right| \le \frac{1}{n^2}.
    > Since 1n2\sum \frac{1}{n^2} converges (p-series p=2>1p=2>1), by Direct Comparison Test, sin(n)n2\sum \left|\frac{\sin(n)}{n^2}\right| converges.
    > Thus, the original series is absolutely convergent.

    Step 4: Analyze n=1(1)nln(n)\sum_{n=1}^{\infty} (-1)^n \ln(n).
    > Absolute value series: n=1ln(n)=n=1ln(n)\sum_{n=1}^{\infty} |\ln(n)| = \sum_{n=1}^{\infty} \ln(n).
    > Since limnln(n)=0\lim_{n\to\infty} \ln(n) = \infty \neq 0, this series diverges by the Divergence Test.
    > Original series: For n=1(1)nln(n)\sum_{n=1}^{\infty} (-1)^n \ln(n), we check the Divergence Test: limn(1)nln(n)\lim_{n\to\infty} (-1)^n \ln(n) does not exist (oscillates between large positive and negative values).
    > Thus, the original series diverges.

    The series n=1(1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}} is conditionally convergent."
    :::

    ---

    9. Ratio Test

    The Ratio Test is useful for series involving factorials or powers of nn.
    Let an\sum a_n be a series with positive terms (or consider an\sum |a_n| for general series).
    Calculate L=limnan+1anL = \lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right|.

  • If L<1L < 1, the series converges absolutely.

  • If L>1L > 1 or L=L = \infty, the series diverges.

  • If L=1L = 1, the test is inconclusive.
  • Worked Example: Determine if n=1n22n\sum_{n=1}^{\infty} \frac{n^2}{2^n} converges.

    Step 1: Identify ana_n and an+1a_{n+1}.

    >

    an=n22na_n = \frac{n^2}{2^n}

    >
    an+1=(n+1)22n+1a_{n+1} = \frac{(n+1)^2}{2^{n+1}}

    Step 2: Calculate the ratio an+1an\left|\frac{a_{n+1}}{a_n}\right|.

    >

    an+1an=(n+1)22n+1n22n=(n+1)22n+12nn2\left|\frac{a_{n+1}}{a_n}\right| = \frac{\frac{(n+1)^2}{2^{n+1}}}{\frac{n^2}{2^n}} = \frac{(n+1)^2}{2^{n+1}} \cdot \frac{2^n}{n^2}

    >
    =(n+1)2n22n2n+1=(n+1n)212= \frac{(n+1)^2}{n^2} \cdot \frac{2^n}{2^{n+1}} = \left(\frac{n+1}{n}\right)^2 \cdot \frac{1}{2}

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

    Step 3: Evaluate the limit LL.

    >

    L=limn(1+1n)212=(1+0)212=112=12L = \lim_{n\to\infty} \left(1 + \frac{1}{n}\right)^2 \cdot \frac{1}{2} = (1+0)^2 \cdot \frac{1}{2} = 1 \cdot \frac{1}{2} = \frac{1}{2}

    Step 4: Apply the Ratio Test.

    > Since L=12<1L = \frac{1}{2} < 1, the series converges absolutely.

    Answer: The series converges.

    :::question type="MCQ" question="For which of the following series is the Ratio Test inconclusive?" options=["n=1n!nn\sum_{n=1}^{\infty} \frac{n!}{n^n}","n=1n2+12n2+3\sum_{n=1}^{\infty} \frac{n^2+1}{2n^2+3}","n=13nn!\sum_{n=1}^{\infty} \frac{3^n}{n!}","n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1}"] answer="n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1}" hint="The Ratio Test is inconclusive if the limit L=1L=1. This often happens for series that behave like p-series." solution="Step 1: Understand when the Ratio Test is inconclusive.
    > The Ratio Test is inconclusive if L=limnan+1an=1L = \lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right| = 1.

    Step 2: Analyze n=1n!nn\sum_{n=1}^{\infty} \frac{n!}{n^n}.
    >

    an=n!nn,an+1=(n+1)!(n+1)n+1a_n = \frac{n!}{n^n}, \quad a_{n+1} = \frac{(n+1)!}{(n+1)^{n+1}}

    >
    an+1an=(n+1)!(n+1)n+1nnn!=(n+1)n!(n+1)(n+1)nnnn!=nn(n+1)n=(nn+1)n=(11+1n)n\frac{a_{n+1}}{a_n} = \frac{(n+1)!}{(n+1)^{n+1}} \cdot \frac{n^n}{n!} = \frac{(n+1)n!}{(n+1)(n+1)^n} \cdot \frac{n^n}{n!} = \frac{n^n}{(n+1)^n} = \left(\frac{n}{n+1}\right)^n = \left(\frac{1}{1+\frac{1}{n}}\right)^n

    >
    L=limn(11+1n)n=1limn(1+1n)n=1eL = \lim_{n\to\infty} \left(\frac{1}{1+\frac{1}{n}}\right)^n = \frac{1}{\lim_{n\to\infty} \left(1+\frac{1}{n}\right)^n} = \frac{1}{e}

    > Since L=1e<1L = \frac{1}{e} < 1, the series converges. The test is conclusive.

    Step 3: Analyze n=1n2+12n2+3\sum_{n=1}^{\infty} \frac{n^2+1}{2n^2+3}.
    >

    an=n2+12n2+3a_n = \frac{n^2+1}{2n^2+3}

    >
    limnan=limn1+1n22+3n2=12\lim_{n\to\infty} a_n = \lim_{n\to\infty} \frac{1+\frac{1}{n^2}}{2+\frac{3}{n^2}} = \frac{1}{2}

    > Since limnan0\lim_{n\to\infty} a_n \neq 0, this series diverges by the Divergence Test. In this case, the Ratio Test would also yield L=1L=1 because the terms are rational functions of nn. Let's check:
    >
    an+1an=(n+1)2+12(n+1)2+32n2+3n2+1=n2+2n+22n2+4n+52n2+3n2+1\frac{a_{n+1}}{a_n} = \frac{(n+1)^2+1}{2(n+1)^2+3} \cdot \frac{2n^2+3}{n^2+1} = \frac{n^2+2n+2}{2n^2+4n+5} \cdot \frac{2n^2+3}{n^2+1}

    > The limit of this product is 122=1\frac{1}{2} \cdot 2 = 1. So the Ratio Test is inconclusive.

    Step 4: Analyze n=13nn!\sum_{n=1}^{\infty} \frac{3^n}{n!}.
    >

    an=3nn!,an+1=3n+1(n+1)!a_n = \frac{3^n}{n!}, \quad a_{n+1} = \frac{3^{n+1}}{(n+1)!}

    >
    an+1an=3n+1(n+1)!n!3n=3n+1\frac{a_{n+1}}{a_n} = \frac{3^{n+1}}{(n+1)!} \cdot \frac{n!}{3^n} = \frac{3}{n+1}

    >
    L=limn3n+1=0L = \lim_{n\to\infty} \frac{3}{n+1} = 0

    > Since L=0<1L = 0 < 1, the series converges. The test is conclusive.

    Step 5: Analyze n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1}.
    >

    an=n2n3+1,an+1=(n+1)2(n+1)3+1a_n = \frac{n^2}{n^3+1}, \quad a_{n+1} = \frac{(n+1)^2}{(n+1)^3+1}

    >
    an+1an=(n+1)2(n+1)3+1n3+1n2\frac{a_{n+1}}{a_n} = \frac{(n+1)^2}{(n+1)^3+1} \cdot \frac{n^3+1}{n^2}

    > As nn \to \infty, this ratio behaves like n2n3n3n2=1\frac{n^2}{n^3} \cdot \frac{n^3}{n^2} = 1.
    > More formally: limn(n+1)2(n3+1)n2((n+1)3+1)=limn(n2+2n+1)(n3+1)n2(n3+3n2+3n+1+1)=limnn5+n5+=1\lim_{n\to\infty} \frac{(n+1)^2(n^3+1)}{n^2((n+1)^3+1)} = \lim_{n\to\infty} \frac{(n^2+2n+1)(n^3+1)}{n^2(n^3+3n^2+3n+1+1)} = \lim_{n\to\infty} \frac{n^5 + \cdots}{n^5 + \cdots} = 1.
    > Since L=1L=1, the Ratio Test is inconclusive. (This series diverges by Limit Comparison Test with 1n\sum \frac{1}{n}).

    Both n=1n2+12n2+3\sum_{n=1}^{\infty} \frac{n^2+1}{2n^2+3} and n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1} yield L=1L=1 for the Ratio Test. However, the first one diverges by the Divergence Test, while the second one requires another test. Usually, "inconclusive" refers to cases where L=1L=1 and the series might converge or diverge. Both fit. I will pick n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1} as it is more traditionally where the Ratio Test fails, and other tests are needed. The first one is a quick divergence by an↛0a_n \not\to 0.

    Let's modify the options to ensure only one specific answer for MCQ:
    Original option B: n=1n2+12n2+3\sum_{n=1}^{\infty} \frac{n^2+1}{2n^2+3} (Ratio Test inconclusive, Divergence Test conclusive)
    New option B: n=11n\sum_{n=1}^{\infty} \frac{1}{n} (Ratio Test inconclusive)

    Revised question: For which of the following series is the Ratio Test inconclusive?
    Options: ["n=1n!nn\sum_{n=1}^{\infty} \frac{n!}{n^n}","n=11n\sum_{n=1}^{\infty} \frac{1}{n}","n=13nn!\sum_{n=1}^{\infty} \frac{3^n}{n!}","n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1}"]
    Answer: "n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1}"

    Both 1n\sum \frac{1}{n} and n2n3+1\sum \frac{n^2}{n^3+1} give L=1L=1. For 1n\sum \frac{1}{n}: an+1an=1/(n+1)1/n=nn+1\frac{a_{n+1}}{a_n} = \frac{1/(n+1)}{1/n} = \frac{n}{n+1}, limit is 1.
    To ensure a single answer, I will pick the more complex rational function example. If both are present, it implies MSQ. Since it's MCQ, I will assume one is the intended answer. The first one is a p-series, and it is known that for p-series, Ratio test is always inconclusive. So 1n\sum \frac{1}{n} is also a valid answer.
    Let's make sure only one is L=1L=1.

    Let's re-examine:
    A. n!nnL=1/e<1\sum \frac{n!}{n^n} \to L=1/e < 1 (converges)
    B. n2+12n2+3L=1\sum \frac{n^2+1}{2n^2+3} \to L=1 (inconclusive, but diverges by DT)
    C. 3nn!L=0<1\sum \frac{3^n}{n!} \to L=0 < 1 (converges)
    D. n2n3+1L=1\sum \frac{n^2}{n^3+1} \to L=1 (inconclusive, diverges by LCT with 1/n1/n)

    If the question is "inconclusive", then both B and D fit. For an MCQ, this is problematic.
    I will change option B to something that is conclusive.

    Revised options:
    A. n=1n!nn\sum_{n=1}^{\infty} \frac{n!}{n^n} (converges)
    B. n=1nnn!\sum_{n=1}^{\infty} \frac{n^n}{n!} (diverges, L=e>1L=e>1)
    C. n=13nn!\sum_{n=1}^{\infty} \frac{3^n}{n!} (converges)
    D. n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1} (inconclusive)

    This makes D the unique answer for "inconclusive".

    Step 2 (Revised): Analyze n=1nnn!\sum_{n=1}^{\infty} \frac{n^n}{n!}.
    >

    an=nnn!,an+1=(n+1)n+1(n+1)!a_n = \frac{n^n}{n!}, \quad a_{n+1} = \frac{(n+1)^{n+1}}{(n+1)!}

    >
    an+1an=(n+1)n+1(n+1)!n!nn=(n+1)n+1(n+1)n!n!nn=(n+1)nnn=(n+1n)n=(1+1n)n\frac{a_{n+1}}{a_n} = \frac{(n+1)^{n+1}}{(n+1)!} \cdot \frac{n!}{n^n} = \frac{(n+1)^{n+1}}{(n+1)n!} \cdot \frac{n!}{n^n} = \frac{(n+1)^n}{n^n} = \left(\frac{n+1}{n}\right)^n = \left(1+\frac{1}{n}\right)^n

    >
    L=limn(1+1n)n=eL = \lim_{n\to\infty} \left(1+\frac{1}{n}\right)^n = e

    > Since L=e>1L = e > 1, the series diverges. The test is conclusive.

    Now, option D is the unique inconclusive one."
    :::

    ---

    10. Root Test

    The Root Test is particularly useful for series involving (an)n(a_n)^n.
    Let an\sum a_n be a series with positive terms (or consider an\sum |a_n| for general series).
    Calculate L=limnann=limnan1/nL = \lim_{n\to\infty} \sqrt[n]{|a_n|} = \lim_{n\to\infty} |a_n|^{1/n}.

  • If L<1L < 1, the series converges absolutely.

  • If L>1L > 1 or L=L = \infty, the series diverges.

  • If L=1L = 1, the test is inconclusive.
  • Worked Example: Determine if n=1(2n+1n)n\sum_{n=1}^{\infty} \left(\frac{2n+1}{n}\right)^n converges.

    Step 1: Identify ana_n.

    >

    an=(2n+1n)na_n = \left(\frac{2n+1}{n}\right)^n

    Step 2: Calculate ann\sqrt[n]{|a_n|}.

    >

    ann=(2n+1n)nn=((2n+1n)n)1/n=2n+1n\sqrt[n]{|a_n|} = \sqrt[n]{\left|\left(\frac{2n+1}{n}\right)^n\right|} = \left(\left(\frac{2n+1}{n}\right)^n\right)^{1/n} = \frac{2n+1}{n}

    Step 3: Evaluate the limit LL.

    >

    L=limn2n+1n=limn(2+1n)=2L = \lim_{n\to\infty} \frac{2n+1}{n} = \lim_{n\to\infty} \left(2 + \frac{1}{n}\right) = 2

    Step 4: Apply the Root Test.

    > Since L=2>1L = 2 > 1, the series diverges.

    Answer: The series diverges.

    :::question type="MCQ" question="Which of the following series converges by the Root Test?" options=["n=1(nn+1)n\sum_{n=1}^{\infty} \left(\frac{n}{n+1}\right)^n","n=1(n+1n)n\sum_{n=1}^{\infty} \left(\frac{n+1}{n}\right)^n","n=1(3nn+1)n\sum_{n=1}^{\infty} \left(\frac{3n}{n+1}\right)^n","n=11nn\sum_{n=1}^{\infty} \frac{1}{n^n}"] answer="n=11nn\sum_{n=1}^{\infty} \frac{1}{n^n}" hint="A series converges by the Root Test if L<1L < 1. Evaluate limnan1/n\lim_{n\to\infty} |a_n|^{1/n} for each series." solution="Step 1: Analyze n=1(nn+1)n\sum_{n=1}^{\infty} \left(\frac{n}{n+1}\right)^n.
    >

    an1/n=nn+1|a_n|^{1/n} = \frac{n}{n+1}

    >
    L=limnnn+1=1L = \lim_{n\to\infty} \frac{n}{n+1} = 1

    > The Root Test is inconclusive. (This series diverges by Divergence Test, as liman=1/e0\lim a_n = 1/e \ne 0).

    Step 2: Analyze n=1(n+1n)n\sum_{n=1}^{\infty} \left(\frac{n+1}{n}\right)^n.
    >

    an1/n=n+1n|a_n|^{1/n} = \frac{n+1}{n}

    >
    L=limnn+1n=1L = \lim_{n\to\infty} \frac{n+1}{n} = 1

    > The Root Test is inconclusive. (This series diverges by Divergence Test, as liman=e0\lim a_n = e \ne 0).

    Step 3: Analyze n=1(3nn+1)n\sum_{n=1}^{\infty} \left(\frac{3n}{n+1}\right)^n.
    >

    an1/n=3nn+1|a_n|^{1/n} = \frac{3n}{n+1}

    >
    L=limn3nn+1=3L = \lim_{n\to\infty} \frac{3n}{n+1} = 3

    > Since L=3>1L=3 > 1, the series diverges.

    Step 4: Analyze n=11nn\sum_{n=1}^{\infty} \frac{1}{n^n}.
    >

    an1/n=(1nn)1/n=1n|a_n|^{1/n} = \left(\frac{1}{n^n}\right)^{1/n} = \frac{1}{n}

    >
    L=limn1n=0L = \lim_{n\to\infty} \frac{1}{n} = 0

    > Since L=0<1L=0 < 1, the series converges.

    The series n=11nn\sum_{n=1}^{\infty} \frac{1}{n^n} converges by the Root Test."
    :::

    ---

    11. Integral Test

    The Integral Test relates the convergence of a series to the convergence of an improper integral.
    Let an\sum a_n be a series with positive, continuous, and decreasing terms an=f(n)a_n = f(n) for n1n \ge 1.

  • If 1f(x)dx\int_{1}^{\infty} f(x) dx converges, then n=1an\sum_{n=1}^{\infty} a_n converges.

  • If 1f(x)dx\int_{1}^{\infty} f(x) dx diverges, then n=1an\sum_{n=1}^{\infty} a_n diverges.
  • Worked Example: Use the Integral Test to determine if n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1} converges.

    Step 1: Define the function f(x)f(x) and check conditions.
    Let f(x)=1x2+1f(x) = \frac{1}{x^2+1}.
    For x1x \ge 1, f(x)f(x) is positive, continuous, and decreasing.

    Step 2: Evaluate the improper integral.

    >

    11x2+1dx=limb1b1x2+1dx\int_{1}^{\infty} \frac{1}{x^2+1} dx = \lim_{b\to\infty} \int_{1}^{b} \frac{1}{x^2+1} dx

    >
    =limb[arctan(x)]1b= \lim_{b\to\infty} \left[\arctan(x)\right]_{1}^{b}

    >
    =limb(arctan(b)arctan(1))= \lim_{b\to\infty} (\arctan(b) - \arctan(1))

    >
    =π2π4=π4= \frac{\pi}{2} - \frac{\pi}{4} = \frac{\pi}{4}

    Step 3: Apply the Integral Test.
    Since the integral converges to a finite value π4\frac{\pi}{4}, the series n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1} also converges.

    Answer: The series converges.

    :::question type="NAT" question="Consider the series n=21nln(n)\sum_{n=2}^{\infty} \frac{1}{n \ln(n)}. Using the Integral Test, what is the value of the integral 21xln(x)dx\int_{2}^{\infty} \frac{1}{x \ln(x)} dx? If it diverges, state 'Diverges'." answer="Diverges" hint="Use substitution u=ln(x)u = \ln(x) to evaluate the integral. Remember to change the limits of integration." solution="Step 1: Define the function f(x)f(x) and check conditions.
    > Let f(x)=1xln(x)f(x) = \frac{1}{x \ln(x)}. For x2x \ge 2, f(x)f(x) is positive, continuous, and decreasing.

    Step 2: Evaluate the improper integral.
    >

    21xln(x)dx=limb2b1xln(x)dx\int_{2}^{\infty} \frac{1}{x \ln(x)} dx = \lim_{b\to\infty} \int_{2}^{b} \frac{1}{x \ln(x)} dx

    > Let u=ln(x)u = \ln(x), then du=1xdxdu = \frac{1}{x} dx.
    > When x=2x=2, u=ln(2)u=\ln(2). When x=bx=b, u=ln(b)u=\ln(b).
    >
    ln(2)ln(b)1udu=[lnu]ln(2)ln(b)\int_{\ln(2)}^{\ln(b)} \frac{1}{u} du = \left[\ln|u|\right]_{\ln(2)}^{\ln(b)}

    >
    =ln(ln(b))ln(ln(2))= \ln(\ln(b)) - \ln(\ln(2))

    Step 3: Evaluate the limit.
    >

    limb(ln(ln(b))ln(ln(2)))=ln(ln(2))=\lim_{b\to\infty} (\ln(\ln(b)) - \ln(\ln(2))) = \infty - \ln(\ln(2)) = \infty

    Step 4: Conclude the convergence of the integral.
    > Since the integral diverges, the series n=21nln(n)\sum_{n=2}^{\infty} \frac{1}{n \ln(n)} also diverges by the Integral Test.

    The value of the integral is 'Diverges'."
    :::

    ---

    Advanced Applications

    Combining multiple tests and reasoning.

    Worked Example: Determine if n=1(n+1n)n213n\sum_{n=1}^{\infty} \left(\frac{n+1}{n}\right)^{n^2} \cdot \frac{1}{3^n} converges.

    Step 1: Simplify the general term ana_n.

    >

    an=((1+1n)n)n13n=((1+1n)n)n3n=((1+1n)n3)na_n = \left(\left(1+\frac{1}{n}\right)^n\right)^n \cdot \frac{1}{3^n} = \frac{\left(\left(1+\frac{1}{n}\right)^n\right)^n}{3^n} = \left(\frac{\left(1+\frac{1}{n}\right)^n}{3}\right)^n

    Step 2: Apply the Root Test, as the term is raised to the power of nn.

    >

    an1/n=((1+1n)n3)n1/n=(1+1n)n3|a_n|^{1/n} = \left|\left(\frac{\left(1+\frac{1}{n}\right)^n}{3}\right)^n\right|^{1/n} = \frac{\left(1+\frac{1}{n}\right)^n}{3}

    Step 3: Evaluate the limit LL.

    >

    L=limn(1+1n)n3=e3L = \lim_{n\to\infty} \frac{\left(1+\frac{1}{n}\right)^n}{3} = \frac{e}{3}

    Step 4: Apply the Root Test.

    > Since L=e32.7183<1L = \frac{e}{3} \approx \frac{2.718}{3} < 1, the series converges.

    Answer: The series converges.

    :::question type="MCQ" question="Consider the series n=1n!(2n)!\sum_{n=1}^{\infty} \frac{n!}{(2n)!}. Which test is most appropriate and what is its conclusion?" options=["Ratio Test, Converges","Root Test, Diverges","Integral Test, Converges","Comparison Test, Diverges"] answer="Ratio Test, Converges" hint="Factorials often suggest the Ratio Test." solution="Step 1: Choose the most appropriate test.
    > The presence of factorials (n!n! and (2n)!(2n)!) strongly suggests using the Ratio Test.

    Step 2: Apply the Ratio Test.
    > Let an=n!(2n)!a_n = \frac{n!}{(2n)!}.
    >

    an+1=(n+1)!(2(n+1))!=(n+1)!(2n+2)!a_{n+1} = \frac{(n+1)!}{(2(n+1))!} = \frac{(n+1)!}{(2n+2)!}

    > Calculate the ratio an+1an\left|\frac{a_{n+1}}{a_n}\right|:
    >
    an+1an=(n+1)!(2n+2)!(2n)!n!=(n+1)n!(2n+2)(2n+1)(2n)!(2n)!n!\frac{a_{n+1}}{a_n} = \frac{(n+1)!}{(2n+2)!} \cdot \frac{(2n)!}{n!} = \frac{(n+1)n!}{(2n+2)(2n+1)(2n)!} \cdot \frac{(2n)!}{n!}

    >
    =n+1(2n+2)(2n+1)=n+12(n+1)(2n+1)=12(2n+1)= \frac{n+1}{(2n+2)(2n+1)} = \frac{n+1}{2(n+1)(2n+1)} = \frac{1}{2(2n+1)}

    Step 3: Evaluate the limit LL.
    >

    L=limn12(2n+1)=0L = \lim_{n\to\infty} \frac{1}{2(2n+1)} = 0

    Step 4: Conclude based on the Ratio Test.
    > Since L=0<1L=0 < 1, the series converges.

    The Ratio Test is most appropriate, and it concludes that the series converges."
    :::

    ---

    Problem-Solving Strategies

    💡 CMI Strategy

    When approaching a series convergence problem:

    • Divergence Test first: Always check if limnan=0\lim_{n\to\infty} a_n = 0. If not, the series diverges. This is quick.

    • Recognize special series: Is it geometric (arnar^n) or p-series (1/np1/n^p)? These have direct rules.

    • Factorials/Exponentials/Powers of n: If factorials (n!n!) or terms like knk^n appear, the Ratio Test is usually effective. If the entire term is raised to the power of nn (like (f(n))n(f(n))^n), the Root Test is often best.

    • Rational/Algebraic functions of n: For series involving polynomials or roots of nn, use Comparison Tests (Direct or Limit) with a known p-series or geometric series. The Limit Comparison Test is generally more versatile.

    • Alternating signs: If terms alternate signs, consider the Alternating Series Test.

    • Integral Test: Use if f(x)f(x) is easy to integrate and the conditions (positive, continuous, decreasing) are met. Often used for p-series derivation or series like 1nlnn\frac{1}{n \ln n}.

    • Absolute Convergence: If the series has mixed signs and is not alternating, test for absolute convergence using an\sum |a_n| with any of the above tests. If an\sum |a_n| converges, then an\sum a_n converges.

    ---

    Common Mistakes

    ⚠️ Watch Out

    Mistake: Assuming limnan=0\lim_{n\to\infty} a_n = 0 implies convergence.
    Correct: This is only a necessary condition. The harmonic series 1n\sum \frac{1}{n} is a prime example where an0a_n \to 0 but the series diverges. Always use a proper convergence test.

    Mistake: Incorrectly applying Comparison Tests.
    Correct: For Direct Comparison Test:
    - To show convergence of an\sum a_n, you need anbna_n \le b_n and bn\sum b_n to converge. (Small \le Convergent)
    - To show divergence of an\sum a_n, you need anbna_n \ge b_n and bn\sum b_n to diverge. (Large \ge Divergent)
    Flipping these inequalities or comparing to the wrong type of series is a common error.

    Mistake: Misinterpreting Ratio/Root Test results when L=1L=1.
    Correct: If L=1L=1, the Ratio or Root Test is inconclusive. It does not mean the series diverges, nor does it mean it converges. Another test must be applied. For example, 1n\sum \frac{1}{n} and 1n2\sum \frac{1}{n^2} both yield L=1L=1 with these tests, but one diverges and the other converges.

    Mistake: Applying tests for positive terms (like comparison, integral) to series with negative or mixed terms without first taking absolute values.
    Correct: For series with negative or mixed terms, first test for absolute convergence an\sum |a_n|. If it converges, the original series converges. If an\sum |a_n| diverges, then apply the Alternating Series Test (if applicable) or other methods to check for conditional convergence.

    ---

    Practice Questions

    :::question type="MCQ" question="Which of the following statements is true regarding series convergence?" options=["If an\sum a_n converges, then limnan=0\lim_{n\to\infty} a_n = 0." ,"If limnan=0\lim_{n\to\infty} a_n = 0, then an\sum a_n converges." ,"If an\sum |a_n| diverges, then an\sum a_n diverges." ,"If an\sum a_n diverges, then (1)nan\sum (-1)^n a_n also diverges." ] answer="If an\sum a_n converges, then limnan=0\lim_{n\to\infty} a_n = 0." hint="Recall the necessary condition for convergence and the relationship between absolute and conditional convergence." solution="Step 1: Analyze 'If an\sum a_n converges, then limnan=0\lim_{n\to\infty} a_n = 0.'
    > This is the necessary condition for convergence. It is a true statement.

    Step 2: Analyze 'If limnan=0\lim_{n\to\infty} a_n = 0, then an\sum a_n converges.'
    > This is the converse of the necessary condition and is false. The harmonic series 1n\sum \frac{1}{n} is a counterexample: limn1n=0\lim_{n\to\infty} \frac{1}{n} = 0, but the series diverges.

    Step 3: Analyze 'If an\sum |a_n| diverges, then an\sum a_n diverges.'
    > This is false. A series can be conditionally convergent, meaning an\sum a_n converges while an\sum |a_n| diverges. The alternating harmonic series (1)nn\sum \frac{(-1)^n}{n} is a counterexample.

    Step 4: Analyze 'If an\sum a_n diverges, then (1)nan\sum (-1)^n a_n also diverges.'
    > This is false. Consider an=1a_n = 1. Then an=1\sum a_n = \sum 1 diverges. But (1)nan=(1)n\sum (-1)^n a_n = \sum (-1)^n also diverges.
    > However, consider an=1na_n = \frac{1}{n}. Then an=1n\sum a_n = \sum \frac{1}{n} diverges. But (1)nan=(1)nn\sum (-1)^n a_n = \sum \frac{(-1)^n}{n} converges by the Alternating Series Test. So this statement is false.

    The only true statement is 'If an\sum a_n converges, then limnan=0\lim_{n\to\infty} a_n = 0.'."
    :::

    :::question type="NAT" question="What is the sum of the series n=02n13n\sum_{n=0}^{\infty} \frac{2^n - 1}{3^n}?" answer="1.5" hint="Split the series into two geometric series and sum them separately." solution="Step 1: Split the given series into two separate series.
    >

    n=02n13n=n=0(2n3n13n)=n=0(23)nn=0(13)n\sum_{n=0}^{\infty} \frac{2^n - 1}{3^n} = \sum_{n=0}^{\infty} \left(\frac{2^n}{3^n} - \frac{1}{3^n}\right) = \sum_{n=0}^{\infty} \left(\frac{2}{3}\right)^n - \sum_{n=0}^{\infty} \left(\frac{1}{3}\right)^n

    Step 2: Evaluate the first geometric series.
    > This is a geometric series with a=1a=1 (for n=0n=0) and r=23r = \frac{2}{3}.
    > Since r=23<1|r| = \frac{2}{3} < 1, it converges to:
    >

    S1=1123=113=3S_1 = \frac{1}{1 - \frac{2}{3}} = \frac{1}{\frac{1}{3}} = 3

    Step 3: Evaluate the second geometric series.
    > This is a geometric series with a=1a=1 (for n=0n=0) and r=13r = \frac{1}{3}.
    > Since r=13<1|r| = \frac{1}{3} < 1, it converges to:
    >

    S2=1113=123=32S_2 = \frac{1}{1 - \frac{1}{3}} = \frac{1}{\frac{2}{3}} = \frac{3}{2}

    Step 4: Subtract the sums.
    > The sum of the original series is S1S2S_1 - S_2:
    >

    S=332=6232=32S = 3 - \frac{3}{2} = \frac{6}{2} - \frac{3}{2} = \frac{3}{2}

    The sum of the series is 1.51.5."
    :::

    :::question type="MSQ" question="Which of the following series converge?" options=["n=11ne\sum_{n=1}^{\infty} \frac{1}{n^e}","n=1nen\sum_{n=1}^{\infty} \frac{n}{e^n}","n=1ln(n)n2\sum_{n=1}^{\infty} \frac{\ln(n)}{n^2}","n=1sin(1n)\sum_{n=1}^{\infty} \sin\left(\frac{1}{n}\right)"] answer="n=11ne\sum_{n=1}^{\infty} \frac{1}{n^e},n=1nen\sum_{n=1}^{\infty} \frac{n}{e^n},n=1ln(n)n2\sum_{n=1}^{\infty} \frac{\ln(n)}{n^2}" hint="Apply appropriate convergence tests for each series. For sin(1/n)\sin(1/n), compare it to 1/n1/n." solution="Step 1: Analyze n=11ne\sum_{n=1}^{\infty} \frac{1}{n^e}.
    > This is a p-series with p=ep=e. Since e2.718>1e \approx 2.718 > 1, this series converges.

    Step 2: Analyze n=1nen\sum_{n=1}^{\infty} \frac{n}{e^n}.
    > Use the Ratio Test:
    >

    an=nen,an+1=n+1en+1a_n = \frac{n}{e^n}, \quad a_{n+1} = \frac{n+1}{e^{n+1}}

    >
    limnan+1an=limnn+1en+1enn=limnn+1n1e=11e=1e\lim_{n\to\infty} \frac{a_{n+1}}{a_n} = \lim_{n\to\infty} \frac{n+1}{e^{n+1}} \cdot \frac{e^n}{n} = \lim_{n\to\infty} \frac{n+1}{n} \cdot \frac{1}{e} = 1 \cdot \frac{1}{e} = \frac{1}{e}

    > Since L=1e<1L = \frac{1}{e} < 1, the series converges.

    Step 3: Analyze n=1ln(n)n2\sum_{n=1}^{\infty} \frac{\ln(n)}{n^2}.
    > Use the Limit Comparison Test with bn=1n3/2b_n = \frac{1}{n^{3/2}} (a convergent p-series since 3/2>13/2 > 1).
    >

    limnln(n)n21n3/2=limnln(n)n1/2\lim_{n\to\infty} \frac{\frac{\ln(n)}{n^2}}{\frac{1}{n^{3/2}}} = \lim_{n\to\infty} \frac{\ln(n)}{n^{1/2}}

    > This limit is of the form \frac{\infty}{\infty}, so we can use L'Hopital's Rule:
    >
    limn1n12n=limn1n2n=limn2n=0\lim_{n\to\infty} \frac{\frac{1}{n}}{\frac{1}{2\sqrt{n}}} = \lim_{n\to\infty} \frac{1}{n} \cdot 2\sqrt{n} = \lim_{n\to\infty} \frac{2}{\sqrt{n}} = 0

    > Since L=0L=0 and bn\sum b_n converges, the series an\sum a_n also converges.

    Step 4: Analyze n=1sin(1n)\sum_{n=1}^{\infty} \sin\left(\frac{1}{n}\right).
    > Use the Limit Comparison Test with bn=1nb_n = \frac{1}{n} (a divergent p-series).
    >

    limnsin(1n)1n\lim_{n\to\infty} \frac{\sin\left(\frac{1}{n}\right)}{\frac{1}{n}}

    > Let x=1nx = \frac{1}{n}. As nn \to \infty, x0x \to 0.
    >
    limx0sin(x)x=1\lim_{x\to 0} \frac{\sin(x)}{x} = 1

    > Since L=1L=1 (finite and positive) and 1n\sum \frac{1}{n} diverges, the series sin(1n)\sum \sin\left(\frac{1}{n}\right) diverges.

    The series n=11ne\sum_{n=1}^{\infty} \frac{1}{n^e}, n=1nen\sum_{n=1}^{\infty} \frac{n}{e^n}, and n=1ln(n)n2\sum_{n=1}^{\infty} \frac{\ln(n)}{n^2} converge."
    :::

    ---

    Summary

    Key Formulas & Takeaways

    |

    | Formula/Concept | Expression |

    |---|----------------|------------| | 1 | Sequence Convergence | limnan=L\lim_{n\to\infty} a_n = L (finite) | | 2 | Series Convergence | limNn=1Nan=L\lim_{N\to\infty} \sum_{n=1}^{N} a_n = L (finite) | | 3 | Divergence Test | If an\sum a_n converges, an0a_n \to 0. If an↛0a_n \not\to 0, an\sum a_n diverges. | | 4 | Geometric Series | n=0arn=a1r\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r} for r<1|r|<1. Diverges for r1|r|\ge 1. | | 5 | p-Series Test | n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges if p>1p>1, diverges if p1p \le 1. | | 6 | Direct Comparison Test | If 0<anbn0 < a_n \le b_n and bn\sum b_n converges, then an\sum a_n converges. (And vice-versa for divergence). | | 7 | Limit Comparison Test | If limnanbn=L\lim_{n\to\infty} \frac{a_n}{b_n} = L (0<L<0<L<\infty), then an\sum a_n and bn\sum b_n both converge or both diverge. | | 8 | Alternating Series Test | (1)nbn\sum (-1)^n b_n converges if bn0b_n \to 0 and bnb_n is decreasing. | | 9 | Absolute Convergence | If an\sum |a_n| converges, then an\sum a_n converges. | | 10 | Conditional Convergence | an\sum a_n converges but an\sum |a_n| diverges. | | 11 | Ratio Test | L=limnan+1anL = \lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right|. Converges if L<1L<1, diverges if L>1L>1, inconclusive if L=1L=1. | | 12 | Root Test | L=limnannL = \lim_{n\to\infty} \sqrt[n]{|a_n|}. Converges if L<1L<1, diverges if L>1L>1, inconclusive if L=1L=1. | | 13 | Integral Test | If 1f(x)dx\int_{1}^{\infty} f(x) dx converges/diverges, then n=1f(n)\sum_{n=1}^{\infty} f(n) converges/diverges. |

    ---

    What's Next?

    💡 Continue Learning

    This topic connects to:

      • Power Series: Understanding convergence tests is fundamental to determining the radius and interval of convergence for power series.

      • Taylor and Maclaurin Series: These representations of functions rely on the convergence of infinite series.

      • Fourier Series: The convergence properties of Fourier series are a more advanced application of series theory, particularly in signal processing and differential equations.

    ---

    💡 Next Up

    Proceeding to Positive term series intuition.

    ---

    Part 3: Positive term series intuition

    Positive Term Series Intuition

    Overview

    A positive term series is an infinite series in which every term is non-negative. These series are important because their partial sums move only in one direction: upward. That makes convergence questions more intuitive. The main idea is simple: if the partial sums stay bounded, the series converges; if they keep growing without bound, it diverges. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • understand convergence through partial sums,

    • use monotonicity and boundedness for positive term series,

    • distinguish between convergent and divergent benchmark series,

    • use comparison intuition correctly,

    • avoid common false beliefs such as “terms going to zero is enough”.

    ---

    What is a Positive Term Series?

    📖 Positive Term Series

    A positive term series is an infinite series of the form

    n=1an\qquad \sum_{n=1}^{\infty} a_n

    where

    an0for all n\qquad a_n \ge 0 \quad \text{for all } n

    Its partial sums are

    SN=n=1Nan\qquad S_N=\sum_{n=1}^{N} a_n

    Since each an0a_n\ge 0, we have SN+1SN\qquad S_{N+1}\ge S_N So the sequence of partial sums is non-decreasing. ---

    Core Intuition

    Main Principle

    For a positive term series:

      • the partial sums can never go down,

      • so either they approach a finite limit,

      • or they grow without bound.


    Therefore,

    an converges     {SN} is bounded above\qquad \sum a_n \text{ converges } \iff \{S_N\} \text{ is bounded above}

    This is the single most important intuition for positive term series. ---

    Necessary Condition for Convergence

    📐 Basic Necessary Condition

    If

    n=1an<br><br>\qquad \sum_{n=1}^{\infty} a_n <br> <br>
    converges, then necessarily

    an0\qquad a_n \to 0

    But the converse is false.

    So:

      • an0a_n\to 0 is necessary,

      • an0a_n\to 0 is not sufficient.

    ⚠️ Classic Trap

    The series

    n=11n\qquad \sum_{n=1}^{\infty} \dfrac{1}{n}

    has terms tending to 00, but the series diverges.

    So never conclude convergence only from
    an0\qquad a_n\to 0.

    ---

    Benchmark Positive Term Series

    📐 Must-Know Examples

    • Geometric series:

    n=0arn\qquad \sum_{n=0}^{\infty} ar^n
    converges if
    r<1\qquad |r|<1
    and then
    n=0arn=a1r\qquad \sum_{n=0}^{\infty} ar^n=\dfrac{a}{1-r}

    • Harmonic series:

    n=11n\qquad \sum_{n=1}^{\infty} \dfrac{1}{n}
    diverges

    • pp-series:

    n=11np\qquad \sum_{n=1}^{\infty} \dfrac{1}{n^p}
    converges if
    p>1\qquad p>1
    and diverges if
    p1\qquad p\le 1

    These are the main comparison anchors. ---

    Why Positive Terms Help

    💡 CMI Strategy

    For positive term series, ask:

    • Are the terms comparable to a geometric series?

    • Are they comparable to 1np\dfrac{1}{n^p}?

    • Are the partial sums clearly bounded?

    • Can the terms be grouped to show growth or boundedness?

    • Is this a disguised telescoping or geometric pattern?

    ---

    Comparison Intuition

    📐 Direct Comparison Idea

    If

    0anbn\qquad 0\le a_n\le b_n

    for all sufficiently large nn, then:

      • if bn\sum b_n converges, so does an\sum a_n

      • if an\sum a_n diverges, so does bn\sum b_n


    This is the simplest comparison logic.

    Interpretation A smaller positive series cannot diverge faster than a larger convergent one, and a larger positive series cannot converge if a smaller one already diverges. ---

    Limit Comparison Intuition

    📐 When Terms Look Similar

    If

    an>0, bn>0\qquad a_n>0,\ b_n>0

    and

    limnanbn=L\qquad \lim_{n\to\infty}\dfrac{a_n}{b_n}=L

    with
    0<L<\qquad 0<L<\infty

    then an\sum a_n and bn\sum b_n have the same behavior:

      • both converge, or

      • both diverge

    This is especially useful for rational expressions in nn. ---

    Partial Sum Viewpoint

    📐 Monotone + Bounded

    For positive term series, the partial sums satisfy:

    S1S2S3\qquad S_1\le S_2\le S_3\le \cdots

    So:

      • if there exists MM such that SNMS_N\le M for every NN, then the series converges,

      • if no such bound exists, then the series diverges.


    This is an application of the monotone convergence principle for sequences.

    ---

    Geometric Intuition

    📐 Positive Geometric Series

    Consider

    1+12+14+18+\qquad 1+\dfrac12+\dfrac14+\dfrac18+\cdots

    Each new term is a fixed fraction of the previous one, so the added mass shrinks fast enough.

    In fact,

    n=0(12)n=2\qquad \sum_{n=0}^{\infty}\left(\dfrac12\right)^n = 2

    This is the model example of convergence.

    Contrast this with 1+12+13+14+\qquad 1+\dfrac12+\dfrac13+\dfrac14+\cdots whose decay is too slow. ---

    Harmonic Series Intuition

    📐 Why the Harmonic Series Diverges

    A classical grouping argument:

    1+12+(13+14)+(15++18)+\qquad 1+\dfrac12+\left(\dfrac13+\dfrac14\right)+\left(\dfrac15+\cdots+\dfrac18\right)+\cdots

    Each block after the first contributes at least 12\dfrac12.

    So the partial sums keep growing without bound.

    Hence

    n=11n\qquad \sum_{n=1}^{\infty}\dfrac1n

    diverges.

    ---

    Fast Growth Comparison

    📐 Power Comparison

    For large nn:

      • 1n2\dfrac{1}{n^2} decays fast enough \rightarrow convergent

      • 1n\dfrac{1}{n} decays too slowly \rightarrow divergent

      • 1n\dfrac{1}{\sqrt{n}} also decays too slowly \rightarrow divergent

        So the critical threshold in 1np\dfrac{1}{n^p} is

        p=1\qquad p=1

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ concluding convergence just because an0a_n\to 0
      • ❌ forgetting that comparison must use non-negative terms
      • ❌ comparing to the wrong benchmark series
      • ❌ checking only the first few terms
      • ❌ mixing finite partial-sum intuition with infinite behavior
    ---

    Minimal Worked Examples

    Example 1 Decide whether n=11n2\qquad \sum_{n=1}^{\infty}\dfrac{1}{n^2} converges. This is a pp-series with p=2>1\qquad p=2>1 So the series converges. --- Example 2 Decide whether n=11n\qquad \sum_{n=1}^{\infty}\dfrac{1}{\sqrt{n}} converges. This is a pp-series with p=121\qquad p=\dfrac12\le 1 So the series diverges. ---

    Positive Term Series vs Alternating Series

    Do Not Import the Wrong Intuition

    Positive term series behave differently from alternating series.

    For positive term series:

      • no cancellation helps,

      • every term only increases the partial sum.


    So divergence is often caused by “too slow a decay”.

    ---

    Practice Questions

    :::question type="MCQ" question="Which of the following series converges?" options=["n=11n\sum_{n=1}^{\infty}\dfrac{1}{n}","n=11n\sum_{n=1}^{\infty}\dfrac{1}{\sqrt{n}}","n=11n2\sum_{n=1}^{\infty}\dfrac{1}{n^2}","n=11\sum_{n=1}^{\infty}1"] answer="C" hint="Use the pp-series benchmark." solution="We use the pp-series rule: 1np\qquad \sum \dfrac{1}{n^p} converges if and only if p>1p>1. Option A has p=1p=1, so it diverges. Option B has p=12p=\dfrac12, so it diverges. Option C has p=2p=2, so it converges. Option D clearly diverges since the terms do not even go to 00. Hence the correct option is C\boxed{C}." ::: :::question type="NAT" question="For what value of pp does the series n=11np\sum_{n=1}^{\infty}\dfrac{1}{n^p} switch from divergence to convergence? Enter the critical value." answer="1" hint="Recall the pp-series threshold." solution="The standard pp-series result says: n=11np\qquad \sum_{n=1}^{\infty}\dfrac{1}{n^p} converges if p>1\qquad p>1 and diverges if p1\qquad p\le 1 So the critical threshold value is 1\boxed{1}." ::: :::question type="MSQ" question="Which of the following statements are true for positive term series?" options=["If an\sum a_n converges, then an0a_n\to 0","If an0a_n\to 0, then an\sum a_n converges","If partial sums are bounded above, then the series converges","For positive terms, the partial sums form a non-decreasing sequence"] answer="A,C,D" hint="Think in terms of partial sums and the basic necessary condition." solution="1. True. Convergence of a series always implies its terms go to 00.
  • False. The harmonic series is a counterexample.
  • True. For positive terms, bounded monotone partial sums converge.
  • True. Since each term is non-negative, adding a new term cannot decrease the partial sum.
  • Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Explain why n=1an\sum_{n=1}^{\infty} a_n with an0a_n\ge 0 converges if and only if its partial sums are bounded above." answer="Positive partial sums are monotone increasing, so boundedness is exactly the condition needed for convergence." hint="Use monotonicity of partial sums." solution="Let SN=n=1Nan\qquad S_N=\sum_{n=1}^{N} a_n be the sequence of partial sums. Since each an0\qquad a_n\ge 0, we have SN+1=SN+aN+1SN\qquad S_{N+1}=S_N+a_{N+1}\ge S_N So the partial sums form a non-decreasing sequence. Now:
    • If the series converges, then by definition the partial sums approach a finite limit, so they are bounded above.
    • Conversely, if the partial sums are bounded above, then they form a monotone increasing and bounded sequence. Hence they converge.
    Therefore, for positive term series, n=1an converges     {SN} is bounded above\qquad \sum_{n=1}^{\infty} a_n \text{ converges } \iff \{S_N\}\text{ is bounded above} which is exactly the required statement." ::: ---

    Summary

    Key Takeaways for CMI

    • Positive term series are controlled by their partial sums.

    • The partial sums are always non-decreasing.

    • Convergence is equivalent to boundedness of the partial sums.

    • an0a_n\to 0 is necessary but not sufficient.

    • Geometric series and pp-series are the main benchmark models.

    • Good comparison intuition is often enough to decide the behavior.

    ---

    💡 Next Up

    Proceeding to Alternating series intuition.

    ---

    Part 4: Alternating series intuition

    Alternating Series Intuition

    Overview

    An alternating series is a series whose terms change sign in a regular way, usually positive, negative, positive, negative, and so on. The core intuition is that the partial sums keep correcting themselves from opposite sides. At CMI level, the important ideas are not only convergence tests, but also the geometry of cancellation, overestimate-underestimate behavior, and the difference between convergence and absolute convergence. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Recognise alternating series and their partial-sum behavior.

    • Understand why alternating signs can produce convergence through cancellation.

    • State and use the Alternating Series Test.

    • Distinguish between conditional convergence and absolute convergence.

    • Estimate the error after truncating an alternating series.

    ---

    What Is an Alternating Series?

    📖 Alternating Series

    A typical alternating series has the form

    n=1(1)n1an<br>=a1a2+a3a4+\qquad \sum_{n=1}^{\infty} (-1)^{n-1}a_n <br>= a_1-a_2+a_3-a_4+\cdots

    or

    n=1(1)nan\qquad \sum_{n=1}^{\infty} (-1)^n a_n

    where an0a_n\ge 0.

    Main Feature

    The signs alternate, so consecutive terms try to cancel each other partially.

    Examples:
    • 112+1314+1-\dfrac12+\dfrac13-\dfrac14+\cdots
    • 113+1517+1-\dfrac13+\dfrac15-\dfrac17+\cdots
    • 1214+18116+\dfrac12-\dfrac14+\dfrac18-\dfrac1{16}+\cdots
    ---

    Partial Sums and Cancellation

    📖 Partial Sum

    The NNth partial sum is

    SN=n=1N(1)n1an\qquad S_N = \sum_{n=1}^{N} (-1)^{n-1}a_n

    💡 Main Intuition

    If the positive terms and negative terms get smaller in magnitude, then each new term corrects the previous partial sum by a smaller amount. So the sum may settle toward a limiting value.

    Example For 112+1314+\qquad 1-\dfrac12+\dfrac13-\dfrac14+\cdots the partial sums are S1=1\qquad S_1=1 S2=112=12\qquad S_2=1-\dfrac12=\dfrac12 S3=12+13=56\qquad S_3=\dfrac12+\dfrac13=\dfrac56 S4=5614=712\qquad S_4=\dfrac56-\dfrac14=\dfrac7{12} So the sequence of partial sums jumps back and forth while gradually narrowing. ---

    Alternating Series Test

    📐 Leibniz Criterion

    The alternating series

    n=1(1)n1an\qquad \sum_{n=1}^{\infty} (-1)^{n-1}a_n

    converges if:

    • an0a_n \ge 0

    • an+1ana_{n+1}\le a_n for all sufficiently large nn

    • an0a_n \to 0 as nn\to\infty

    Interpretation

    The terms must:

      • alternate in sign,

      • decrease in size,

      • and shrink to zero.


    Then the positive-negative corrections become smaller and smaller, forcing the partial sums to squeeze toward a limit.

    ---

    Why Decreasing Size Matters

    ⚠️ Alternation Alone Is Not Enough

    Just changing sign is not enough for convergence.

    For example,

    11+11+\qquad 1-1+1-1+\cdots

    alternates in sign, but the partial sums are

    1,0,1,0,1,0,\qquad 1,0,1,0,1,0,\ldots

    so they do not approach a single limit.

    Also, 112+112+112+\qquad 1-\dfrac12+1-\dfrac12+1-\dfrac12+\cdots does not converge, because the term sizes do not go to zero. ---

    Even and Odd Partial Sums

    📐 Bounding Behavior

    If ana_n decreases to 00, then for

    S=a1a2+a3a4+\qquad S = a_1-a_2+a_3-a_4+\cdots

    we usually get:

      • odd partial sums S1,S3,S5,S_1,S_3,S_5,\ldots decreasing

      • even partial sums S2,S4,S6,S_2,S_4,S_6,\ldots increasing


    and both approach the same limit.

    💡 Overestimate and Underestimate

    In a standard alternating series beginning with a positive term:

      • odd partial sums are often overestimates

      • even partial sums are often underestimates

    This is a powerful intuitive picture. ---

    Error Estimate

    📐 Alternating Series Error Bound

    If an alternating series satisfies the Alternating Series Test, then after stopping at SNS_N, the error satisfies

    SSNaN+1\qquad |S-S_N| \le a_{N+1}

    That is, the absolute error is at most the magnitude of the first omitted term.

    Very Useful in Problems

    To approximate the sum up to a desired accuracy, it is enough to make the next omitted term small enough.

    ---

    Absolute vs Conditional Convergence

    📖 Absolute Convergence

    A series
    un\qquad \sum u_n
    converges absolutely if

    un\qquad \sum |u_n|

    converges.

    📖 Conditional Convergence

    A series converges conditionally if it converges, but does not converge absolutely.

    Example The alternating harmonic series 112+1314+\qquad 1-\dfrac12+\dfrac13-\dfrac14+\cdots converges by the Alternating Series Test. But 1+12+13+14+\qquad 1+\dfrac12+\dfrac13+\dfrac14+\cdots diverges. So the alternating harmonic series is conditionally convergent. ---

    Minimal Worked Examples

    Example 1 Check whether n=1(1)n11n\qquad \sum_{n=1}^{\infty} (-1)^{n-1}\dfrac{1}{n} converges. Here an=1n\qquad a_n=\dfrac1n We have:
    • an>0a_n>0
    • ana_n decreases
    • an0a_n\to 0
    So the series converges by the Alternating Series Test. --- Example 2 Check whether n=1(1)n1\qquad \sum_{n=1}^{\infty} (-1)^{n-1} converges. Here an=1\qquad a_n=1 Although the signs alternate, the term size does not go to zero. The partial sums are 1,0,1,0,\qquad 1,0,1,0,\ldots So the series does not converge. --- Example 3 Approximate 112+1314+\qquad 1-\dfrac12+\dfrac13-\dfrac14+\cdots using the first four terms. We have S4=112+1314=712\qquad S_4=1-\dfrac12+\dfrac13-\dfrac14=\dfrac7{12} The next term has magnitude 15\qquad \dfrac15 So the true sum differs from 712\dfrac7{12} by at most 15\dfrac15. ---

    Graph and Intuition View

    💡 Think of a Zigzag That Settles

    The partial sums of a good alternating series form a zigzag sequence:

      • one step up

      • one step down

      • one step up

      • one step down


    But each step gets smaller, so the zigzag narrows around a limit.

    This is the cleanest mental picture of why such series converge. ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ thinking that every alternating series converges
      • ❌ forgetting the condition an0a_n\to 0
      • ❌ checking only sign alternation but not monotonic decrease
      • ❌ confusing convergence with absolute convergence
      • ❌ using the error bound when the Alternating Series Test conditions are not verified
    ---

    CMI Strategy

    💡 How to Attack Alternating Series Questions

    • Write the series in the form

    (1)n1an\qquad \sum (-1)^{n-1}a_n
    with an0a_n\ge 0
    • Check whether an0a_n\to 0

    • Check whether ana_n is decreasing for large nn

    • Use the Alternating Series Test if applicable

    • If approximation is asked, use the next-term error bound

    • Also ask whether the series converges absolutely or only conditionally

    ---

    Practice Questions

    :::question type="MCQ" question="Which of the following conditions is essential for the convergence of a standard alternating series by the Alternating Series Test?" options=["ana_n is eventually increasing","an0a_n\to 0","ana_n is bounded below by 11","all terms are positive"] answer="B" hint="Recall the three core conditions in Leibniz criterion." solution="For an alternating series (1)n1an\sum (-1)^{n-1}a_n to converge by the Alternating Series Test, we need an0a_n\ge 0, ana_n eventually decreasing, and an0a_n\to 0. Therefore the essential condition among the options is an0\boxed{a_n\to 0}. So the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the fourth partial sum of the alternating harmonic series 112+1314+1-\dfrac12+\dfrac13-\dfrac14+\cdots." answer="7/12" hint="Add the first four terms carefully." solution="The fourth partial sum is S4=112+1314\qquad S_4=1-\dfrac12+\dfrac13-\dfrac14 First, 112=12\qquad 1-\dfrac12=\dfrac12 Then, 12+13=56\qquad \dfrac12+\dfrac13=\dfrac56 Finally, 5614=10312=712\qquad \dfrac56-\dfrac14=\dfrac{10-3}{12}=\dfrac7{12} Therefore, the answer is 712\boxed{\dfrac7{12}}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["Every alternating series converges.","If an0a_n\downarrow 0, then (1)n1an\sum (-1)^{n-1}a_n converges.","The alternating harmonic series converges but not absolutely.","For a convergent alternating series satisfying Leibniz conditions, the error after NN terms is at most the next omitted term in magnitude."] answer="B,C,D" hint="Separate sign alternation, Leibniz conditions, and absolute convergence." solution="1. False. Alternation alone is not enough; for example 11+11+1-1+1-1+\cdots does not converge.
  • True. This is the Alternating Series Test.
  • True. The alternating harmonic series converges, but the harmonic series of absolute values diverges.
  • True. The Leibniz error bound says SSNaN+1|S-S_N|\le a_{N+1}.
  • Hence the correct answer is B,C,D\boxed{B,C,D}." ::: :::question type="SUB" question="Explain why the series 11+11+11-1+1-1+1-\cdots does not converge, even though its signs alternate." answer="Its partial sums do not approach a single limit." hint="Write the sequence of partial sums." solution="Consider the partial sums: S1=1\qquad S_1=1 S2=11=0\qquad S_2=1-1=0 S3=11+1=1\qquad S_3=1-1+1=1 S4=11+11=0\qquad S_4=1-1+1-1=0 So the sequence of partial sums is 1,0,1,0,1,0,\qquad 1,0,1,0,1,0,\ldots This sequence does not approach a single number. Therefore the series does not converge. The problem is that the term size does not go to 00, so the oscillation never settles. Hence the answer is Its partial sums do not approach a single limit.\boxed{\text{Its partial sums do not approach a single limit.}}." ::: ---

    Summary

    Key Takeaways for CMI

    • Alternating signs can create convergence through cancellation.

    • The key conditions are: positive magnitudes, decreasing size, and limit 00.

    • Partial sums usually zigzag around the true sum.

    • Odd and even partial sums often approach the limit from opposite sides.

    • The next omitted term gives an error bound for good alternating series.

    • Alternating convergence need not mean absolute convergence.

    ---

    Chapter Summary

    Series behaviour — Key Points

    • Finite Series Summation: Proficiency in summing arithmetic, geometric, and telescoping series, including techniques involving partial fractions and difference methods.

    • Infinite Series Convergence Definition: Understanding that an infinite series an\sum a_n converges if and only if the sequence of its partial sums SN=n=1NanS_N = \sum_{n=1}^{N} a_n converges to a finite limit.

    • Positive Term Series Intuition: For series with positive terms, convergence is intuitively linked to the terms decreasing sufficiently rapidly. Initial assessment often involves comparison to known convergent/divergent series (e.g., geometric series, pp-series).

    • nn-th Term Test for Divergence: A fundamental necessary condition for convergence is that limnan=0\lim_{n \to \infty} a_n = 0. If this limit is non-zero or undefined, the series an\sum a_n diverges. This test is inconclusive for convergence.

    • Alternating Series Convergence: Intuition for alternating series, such as those of the form (1)n+1an\sum (-1)^{n+1} a_n where an>0a_n > 0, often involves the Leibniz (Alternating Series) Test, which requires ana_n to be decreasing and limnan=0\lim_{n \to \infty} a_n = 0.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="What is the sum of the series k=1101k(k+1)\sum_{k=1}^{10} \frac{1}{k(k+1)}?" options=["910\frac{9}{10}","1011\frac{10}{11}","110\frac{1}{10}","11"] answer="1011\frac{10}{11}" hint="Use partial fraction decomposition to identify this as a telescoping series." solution="The general term can be written as 1k(k+1)=1k1k+1\frac{1}{k(k+1)} = \frac{1}{k} - \frac{1}{k+1}.
    The partial sum S10S_{10} is:

    S10=k=110(1k1k+1)S_{10} = \sum_{k=1}^{10} \left(\frac{1}{k} - \frac{1}{k+1}\right)

    S10=(112)+(1213)++(110111)S_{10} = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \dots + \left(\frac{1}{10} - \frac{1}{11}\right)

    This is a telescoping sum where intermediate terms cancel out.
    S10=1111=11111=1011S_{10} = 1 - \frac{1}{11} = \frac{11-1}{11} = \frac{10}{11}
    "
    :::

    :::question type="MCQ" question="Which of the following infinite series converges?" options=["n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}","n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1}","n=1lnnn\sum_{n=1}^{\infty} \frac{\ln n}{n}","n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n}"] answer="n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n}" hint="Consider the behaviour of the terms for large nn. Compare with known series like pp-series." solution="Let's analyze each option:

  • n=11n=n=11n1/2\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}} = \sum_{n=1}^{\infty} \frac{1}{n^{1/2}}. This is a pp-series with p=1/2<1p = 1/2 < 1, so it diverges.
  • n=1n2n3+1\sum_{n=1}^{\infty} \frac{n^2}{n^3+1}. For large nn, n2n3+1n2n3=1n\frac{n^2}{n^3+1} \approx \frac{n^2}{n^3} = \frac{1}{n}. Since n=11n\sum_{n=1}^{\infty} \frac{1}{n} (harmonic series) diverges, by the Limit Comparison Test, this series also diverges.

  • n=1lnnn\sum_{n=1}^{\infty} \frac{\ln n}{n}. For n3n \ge 3, lnn1\ln n \ge 1, so lnnn1n\frac{\ln n}{n} \ge \frac{1}{n}. Since n=11n\sum_{n=1}^{\infty} \frac{1}{n} diverges, by the Direct Comparison Test, this series also diverges.

  • n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n}. For large nn, 1n2+n1n2\frac{1}{n^2+n} \approx \frac{1}{n^2}. This is a pp-series with p=2>1p=2 > 1, so it converges. By the Limit Comparison Test, this series also converges.

  • Therefore, the series n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2+n} converges."
    :::

    :::question type="NAT" question="For the alternating series n=1(1)n+1n!\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n!}, what is the smallest positive integer NN such that the absolute error in approximating the sum by its NN-th partial sum SNS_N is less than 0.010.01?" answer="4" hint="For a convergent alternating series (1)n+1an\sum (-1)^{n+1} a_n where ana_n are positive, decreasing, and limnan=0\lim_{n \to \infty} a_n = 0, the absolute error RN=SSN|R_N| = |S - S_N| is bounded by the magnitude of the first neglected term, i.e., RNaN+1|R_N| \le a_{N+1}." solution="The given series is an alternating series with an=1n!a_n = \frac{1}{n!}.
    We need to find the smallest NN such that aN+1<0.01a_{N+1} < 0.01.
    Let's list the terms ana_n:
    a1=11!=1a_1 = \frac{1}{1!} = 1
    a2=12!=12=0.5a_2 = \frac{1}{2!} = \frac{1}{2} = 0.5
    a3=13!=160.1667a_3 = \frac{1}{3!} = \frac{1}{6} \approx 0.1667
    a4=14!=1240.04167a_4 = \frac{1}{4!} = \frac{1}{24} \approx 0.04167
    a5=15!=11200.00833a_5 = \frac{1}{5!} = \frac{1}{120} \approx 0.00833
    We need aN+1<0.01a_{N+1} < 0.01. From the list, a50.00833a_5 \approx 0.00833, which is less than 0.010.01.
    So, N+1=5N+1 = 5, which implies N=4N = 4.
    The smallest positive integer NN is 4."
    :::

    :::question type="MCQ" question="If limnan=0\lim_{n \to \infty} a_n = 0, which of the following statements about the series n=1an\sum_{n=1}^{\infty} a_n is true?" options=["The series n=1an\sum_{n=1}^{\infty} a_n must converge.","The series n=1an\sum_{n=1}^{\infty} a_n must diverge.","The series n=1an\sum_{n=1}^{\infty} a_n may converge or diverge.","The series n=1an\sum_{n=1}^{\infty} a_n converges if and only if all ana_n are positive."] answer="The series n=1an\sum_{n=1}^{\infty} a_n may converge or diverge." hint="Recall the nn-th term test for divergence and consider examples." solution="The statement 'If limnan=0\lim_{n \to \infty} a_n = 0, then the series n=1an\sum_{n=1}^{\infty} a_n converges' is false. A classic counterexample is the harmonic series n=11n\sum_{n=1}^{\infty} \frac{1}{n}, where limn1n=0\lim_{n \to \infty} \frac{1}{n} = 0, but the series diverges.
    The statement 'If limnan=0\lim_{n \to \infty} a_n = 0, then the series n=1an\sum_{n=1}^{\infty} a_n diverges' is also false. A counterexample is the series n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}, where limn1n2=0\lim_{n \to \infty} \frac{1}{n^2} = 0, and this series converges (it's a pp-series with p=2>1p=2 > 1).
    Therefore, if limnan=0\lim_{n \to \infty} a_n = 0, the series n=1an\sum_{n=1}^{\infty} a_n may either converge or diverge. The nn-th term test only provides a condition for divergence; it is not a test for convergence.
    The statement 'The series n=1an\sum_{n=1}^{\infty} a_n converges if and only if all ana_n are positive' is incorrect, as alternating series can converge.
    The correct statement is: The series n=1an\sum_{n=1}^{\infty} a_n may converge or diverge."
    :::

    ---

    What's Next?

    💡 Continue Your CMI Journey

    This chapter on series behaviour lays foundational groundwork critical for advanced mathematical studies. The concept of limits, central to defining convergence, is deeply intertwined with the study of sequences, which often serve as the building blocks for series. Further exploration into power series will bridge this knowledge to the representation and analysis of functions, allowing for their approximation and manipulation. These concepts are fundamental for advanced topics in calculus, including Taylor and Maclaurin series, and their applications in areas such as differential equations and real analysis.

    🎯 Key Points to Remember

    • Master the core concepts in Series behaviour before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Algebra and Functions

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features