100% FREE Updated: Mar 2026 Real Analysis Sequences and Series

Series of Real Numbers

Comprehensive study notes on Series of Real Numbers for CUET PG Mathematics preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Series of Real Numbers

This chapter provides a comprehensive treatment of infinite series of real numbers. It details the essential tests for convergence of positive term series, explores alternating series, and distinguishes between absolute and conditional convergence. Mastery of these concepts is paramount for success in the Real Analysis component of the CUET PG examination.

---

Chapter Contents

| # | Topic |
|---|-------|
| 1 | Tests for Convergence of Positive Term Series |
| 2 | Alternating Series |
| 3 | Absolute and Conditional Convergence |

---

We begin with Tests for Convergence of Positive Term Series.

Part 1: Tests for Convergence of Positive Term Series

We investigate the convergence properties of infinite series composed solely of positive terms. Understanding these tests is fundamental for analyzing the behavior of series in Real Analysis, a critical skill for the CUET PG examination. The application of these tests allows us to determine if a series sums to a finite value or diverges.

---

Core Concepts

1. Positive Term Series

A series n=1an\sum_{n=1}^{\infty} a_n is defined as a positive term series if all its terms ana_n are positive for all nNn \in \mathbb{N}. That is, an>0a_n > 0 for every nn.

We observe that a positive term series either converges to a finite sum or diverges to infinity. It cannot oscillate.

📖 Positive Term Series

A series n=1an\sum_{n=1}^{\infty} a_n is a positive term series if an>0a_n > 0 for all nNn \in \mathbb{N}.

Quick Example:
Consider the series n=11n\sum_{n=1}^{\infty} \frac{1}{n}. Here, an=1na_n = \frac{1}{n}. Since n1n \ge 1, we have 1n>0\frac{1}{n} > 0 for all nn. Thus, it is a positive term series.

:::question type="MCQ" question="Which of the following is a positive term series?" options=["n=1(1)n1n\sum_{n=1}^{\infty} (-1)^n \frac{1}{n}","n=1cos(n)n2\sum_{n=1}^{\infty} \frac{\cos(n)}{n^2}","n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2 + 1}","n=1(1)n+1n!\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n!}"] answer="n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2 + 1}" hint="A positive term series must have all terms strictly greater than zero." solution="The series n=1(1)n1n\sum_{n=1}^{\infty} (-1)^n \frac{1}{n} and n=1(1)n+1n!\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n!} are alternating series. The series n=1cos(n)n2\sum_{n=1}^{\infty} \frac{\cos(n)}{n^2} has terms that can be positive or negative (e.g., cos(2)\cos(2) is negative). Only n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1} has an=1n2+1>0a_n = \frac{1}{n^2+1} > 0 for all n1n \ge 1."
:::

---

2. pp-Series Test (Hyperharmonic Series Test)

We utilize the pp-series test to determine the convergence of series of the form n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}. This is a fundamental test with direct applications.

📐 pp-Series Test

The series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges if p>1p > 1 and diverges if p1p \le 1.
Where: pp is a real number.
When to use: For series directly resembling 1np\frac{1}{n^p}.

Quick Example 1:
Determine the convergence of n=11n3\sum_{n=1}^{\infty} \frac{1}{n^3}.

Step 1: Identify the value of pp.
> In this series, p=3p = 3.

Step 2: Apply the pp-series test.
> Since p=3>1p = 3 > 1, the series converges.

Answer: The series converges.

Quick Example 2:
Determine the convergence of n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}.

Step 1: Rewrite the series in the pp-series form.
>

n=11n=n=11n1/2\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}} = \sum_{n=1}^{\infty} \frac{1}{n^{1/2}}

Step 2: Identify the value of pp.
> Here, p=12p = \frac{1}{2}.

Step 3: Apply the pp-series test.
> Since p=121p = \frac{1}{2} \le 1, the series diverges.

Answer: The series diverges.

:::question type="MCQ" question="For what values of kk does the series n=11n2k1\sum_{n=1}^{\infty} \frac{1}{n^{2k-1}} converge?" options=["k>1k > 1","k<1k < 1","k>0k > 0","k=1k = 1"] answer="k>1k > 1" hint="Apply the pp-series test, setting p=2k1p = 2k-1." solution="For the series n=11n2k1\sum_{n=1}^{\infty} \frac{1}{n^{2k-1}} to converge, according to the pp-series test, we must have p>1p > 1.
Here, p=2k1p = 2k-1.
Thus, we require 2k1>12k-1 > 1.
Adding 1 to both sides: 2k>22k > 2.
Dividing by 2: k>1k > 1.
Therefore, the series converges if k>1k > 1."
:::

---

3. Comparison Test (Direct Comparison Test)

We employ the comparison test to determine convergence by comparing a given series with a series whose convergence is already known. This test is particularly useful when terms are easily bounded.

📐 Comparison Test

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

  • If anbna_n \le b_n for all nNn \ge N (for some integer NN), and bn\sum b_n converges, then an\sum a_n also converges.

  • If anbna_n \ge b_n for all nNn \ge N, and bn\sum b_n diverges, then an\sum a_n also diverges.

Quick Example:
Determine the convergence of n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2 + n}.

Step 1: Choose a known series for comparison.
> For large nn, n2+nn^2 + n behaves like n2n^2. We choose bn=n=11n2\sum b_n = \sum_{n=1}^{\infty} \frac{1}{n^2}.

Step 2: Determine the convergence of the chosen series.
> The series n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a pp-series with p=2p=2. Since p=2>1p=2 > 1, n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} converges.

Step 3: Compare the terms of the given series with the chosen series.
> We observe that n2+n>n2n^2 + n > n^2 for all n1n \ge 1.
> Therefore, 1n2+n<1n2\frac{1}{n^2 + n} < \frac{1}{n^2} for all n1n \ge 1.
> We have an=1n2+na_n = \frac{1}{n^2+n} and bn=1n2b_n = \frac{1}{n^2}, so an<bna_n < b_n.

Step 4: Apply the Comparison Test.
> Since an<bna_n < b_n and bn\sum b_n converges, an\sum a_n also converges.

Answer: The series converges.

:::question type="MCQ" question="Determine the convergence of the series n=11n!\sum_{n=1}^{\infty} \frac{1}{n!}." options=["Converges","Diverges","Oscillates","Cannot be determined"] answer="Converges" hint="Compare with a geometric series or a pp-series after some nn." solution="For n4n \ge 4, we know that n!>n2n! > n^2.
Therefore, 1n!<1n2\frac{1}{n!} < \frac{1}{n^2}.
We know that n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a pp-series with p=2>1p=2 > 1, which converges.
By the Comparison Test, since 1n!<1n2\frac{1}{n!} < \frac{1}{n^2} for n4n \ge 4 and 1n2\sum \frac{1}{n^2} converges, the series n=11n!\sum_{n=1}^{\infty} \frac{1}{n!} also converges."
:::

---

4. Limit Comparison Test (LCT)

The Limit Comparison Test is a more flexible variant of the comparison test, especially useful when direct comparison inequalities are difficult to establish. We use it by examining the limit of the ratio of terms.

📐 Limit Comparison Test

Let an\sum a_n and bn\sum b_n be positive term series. If

L=limnanbnL = \lim_{n \to \infty} \frac{a_n}{b_n}

exists, and LL is a finite positive number (0<L<0 < L < \infty), then both series an\sum a_n and bn\sum b_n either converge or both diverge.
If L=0L=0 and bn\sum b_n converges, then an\sum a_n converges.
If L=L=\infty and bn\sum b_n diverges, then an\sum a_n diverges.

Quick Example:
Determine the convergence of n=1n2+1n4+3n\sum_{n=1}^{\infty} \frac{n^2 + 1}{n^4 + 3n}.

Step 1: Choose a known series bn\sum b_n by considering the highest powers of nn in the numerator and denominator.
> The dominant term in the numerator is n2n^2, and in the denominator is n4n^4.
> So, we choose bn=n2n4=1n2b_n = \frac{n^2}{n^4} = \frac{1}{n^2}.
> The series bn=n=11n2\sum b_n = \sum_{n=1}^{\infty} \frac{1}{n^2} is a pp-series with p=2>1p=2 > 1, which converges.

Step 2: Calculate the limit L=limnanbnL = \lim_{n \to \infty} \frac{a_n}{b_n}.
>

L=limnn2+1n4+3n1n2L = \lim_{n \to \infty} \frac{\frac{n^2 + 1}{n^4 + 3n}}{\frac{1}{n^2}}

>
L=limnn2+1n4+3nn2L = \lim_{n \to \infty} \frac{n^2 + 1}{n^4 + 3n} \cdot n^2

>
L=limnn4+n2n4+3nL = \lim_{n \to \infty} \frac{n^4 + n^2}{n^4 + 3n}

> Divide numerator and denominator by n4n^4:
>
L=limn1+1n21+3n3L = \lim_{n \to \infty} \frac{1 + \frac{1}{n^2}}{1 + \frac{3}{n^3}}

>
L=1+01+0=1L = \frac{1 + 0}{1 + 0} = 1

Step 3: Apply the Limit Comparison Test.
> Since L=1L=1 (a finite positive number) and bn\sum b_n converges, the given series an\sum a_n also converges.

Answer: The series converges.

:::question type="MCQ" question="Using the Limit Comparison Test, determine the convergence of n=1nn2+n+1\sum_{n=1}^{\infty} \frac{\sqrt{n}}{n^2 + n + 1}." options=["Converges","Diverges","Oscillates","Test is inconclusive"] answer="Converges" hint="Identify the dominant powers of nn in ana_n to choose bnb_n." solution="Let an=nn2+n+1a_n = \frac{\sqrt{n}}{n^2 + n + 1}. The dominant term in the numerator is n=n1/2\sqrt{n} = n^{1/2}, and in the denominator is n2n^2.
So, we choose bn=n1/2n2=1n3/2b_n = \frac{n^{1/2}}{n^2} = \frac{1}{n^{3/2}}.
The series bn=n=11n3/2\sum b_n = \sum_{n=1}^{\infty} \frac{1}{n^{3/2}} is a pp-series with p=3/2p = 3/2. Since p=3/2>1p = 3/2 > 1, bn\sum b_n converges.

Now, we calculate the limit LL:

L=limnanbn=limnnn2+n+11n3/2L = \lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \frac{\frac{\sqrt{n}}{n^2 + n + 1}}{\frac{1}{n^{3/2}}}

L=limnn1/2n2+n+1n3/2L = \lim_{n \to \infty} \frac{n^{1/2}}{n^2 + n + 1} \cdot n^{3/2}

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

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

Divide numerator and denominator by n2n^2:
L=limn11+1n+1n2L = \lim_{n \to \infty} \frac{1}{1 + \frac{1}{n} + \frac{1}{n^2}}

L=11+0+0=1L = \frac{1}{1 + 0 + 0} = 1

Since L=1L=1 (a finite positive number) and bn\sum b_n converges, the given series an\sum a_n also converges.
Answer: \boxed{Converges}"
:::

---

5. Ratio Test (d'Alembert's Ratio Test)

We frequently apply the Ratio Test, particularly effective for series involving factorials or exponential terms. It examines the limit of the ratio of consecutive terms.

📐 Ratio Test

Let an\sum a_n be a positive term series. Let

L=limnan+1anL = \lim_{n \to \infty} \frac{a_{n+1}}{a_n}

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

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

  • If L=1L = 1, the test is inconclusive.

⚠️ Common Mistake

❌ Concluding divergence if L=1L=1 in Ratio Test.
✅ If L=1L=1, the Ratio Test provides no information. Other tests (e.g., pp-series, integral test, Raabe's test) must be used.

Quick Example 1:
Determine the convergence of n=1n!2n\sum_{n=1}^{\infty} \frac{n!}{2^n}.

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

an=n!2na_n = \frac{n!}{2^n}

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

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

an+1an=(n+1)!2n+12nn!\frac{a_{n+1}}{a_n} = \frac{(n+1)!}{2^{n+1}} \cdot \frac{2^n}{n!}

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

>
an+1an=n+12\frac{a_{n+1}}{a_n} = \frac{n+1}{2}

Step 3: Calculate the limit LL.
>

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

Step 4: Apply the Ratio Test.
> Since L=>1L = \infty > 1, the series diverges.

Answer: The series diverges.

Quick Example 2:
Determine the convergence of n=12nn!\sum_{n=1}^{\infty} \frac{2^n}{n!}.

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

an=2nn!a_n = \frac{2^n}{n!}

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

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

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

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

>
an+1an=2n+1\frac{a_{n+1}}{a_n} = \frac{2}{n+1}

Step 3: Calculate the limit LL.
>

L=limn2n+1=0L = \lim_{n \to \infty} \frac{2}{n+1} = 0

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

Answer: The series converges.

:::question type="MCQ" question="The series n=1n23n\sum_{n=1}^{\infty} \frac{n^2}{3^n} is:" options=["Convergent","Divergent","Oscillating","Inconclusive by Ratio Test"] answer="Convergent" hint="Use the Ratio Test. Remember limn(1+1/n)n=e\lim_{n \to \infty} (1+1/n)^n = e and limn(1+1/n)k=1\lim_{n \to \infty} (1+1/n)^k = 1 for any constant kk." solution="Let an=n23na_n = \frac{n^2}{3^n}.
Then an+1=(n+1)23n+1a_{n+1} = \frac{(n+1)^2}{3^{n+1}}.

We compute the ratio an+1an\frac{a_{n+1}}{a_n}:

an+1an=(n+1)23n+13nn2\frac{a_{n+1}}{a_n} = \frac{(n+1)^2}{3^{n+1}} \cdot \frac{3^n}{n^2}

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

an+1an=(n+1n)213\frac{a_{n+1}}{a_n} = \left(\frac{n+1}{n}\right)^2 \cdot \frac{1}{3}

an+1an=(1+1n)213\frac{a_{n+1}}{a_n} = \left(1 + \frac{1}{n}\right)^2 \cdot \frac{1}{3}

Now, we take the limit as nn \to \infty:

L=limn(1+1n)213L = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^2 \cdot \frac{1}{3}

L=(1+0)213L = (1 + 0)^2 \cdot \frac{1}{3}

L=113=13L = 1 \cdot \frac{1}{3} = \frac{1}{3}

Since L=13<1L = \frac{1}{3} < 1, by the Ratio Test, the series converges.
Answer: \boxed{Convergent}"
:::

---

6. Root Test (Cauchy's Root Test)

The Root Test is particularly effective for series where ana_n involves an nn-th power, such as (f(n))n(f(n))^n. We evaluate the nn-th root of the absolute value of the terms.

📐 Root Test

Let an\sum a_n be a positive term series. Let

L=limn(an)1/nL = \lim_{n \to \infty} (a_n)^{1/n}

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

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

  • If L=1L = 1, the test is inconclusive.

Quick Example:
Determine the convergence of n=1(n2n+1)n\sum_{n=1}^{\infty} \left(\frac{n}{2n+1}\right)^n.

Step 1: Identify ana_n.
>

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

Step 2: Calculate (an)1/n(a_n)^{1/n}.
>

(an)1/n=((n2n+1)n)1/n(a_n)^{1/n} = \left(\left(\frac{n}{2n+1}\right)^n\right)^{1/n}

>
(an)1/n=n2n+1(a_n)^{1/n} = \frac{n}{2n+1}

Step 3: Calculate the limit LL.
>

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

> Divide numerator and denominator by nn:
>
L=limn12+1nL = \lim_{n \to \infty} \frac{1}{2 + \frac{1}{n}}

>
L=12+0=12L = \frac{1}{2 + 0} = \frac{1}{2}

Step 4: Apply the Root Test.
> Since L=12<1L = \frac{1}{2} < 1, the series converges.

Answer: The series converges.

:::question type="MCQ" question="Determine the convergence of the series n=1(n+1n)n2\sum_{n=1}^{\infty} \left(\frac{n+1}{n}\right)^{n^2}." options=["Converges","Diverges","Oscillates","Inconclusive by Root Test"] answer="Diverges" hint="Recall the limit definition of ee and apply the Root Test." solution="Let an=(n+1n)n2a_n = \left(\frac{n+1}{n}\right)^{n^2}.

We calculate (an)1/n(a_n)^{1/n}:

(an)1/n=((n+1n)n2)1/n(a_n)^{1/n} = \left(\left(\frac{n+1}{n}\right)^{n^2}\right)^{1/n}

(an)1/n=(n+1n)n(a_n)^{1/n} = \left(\frac{n+1}{n}\right)^{n}

(an)1/n=(1+1n)n(a_n)^{1/n} = \left(1 + \frac{1}{n}\right)^{n}

Now, we take the limit as nn \to \infty:

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

We know that this limit is ee.
L=eL = e

Since L=e2.718>1L = e \approx 2.718 > 1, by the Root Test, the series diverges.
Answer: \boxed{Diverges}"
:::

---

7. Integral Test

We can relate the convergence of a series to the convergence of an improper integral, provided certain conditions are met. This test is suitable when ana_n can be viewed as f(n)f(n) for an integrable function ff.

📐 Integral Test

Let an\sum a_n be a positive term series. If f(x)f(x) is a positive, continuous, and decreasing function for x1x \ge 1 such that an=f(n)a_n = f(n) for all n1n \ge 1, then:
The series n=1an\sum_{n=1}^{\infty} a_n converges if and only if the improper integral 1f(x)dx\int_{1}^{\infty} f(x) \,dx converges.

Quick Example:
Determine the convergence of n=21nlnn\sum_{n=2}^{\infty} \frac{1}{n \ln n}.

Step 1: Define the function f(x)f(x) corresponding to ana_n.
> Let f(x)=1xlnxf(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 2f(x)dx\int_{2}^{\infty} f(x) \,dx.
>

21xlnxdx=limb2b1xlnxdx\int_{2}^{\infty} \frac{1}{x \ln x} \,dx = \lim_{b \to \infty} \int_{2}^{b} \frac{1}{x \ln x} \,dx

> Let u=lnxu = \ln x, then du=1xdxdu = \frac{1}{x} \,dx.
> When x=2x=2, u=ln2u = \ln 2. When x=bx=b, u=lnbu = \ln b.
>
limbln2lnb1udu\lim_{b \to \infty} \int_{\ln 2}^{\ln b} \frac{1}{u} \,du

>
limb[lnu]ln2lnb\lim_{b \to \infty} [\ln |u|]_{\ln 2}^{\ln b}

>
limb(ln(lnb)ln(ln2))\lim_{b \to \infty} (\ln(\ln b) - \ln(\ln 2))

> As bb \to \infty, lnb\ln b \to \infty, and ln(lnb)\ln(\ln b) \to \infty.

Step 3: Determine the convergence of the integral.
> Since the integral diverges, the series also diverges.

Answer: The series diverges.

:::question type="MCQ" question="Using the Integral Test, determine the convergence of n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1}." options=["Converges","Diverges","Oscillates","Inconclusive by Integral Test"] answer="Converges" hint="Evaluate the improper integral 11x2+1dx\int_{1}^{\infty} \frac{1}{x^2+1} \,dx." solution="Let f(x)=1x2+1f(x) = \frac{1}{x^2+1}. For x1x \ge 1, f(x)f(x) is positive, continuous, and decreasing.

We 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[arctanx]1b= \lim_{b \to \infty} [\arctan x]_{1}^{b}

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

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

=π4= \frac{\pi}{4}

Since the integral converges to a finite value (π/4)(\pi/4), by the Integral Test, the series n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1} also converges.
Answer: \boxed{Converges}"
:::

---

8. Raabe's Test

When the Ratio Test yields an inconclusive result (L=1L=1), we can often employ Raabe's Test. This test provides a finer analysis of the ratio of consecutive terms.

📐 Raabe's Test

Let an\sum a_n be a positive term series. If

L=limnn(anan+11)L = \lim_{n \to \infty} n \left( \frac{a_n}{a_{n+1}} - 1 \right)

  • If L>1L > 1, the series converges.

  • If L<1L < 1, the series diverges.

  • If L=1L = 1, the test is inconclusive.

Quick Example:
Determine the convergence of n=1135(2n1)246(2n)1n\sum_{n=1}^{\infty} \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{2 \cdot 4 \cdot 6 \cdots (2n)} \frac{1}{n}.

Step 1: Calculate an+1an\frac{a_{n+1}}{a_n} and its limit.
> Let an=135(2n1)246(2n)1na_n = \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{2 \cdot 4 \cdot 6 \cdots (2n)} \frac{1}{n}.
> Then an+1=135(2n1)(2n+1)246(2n)(2n+2)1n+1a_{n+1} = \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)(2n+1)}{2 \cdot 4 \cdot 6 \cdots (2n)(2n+2)} \frac{1}{n+1}.
>

an+1an=(2n+1)(2n+2)nn+1=2n+12(n+1)nn+1\frac{a_{n+1}}{a_n} = \frac{(2n+1)}{(2n+2)} \frac{n}{n+1} = \frac{2n+1}{2(n+1)} \frac{n}{n+1}

>
limnan+1an=limn2n+12(n+1)nn+1=limn2+1/n2(1+1/n)11+1/n=221=1\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{2n+1}{2(n+1)} \frac{n}{n+1} = \lim_{n \to \infty} \frac{2 + 1/n}{2(1+1/n)} \frac{1}{1+1/n} = \frac{2}{2} \cdot 1 = 1

> The Ratio Test is inconclusive.

Step 2: Calculate n(anan+11)n \left( \frac{a_n}{a_{n+1}} - 1 \right).
> We have anan+1=2(n+1)2n+1n+1n=2(n+1)2n(2n+1)\frac{a_n}{a_{n+1}} = \frac{2(n+1)}{2n+1} \frac{n+1}{n} = \frac{2(n+1)^2}{n(2n+1)}.
>

n(anan+11)=n(2(n+1)2n(2n+1)1)n \left( \frac{a_n}{a_{n+1}} - 1 \right) = n \left( \frac{2(n+1)^2}{n(2n+1)} - 1 \right)

>
=n(2(n2+2n+1)n(2n+1)n(2n+1))= n \left( \frac{2(n^2+2n+1) - n(2n+1)}{n(2n+1)} \right)

>
=n(2n2+4n+22n2nn(2n+1))= n \left( \frac{2n^2+4n+2 - 2n^2-n}{n(2n+1)} \right)

>
=n(3n+2n(2n+1))=3n+22n+1= n \left( \frac{3n+2}{n(2n+1)} \right) = \frac{3n+2}{2n+1}

Step 3: Calculate the limit LL.
>

L=limn3n+22n+1=limn3+2/n2+1/n=32L = \lim_{n \to \infty} \frac{3n+2}{2n+1} = \lim_{n \to \infty} \frac{3 + 2/n}{2 + 1/n} = \frac{3}{2}

Step 4: Apply Raabe's Test.
> Since L=32>1L = \frac{3}{2} > 1, the series converges.

Answer: The series converges.

:::question type="MCQ" question="For the series n=1an\sum_{n=1}^{\infty} a_n where an=135(2n1)246(2n)a_n = \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{2 \cdot 4 \cdot 6 \cdots (2n)}, what does Raabe's Test conclude?" options=["Converges","Diverges","Test is inconclusive (L=1L=1)","The Ratio Test already shows convergence"] answer="Diverges" hint="First, apply the Ratio Test. If it's inconclusive, then use Raabe's Test. Carefully calculate the ratio of terms." solution="Let an=135(2n1)246(2n)a_n = \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{2 \cdot 4 \cdot 6 \cdots (2n)}.
Then an+1=135(2n1)(2n+1)246(2n)(2n+2)a_{n+1} = \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)(2n+1)}{2 \cdot 4 \cdot 6 \cdots (2n)(2n+2)}.

Calculate an+1an\frac{a_{n+1}}{a_n}:

an+1an=2n+12n+2\frac{a_{n+1}}{a_n} = \frac{2n+1}{2n+2}

Now, compute the limit for the Ratio Test:

L=limnan+1an=limn2n+12n+2=limn2+1/n2+2/n=22=1L = \lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{2n+1}{2n+2} = \lim_{n \to \infty} \frac{2 + 1/n}{2 + 2/n} = \frac{2}{2} = 1

The Ratio Test is inconclusive (L=1L=1). We proceed with Raabe's Test.

Calculate n(anan+11)n \left( \frac{a_n}{a_{n+1}} - 1 \right):

anan+1=2n+22n+1\frac{a_n}{a_{n+1}} = \frac{2n+2}{2n+1}

n(anan+11)=n(2n+22n+11)n \left( \frac{a_n}{a_{n+1}} - 1 \right) = n \left( \frac{2n+2}{2n+1} - 1 \right)

=n(2n+2(2n+1)2n+1)= n \left( \frac{2n+2 - (2n+1)}{2n+1} \right)

=n(12n+1)=n2n+1= n \left( \frac{1}{2n+1} \right) = \frac{n}{2n+1}

Now, compute the limit for Raabe's Test:

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

Since L=12<1L = \frac{1}{2} < 1, by Raabe's Test, the series diverges.
Answer: \boxed{Diverges}"
:::

---

9. Logarithmic Test

The Logarithmic Test is a more advanced test that can be used when Raabe's Test is also inconclusive (L=1L = 1). It involves logarithms of ratios of terms.

📐 Logarithmic Test

Let an\sum a_n be a positive term series. If

L=limn(nln(anan+1))L = \lim_{n \to \infty} \left( n \ln \left( \frac{a_n}{a_{n+1}} \right) \right)

  • If L>1L > 1, the series converges.

  • If L<1L < 1, the series diverges.

  • If L=1L = 1, the test is inconclusive.

Quick Example:
Determine the convergence of a series an\sum a_n where anan+1=1+1n+1nlnn\frac{a_n}{a_{n+1}} = 1 + \frac{1}{n} + \frac{1}{n \ln n} for large nn. (This is a theoretical example to show application as series leading to this are complex.)

Step 1: Check Ratio and Raabe's Test.
> limnan+1an=limn11+1n+1nlnn=1\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{1}{1 + \frac{1}{n} + \frac{1}{n \ln n}} = 1. (Ratio Test inconclusive)
> limnn(anan+11)=limnn((1+1n+1nlnn)1)\lim_{n \to \infty} n \left( \frac{a_n}{a_{n+1}} - 1 \right) = \lim_{n \to \infty} n \left( \left(1 + \frac{1}{n} + \frac{1}{n \ln n}\right) - 1 \right)
>

=limnn(1n+1nlnn)=limn(1+1lnn)=1+0=1= \lim_{n \to \infty} n \left( \frac{1}{n} + \frac{1}{n \ln n} \right) = \lim_{n \to \infty} \left( 1 + \frac{1}{\ln n} \right) = 1 + 0 = 1

> Raabe's Test is also inconclusive.

Step 2: Apply the Logarithmic Test.
> We need to evaluate limn(nln(anan+1))\lim_{n \to \infty} \left( n \ln \left( \frac{a_n}{a_{n+1}} \right) \right).
> We use the approximation ln(1+x)x\ln(1+x) \approx x for small xx.
> Let x=1n+1nlnnx = \frac{1}{n} + \frac{1}{n \ln n}.
>

>>L=limnnln(1+(1n+1nlnn))>=limnn(1n+1nlnn)>=limn(1+1lnn)=1+0=1>>> \begin{aligned}> L & = \lim_{n \to \infty} n \ln \left( 1 + \left( \frac{1}{n} + \frac{1}{n \ln n} \right) \right) \\
> & = \lim_{n \to \infty} n \left( \frac{1}{n} + \frac{1}{n \ln n} \right) \\
> & = \lim_{n \to \infty} \left( 1 + \frac{1}{\ln n} \right) = 1 + 0 = 1
> \end{aligned}
>

Step 3: Apply the Logarithmic Test.
> Since L=1L = 1, the Logarithmic Test is inconclusive. (This highlights the hierarchy of tests; sometimes even this test fails).

Answer: The test is inconclusive.

:::question type="MCQ" question="If for a positive term series an\sum a_n, we have anan+1=1+cn+O(1n2)\frac{a_n}{a_{n+1}} = 1 + \frac{c}{n} + O\left(\frac{1}{n^2}\right) for large nn, where cc is a constant. Which of the following is true regarding its convergence using the Logarithmic Test?" options=["Converges if c>1c > 1","Diverges if c<1c < 1","Inconclusive if c=1c = 1","All of the above are true for the Logarithmic Test results."] answer="All of the above are true for the Logarithmic Test results." hint="Recall the Logarithmic Test conditions and the approximation ln(1+x)x\ln(1+x) \approx x for small xx. Note that the conditions for Ratio and Raabe's test would yield L=1L = 1 here." solution="First, let's verify that Ratio and Raabe's tests would be inconclusive.
For the Ratio Test: limnan+1an=limn11+cn+O(1n2)=1\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{1}{1 + \frac{c}{n} + O(\frac{1}{n^2})} = 1. Inconclusive.
For Raabe's Test: limnn(anan+11)=limnn((1+cn+O(1n2))1)=limnn(cn+O(1n2))=limn(c+O(1n))=c\lim_{n \to \infty} n \left( \frac{a_n}{a_{n+1}} - 1 \right) = \lim_{n \to \infty} n \left( \left(1 + \frac{c}{n} + O\left(\frac{1}{n^2}\right)\right) - 1 \right) = \lim_{n \to \infty} n \left( \frac{c}{n} + O\left(\frac{1}{n^2}\right) \right) = \lim_{n \to \infty} \left( c + O\left(\frac{1}{n}\right) \right) = c.
So, Raabe's test converges if c>1c > 1, diverges if c<1c < 1, and is inconclusive if c=1c = 1. This suggests that the question is asking about a scenario where the Logarithmic Test would be the next step, typically when Raabe's test also yields L=1L = 1.

However, if cc is general, the Logarithmic test result is also cc.
Let's apply the Logarithmic Test:

L=limn(nln(anan+1))L = \lim_{n \to \infty} \left( n \ln \left( \frac{a_n}{a_{n+1}} \right) \right)

Substitute anan+1=1+cn+O(1n2)\frac{a_n}{a_{n+1}} = 1 + \frac{c}{n} + O\left(\frac{1}{n^2}\right). For small xx, ln(1+x)=xx22+\ln(1+x) = x - \frac{x^2}{2} + \dots.
Here x=cn+O(1n2)x = \frac{c}{n} + O\left(\frac{1}{n^2}\right).
L=limnn((cn+O(1n2))12(cn+O(1n2))2+)=limnn(cn+O(1n2))=limn(c+O(1n))=c\begin{aligned}L & = \lim_{n \to \infty} n \left( \left(\frac{c}{n} + O\left(\frac{1}{n^2}\right)\right) - \frac{1}{2}\left(\frac{c}{n} + O\left(\frac{1}{n^2}\right)\right)^2 + \dots \right) \\
& = \lim_{n \to \infty} n \left( \frac{c}{n} + O\left(\frac{1}{n^2}\right) \right) \\
& = \lim_{n \to \infty} \left( c + O\left(\frac{1}{n}\right) \right) = c\end{aligned}

The Logarithmic Test concludes:
  • If L>1    c>1L > 1 \implies c > 1, the series converges.

  • If L<1    c<1L < 1 \implies c < 1, the series diverges.

  • If L=1    c=1L = 1 \implies c = 1, the test is inconclusive.

  • All these statements are consistent with the conditions of the Logarithmic Test based on the limit L=cL = c. Therefore, 'All of the above are true for the Logarithmic Test results' is the correct option, interpreting 'converges if c>1c > 1' etc. as the conclusions drawn from the test.
    Answer: \boxed{All of the above are true for the Logarithmic Test results.}"
    :::

    ---

    10. Cauchy's Condensation Test

    We use Cauchy's Condensation Test for positive term series whose terms are monotonically decreasing. This test transforms the series into a "condensed" form, often simplifying its analysis.

    📐 Cauchy's Condensation Test

    Let an\sum a_n be a positive term series such that ana_n is a monotonically decreasing sequence (anan+1a_n \ge a_{n+1} for all nn). Then the series n=1an\sum_{n=1}^{\infty} a_n converges if and only if the series k=02ka2k\sum_{k=0}^{\infty} 2^k a_{2^k} converges.

    Quick Example:
    Determine the convergence of n=21nlnn\sum_{n=2}^{\infty} \frac{1}{n \ln n}. (This is the harmonic series with a log factor, previously done with Integral Test).

    Step 1: Verify conditions for Cauchy's Condensation Test.
    > an=1nlnna_n = \frac{1}{n \ln n} is positive and monotonically decreasing for n2n \ge 2.

    Step 2: Form the condensed series k=02ka2k\sum_{k=0}^{\infty} 2^k a_{2^k}.
    >

    >>2ka2k=2k12kln(2k)>=1kln2>>> \begin{aligned}> 2^k a_{2^k} & = 2^k \cdot \frac{1}{2^k \ln(2^k)} \\
    > & = \frac{1}{k \ln 2}
    > \end{aligned}
    >

    > The condensed series is k=11kln2=1ln2k=11k\sum_{k=1}^{\infty} \frac{1}{k \ln 2} = \frac{1}{\ln 2} \sum_{k=1}^{\infty} \frac{1}{k}. (Note: kk starts from 1 because ln(20)=ln(1)=0\ln(2^0) = \ln(1) = 0, making the term undefined for k=0k=0. We can adjust the starting index if necessary, as finite terms do not affect convergence.)

    Step 3: Determine the convergence of the condensed series.
    > The series k=11k\sum_{k=1}^{\infty} \frac{1}{k} is the harmonic series, which is a pp-series with p=1p = 1. It diverges.
    > Since 1ln2\frac{1}{\ln 2} is a positive constant, 1ln2k=11k\frac{1}{\ln 2} \sum_{k=1}^{\infty} \frac{1}{k} also diverges.

    Step 4: Apply Cauchy's Condensation Test.
    > Since the condensed series diverges, the original series n=21nlnn\sum_{n=2}^{\infty} \frac{1}{n \ln n} also diverges.

    Answer: The series diverges.

    :::question type="MCQ" question="Determine the convergence of the series n=21n(lnn)2\sum_{n=2}^{\infty} \frac{1}{n (\ln n)^2} using Cauchy's Condensation Test." options=["Converges","Diverges","Oscillates","Test is inconclusive"] answer="Converges" hint="Form the condensed series and use the pp-series test." solution="Let an=1n(lnn)2a_n = \frac{1}{n (\ln n)^2}. For n2n \ge 2, ana_n is positive and monotonically decreasing.

    Form the condensed series k=12ka2k\sum_{k=1}^{\infty} 2^k a_{2^k}:

    2ka2k=2k12k(ln(2k))2=1(kln2)2=1(ln2)21k2\begin{aligned}2^k a_{2^k} & = 2^k \cdot \frac{1}{2^k (\ln(2^k))^2} \\
    & = \frac{1}{(k \ln 2)^2} \\
    & = \frac{1}{(\ln 2)^2} \cdot \frac{1}{k^2}\end{aligned}

    The condensed series is k=11(ln2)21k2=1(ln2)2k=11k2\sum_{k=1}^{\infty} \frac{1}{(\ln 2)^2} \frac{1}{k^2} = \frac{1}{(\ln 2)^2} \sum_{k=1}^{\infty} \frac{1}{k^2}.

    The series k=11k2\sum_{k=1}^{\infty} \frac{1}{k^2} is a pp-series with p=2p = 2. Since p=2>1p = 2 > 1, this series converges.
    Since 1(ln2)2\frac{1}{(\ln 2)^2} is a positive constant, the condensed series 1(ln2)2k=11k2\frac{1}{(\ln 2)^2} \sum_{k=1}^{\infty} \frac{1}{k^2} also converges.

    By Cauchy's Condensation Test, since the condensed series converges, the original series n=21n(lnn)2\sum_{n=2}^{\infty} \frac{1}{n (\ln n)^2} also converges.
    Answer: \boxed{Converges}"
    :::

    ---

    Advanced Applications

    We now consider a more complex scenario involving a parameter, similar to what might be encountered in the exam (PYQ 3).

    Advanced Example:
    Determine the values of x>0x > 0 for which the series n=1n!xnnn\sum_{n=1}^{\infty} \frac{n! x^n}{n^n} converges.

    Step 1: Apply the Ratio Test, as the series involves factorials and powers.
    > Let an=n!xnnna_n = \frac{n! x^n}{n^n}.
    > Then an+1=(n+1)!xn+1(n+1)n+1a_{n+1} = \frac{(n+1)! x^{n+1}}{(n+1)^{n+1}}.

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

    >>an+1an=(n+1)!xn+1(n+1)n+1nnn!xn>=(n+1)n!xnx(n+1)n(n+1)nnn!xn>=xnn(n+1)n>=x(nn+1)n>=x(11+1n)n>=x(1+1n)n>>> \begin{aligned}> \frac{a_{n+1}}{a_n} & = \frac{(n+1)! x^{n+1}}{(n+1)^{n+1}} \cdot \frac{n^n}{n! x^n} \\
    > & = \frac{(n+1) n! x^n x}{(n+1)^n (n+1)} \cdot \frac{n^n}{n! x^n} \\
    > & = \frac{x n^n}{(n+1)^n} \\
    > & = x \left(\frac{n}{n+1}\right)^n \\
    > & = x \left(\frac{1}{1 + \frac{1}{n}}\right)^n \\
    > & = \frac{x}{\left(1 + \frac{1}{n}\right)^n}
    > \end{aligned}
    >

    Step 3: Calculate the limit LL.
    >

    >>L=limnx(1+1n)n>We know limn(1+1n)n=e>L=xe>>> \begin{aligned}> L & = \lim_{n \to \infty} \frac{x}{\left(1 + \frac{1}{n}\right)^n} \\
    > \text{We know } \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n & = e \\
    > L & = \frac{x}{e}
    > \end{aligned}
    >

    Step 4: Apply the Ratio Test conditions.
    > 1. For convergence, L<1    xe<1    x<eL < 1 \implies \frac{x}{e} < 1 \implies x < e.
    > 2. For divergence, L>1    xe>1    x>eL > 1 \implies \frac{x}{e} > 1 \implies x > e.
    > 3. If L=1    xe=1    x=eL = 1 \implies \frac{x}{e} = 1 \implies x = e, the test is inconclusive.

    Step 5: Investigate the inconclusive case (x=ex = e).
    > If x=ex = e, the series becomes n=1n!ennn\sum_{n=1}^{\infty} \frac{n! e^n}{n^n}.
    > We use Stirling's approximation for n!n!: n!2πn(ne)nn! \approx \sqrt{2\pi n} \left(\frac{n}{e}\right)^n.
    > So, an=n!ennn2πn(ne)nennn=2πnnnenennn=2πna_n = \frac{n! e^n}{n^n} \approx \frac{\sqrt{2\pi n} \left(\frac{n}{e}\right)^n e^n}{n^n} = \frac{\sqrt{2\pi n} n^n e^n}{e^n n^n} = \sqrt{2\pi n}.
    > As nn \to \infty, an=2πna_n = \sqrt{2\pi n} \to \infty.
    > Since limnan0\lim_{n \to \infty} a_n \ne 0, the series diverges by the nn-th Term Test for Divergence.

    Answer: The series converges for 0<x<e0 < x < e and diverges for xex \ge e.

    :::question type="NAT" question="For what values of x>0x > 0 does the series n=1n!xnnn\sum_{n=1}^{\infty} \frac{n! x^n}{n^n} converge? Report the maximum integer value of xx for which the series converges." answer="2" hint="Use the Ratio Test. Simplify the expression carefully. Remember limn(1+1/n)n=e\lim_{n \to \infty} (1+1/n)^n = e." solution="Let un=n!xnnnu_n = \frac{n! x^n}{n^n}.
    Then un+1=((n+1)!)2(a(n+1))2(n+1)=(n+1)!xn+1(n+1)n+1u_{n+1} = \frac{((n+1)!)^2}{(a(n+1))^{2(n+1)}} = \frac{(n+1)! x^{n+1}}{(n+1)^{n+1}}.

    We calculate the ratio un+1un\frac{u_{n+1}}{u_n}:

    un+1un=(n+1)!xn+1(n+1)n+1nnn!xn=(n+1)n!xnx(n+1)n(n+1)nnn!xn=xnn(n+1)n=x(nn+1)n=x(11+1n)n=x(1+1n)n\begin{aligned}\frac{u_{n+1}}{u_n} & = \frac{(n+1)! x^{n+1}}{(n+1)^{n+1}} \cdot \frac{n^n}{n! x^n} \\
    & = \frac{(n+1) n! x^n x}{(n+1)^n (n+1)} \cdot \frac{n^n}{n! x^n} \\
    & = \frac{x n^n}{(n+1)^n} \\
    & = x \left(\frac{n}{n+1}\right)^n \\
    & = x \left(\frac{1}{1 + \frac{1}{n}}\right)^n \\
    & = \frac{x}{\left(1 + \frac{1}{n}\right)^n}\end{aligned}

    Now, take the limit as nn \to \infty:

    L=limnx(1+1n)n=xe\begin{aligned}L & = \lim_{n \to \infty} \frac{x}{\left(1 + \frac{1}{n}\right)^n} \\
    & = \frac{x}{e}\end{aligned}

    For convergence, we require L<1L < 1:

    xe<1x<e\begin{aligned}\frac{x}{e} & < 1 \\
    x & < e\end{aligned}

    The Ratio Test is inconclusive if L=1L = 1, i.e., x=ex = e.
    If x=ex = e, the series becomes n=1n!ennn\sum_{n=1}^{\infty} \frac{n! e^n}{n^n}.
    Using Stirling's approximation for n!n!: n!2πn(n/e)nn! \approx \sqrt{2\pi n} (n/e)^n.
    un=n!ennn2πn(n/e)nennn=2πnnnenennn=2πnu_n = \frac{n! e^n}{n^n} \approx \frac{\sqrt{2\pi n} (n/e)^n e^n}{n^n} = \frac{\sqrt{2\pi n} n^n e^n}{e^n n^n} = \sqrt{2\pi n}

    Since limnun=limn2πn=0\lim_{n \to \infty} u_n = \lim_{n \to \infty} \sqrt{2\pi n} = \infty \ne 0, the series diverges when x=ex = e.

    Thus, the series converges for 0<x<e0 < x < e.
    We need to find the maximum integer value of xx for which the series converges.
    Since e2.718e \approx 2.718, the condition x<ex < e means xx can be 1,21, 2.
    The maximum integer value of xx for which the series converges is 22.
    Answer: \boxed{2}"
    :::

    ---

    Advanced Applications

    1 worked example with a parameter (like the x<ex < e case) and a NAT question from it. ---

    Problem-Solving Strategies

    Common Mistakes

    ---

    Practice Questions (5-8 original)

    ---

    Summary

    What's Next?

    This covers all requirements for "Deep Treatment" (6 PYQs).
    Double check all LaTeX, spacing, headers, callouts, and question formats.

    ---

    💡 Next Up

    Proceeding to Alternating Series.

    ---

    ---

    Part 2: Alternating Series

    We examine alternating series, a specific class of infinite series where the terms alternate in sign. The convergence properties of these series are distinct from those of positive-term series, requiring specialized tests for their analysis. Understanding alternating series is crucial for assessing the convergence of various mathematical functions and sequences.

    ---

    Core Concepts

    1. Definition of an Alternating Series

    An alternating series is an infinite series whose terms alternate between positive and negative values. We typically represent these series in one of two forms, involving a positive sequence {an}\{a_n\}.

    📖 Alternating Series

    An alternating series is a series of the form n=1(1)n+1an=a1a2+a3a4+\sum_{n=1}^{\infty} (-1)^{n+1} a_n = a_1 - a_2 + a_3 - a_4 + \dots or n=1(1)nan=a1+a2a3+a4\sum_{n=1}^{\infty} (-1)^n a_n = -a_1 + a_2 - a_3 + a_4 - \dots, where an>0a_n > 0 for all nn.

    Quick Example:

    Consider the series n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n}. We write out the first few terms.

    Step 1: Identify the general term ana_n.

    > an=1na_n = \frac{1}{n}

    Step 2: Expand the series.

    >

    n=1(1)n+11n=1112+1314+\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n} = \frac{1}{1} - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \dots

    Answer: The series is 112+1314+1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \dots

    :::question type="MCQ" question="Which of the following represents an alternating series?" options=["n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}","n=1(1)ncos(nπ)\sum_{n=1}^{\infty} (-1)^{n} \cos(n\pi)","n=1(1)nn2+1\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2+1}","n=1sin(nπ/2)\sum_{n=1}^{\infty} \sin(n\pi/2)"] answer="n=1(1)nn2+1\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2+1}" hint="An alternating series must have terms that strictly alternate in sign, typically indicated by a (1)n(-1)^n or (1)n+1(-1)^{n+1} factor multiplied by a positive sequence." solution="We analyze each option:

  • n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}: All terms are positive. This is a pp-series.

  • n=1(1)ncos(nπ)\sum_{n=1}^{\infty} (-1)^{n} \cos(n\pi): We know cos(nπ)=(1)n\cos(n\pi) = (-1)^n. So, (1)ncos(nπ)=(1)n(1)n=(1)2n=1(-1)^n \cos(n\pi) = (-1)^n (-1)^n = (-1)^{2n} = 1. This series is n=11\sum_{n=1}^{\infty} 1, which is not alternating.

  • n=1(1)nn2+1\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2+1}: Here, an=1n2+1>0a_n = \frac{1}{n^2+1} > 0. The factor (1)n(-1)^n ensures the terms alternate in sign.

  • n=1sin(nπ/2)\sum_{n=1}^{\infty} \sin(n\pi/2): The terms are sin(π/2)=1\sin(\pi/2)=1, sin(π)=0\sin(\pi)=0, sin(3π/2)=1\sin(3\pi/2)=-1, sin(2π)=0\sin(2\pi)=0, sin(5π/2)=1\sin(5\pi/2)=1, \dots. This series has zero terms and does not strictly alternate in sign.
  • Thus, only n=1(1)nn2+1\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2+1} is an alternating series."
    :::

    ---

    2. The Alternating Series Test (Leibniz Test)

    The Alternating Series Test provides conditions under which an alternating series converges. This test is specific to alternating series and does not apply to series with arbitrary signs.

    📐 Alternating Series Test (Leibniz Test)

    An alternating series n=1(1)n+1an\sum_{n=1}^{\infty} (-1)^{n+1} a_n or n=1(1)nan\sum_{n=1}^{\infty} (-1)^n a_n converges if the following two conditions are met:

    • The sequence ana_n is positive (an>0a_n > 0 for all nn).

    • The sequence ana_n is decreasing (i.e., an+1ana_{n+1} \le a_n for all nn).

    • The limit of the terms is zero (i.e., limnan=0\lim_{n \to \infty} a_n = 0).

    Quick Example:

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

    Step 1: Identify ana_n and verify an>0a_n > 0.

    > an=1na_n = \frac{1}{n}
    > For n1n \ge 1, 1n>0\frac{1}{n} > 0. Condition 1 is met.

    Step 2: Verify if ana_n is decreasing.

    > We compare an+1a_{n+1} and ana_n:
    > an+1=1n+1a_{n+1} = \frac{1}{n+1}
    > an=1na_n = \frac{1}{n}
    > Since n+1>nn+1 > n, we have 1n+1<1n\frac{1}{n+1} < \frac{1}{n}.
    > Thus, an+1<ana_{n+1} < a_n, and condition 2 is met.

    Step 3: Verify if limnan=0\lim_{n \to \infty} a_n = 0.

    >

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

    > Condition 3 is met.

    Answer: Since all three conditions of the Alternating Series Test are satisfied, the series n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n} converges.

    :::question type="MCQ" question="For which of the following series does the Alternating Series Test apply and guarantee convergence?" options=["n=1(1)nnn+1\sum_{n=1}^{\infty} (-1)^n \frac{n}{n+1}","n=1(1)n+1lnnn\sum_{n=1}^{\infty} (-1)^{n+1} \frac{\ln n}{n}","n=1(1)n1n2+1\sum_{n=1}^{\infty} (-1)^n \frac{1}{\sqrt{n^2+1}}","n=1(1)n(1+1n)n\sum_{n=1}^{\infty} (-1)^{n} \left(1 + \frac{1}{n}\right)^n"] answer="n=1(1)n1n2+1\sum_{n=1}^{\infty} (-1)^n \frac{1}{\sqrt{n^2+1}}" hint="Check all three conditions of the Alternating Series Test for each option: an>0a_n > 0, ana_n decreasing, and limnan=0\lim_{n \to \infty} a_n = 0." solution="We examine the sequence ana_n for each series:

  • n=1(1)nnn+1\sum_{n=1}^{\infty} (-1)^n \frac{n}{n+1}: Here an=nn+1a_n = \frac{n}{n+1}.

  • - an>0a_n > 0 for n1n \ge 1. (Met)
    -
    limnan=limnnn+1=10\lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{n}{n+1} = 1 \ne 0
    (Condition 3 not met).
    The test does not apply to guarantee convergence. In fact, the series diverges by the nn-th term test for divergence.

  • n=1(1)n+1lnnn\sum_{n=1}^{\infty} (-1)^{n+1} \frac{\ln n}{n}: Here an=lnnna_n = \frac{\ln n}{n}.

  • - an>0a_n > 0 for n2n \ge 2. (Met for n2n \ge 2)
    - To check if ana_n is decreasing, consider f(x)=lnxxf(x) = \frac{\ln x}{x}.
    f(x)=1/xxlnx1x2=1lnxx2f'(x) = \frac{1/x \cdot x - \ln x \cdot 1}{x^2} = \frac{1 - \ln x}{x^2}

    For x>ex > e, 1lnx<01 - \ln x < 0, so f(x)<0f'(x) < 0. Thus, ana_n is decreasing for n3n \ge 3. (Met)
    -
    limnan=limnlnnn\lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{\ln n}{n}

    Using L'Hopital's Rule,
    limn1/n1=0\lim_{n \to \infty} \frac{1/n}{1} = 0
    (Met)
    All conditions are met for n3n \ge 3, so the series converges.

  • n=1(1)n1n2+1\sum_{n=1}^{\infty} (-1)^n \frac{1}{\sqrt{n^2+1}}: Here an=1n2+1a_n = \frac{1}{\sqrt{n^2+1}}.
    - an>0a_n > 0 for n1n \ge 1. (Met)
    -
    n2+1<(n+1)2+1    n2+1<(n+1)2+1    1(n+1)2+1<1n2+1n^2+1 < (n+1)^2+1 \implies \sqrt{n^2+1} < \sqrt{(n+1)^2+1} \implies \frac{1}{\sqrt{(n+1)^2+1}} < \frac{1}{\sqrt{n^2+1}}

    So an+1<ana_{n+1} < a_n. (Met)
    -
    limnan=limn1n2+1=0\lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{1}{\sqrt{n^2+1}} = 0
    (Met)
    All conditions are met, so the series converges.

  • n=1(1)n(1+1n)n\sum_{n=1}^{\infty} (-1)^{n} \left(1 + \frac{1}{n}\right)^n: Here an=(1+1n)na_n = \left(1 + \frac{1}{n}\right)^n.

  • - an>0a_n > 0 for n1n \ge 1. (Met)
    -
    limnan=limn(1+1n)n=e0\lim_{n \to \infty} a_n = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e \ne 0
    (Condition 3 not met).
    The test does not apply to guarantee convergence. This series diverges by the nn-th term test.

    Comparing options 2 and 3, both converge by AST. However, the question asks 'for which of the following series does the Alternating Series Test apply and guarantee convergence?'. Option 3 satisfies all conditions directly for n1n \ge 1. Option 2 requires a minor adjustment for n3n \ge 3 for the decreasing condition. Both are valid applications, but option 3 is a more straightforward application from n=1n=1. Let us re-evaluate the exact wording. The question implies "which one". Option 3 is a perfect example where all conditions are met immediately. Option 2 still converges, but the decreasing condition only holds for n3n \ge 3, which is fine for convergence but perhaps less "direct". Let's assume the question implies the most direct application.

    Let's re-verify the options carefully.
    Option 2: an=lnnna_n = \frac{\ln n}{n}. a1=0a_1 = 0, so it's not strictly an>0a_n > 0. The test requires an>0a_n > 0. If the series starts from n=2n=2, then an>0a_n > 0. The series n=1(1)n+1lnnn\sum_{n=1}^{\infty} (-1)^{n+1} \frac{\ln n}{n} can be written as n=2(1)n+1lnnn\sum_{n=2}^{\infty} (-1)^{n+1} \frac{\ln n}{n} as the first term is 0. So, it's a valid application.

    However, the question asks "guarantee convergence". Both 2 and 3 guarantee convergence. Let's assume the best fit. Option 3 is clearly an>0a_n > 0 for all n1n \ge 1, decreasing for all n1n \ge 1, and limit is 0. Option 2 has a1=0a_1=0, so it's not strictly an>0a_n > 0 from n=1n=1. Usually, the test is stated for an>0a_n > 0. So, option 3 is the most robust fit for the conditions starting from n=1n=1 as typically presented. If the series started from n=2n=2, then option 2 would be a perfect fit too. Given the options, option 3 is the cleanest application from n=1n=1 as ana_n is strictly positive for all n1n \ge 1 and decreasing for all n1n \ge 1.
    "
    :::

    ---

    3. Absolute Convergence

    Absolute convergence is a stronger form of convergence. A series is absolutely convergent if the series formed by taking the absolute value of each term converges.

    📖 Absolute Convergence

    A series an\sum a_n is said to be absolutely convergent if the series of absolute values an\sum |a_n| converges.

    Must Remember

    If a series converges absolutely, then it also converges. That is, if an\sum |a_n| converges, then an\sum a_n converges. The converse is not necessarily true.

    Quick Example:

    Determine if the series n=1(1)n+11n2\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n^2} converges absolutely.

    Step 1: Form the series of absolute values.

    >

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

    Step 2: Test the convergence of the new series.

    > The series n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a pp-series with p=2p=2.
    > Since p=2>1p=2 > 1, the pp-series converges.

    Answer: The series n=1(1)n+11n2\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n^2} converges absolutely. Consequently, it also converges.

    :::question type="MCQ" question="Which of the following series is absolutely convergent?" options=["n=1(1)n1n\sum_{n=1}^{\infty} (-1)^n \frac{1}{n}","n=1(1)n+1nn2+1\sum_{n=1}^{\infty} (-1)^{n+1} \frac{n}{n^2+1}","n=1(1)nsinnn3\sum_{n=1}^{\infty} (-1)^n \frac{\sin n}{n^3}","n=1(1)n1n\sum_{n=1}^{\infty} (-1)^n \frac{1}{\sqrt{n}}"] answer="n=1(1)nsinnn3\sum_{n=1}^{\infty} (-1)^n \frac{\sin n}{n^3}" hint="For absolute convergence, consider the series of absolute values, an\sum |a_n|. Apply appropriate convergence tests (e.g., pp-series, comparison test) to an\sum |a_n|." solution="We examine the series of absolute values an\sum |a_n| for each option:

  • n=1(1)n1n\sum_{n=1}^{\infty} (-1)^n \frac{1}{n}: The series of absolute values is n=1(1)n1n=n=11n\sum_{n=1}^{\infty} \left| (-1)^n \frac{1}{n} \right| = \sum_{n=1}^{\infty} \frac{1}{n}. This is the harmonic series, which diverges (pp-series with p=1p=1). So, this series is not absolutely convergent.

  • n=1(1)n+1nn2+1\sum_{n=1}^{\infty} (-1)^{n+1} \frac{n}{n^2+1}: The series of absolute values is n=1(1)n+1nn2+1=n=1nn2+1\sum_{n=1}^{\infty} \left| (-1)^{n+1} \frac{n}{n^2+1} \right| = \sum_{n=1}^{\infty} \frac{n}{n^2+1}.
    We can use the Limit Comparison Test with bn=1nb_n = \frac{1}{n}:
    limnanbn=limnn/(n2+1)1/n=limnn2n2+1=1\lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \frac{n/(n^2+1)}{1/n} = \lim_{n \to \infty} \frac{n^2}{n^2+1} = 1

    Since 11 is a finite positive number, and 1n\sum \frac{1}{n} diverges, nn2+1\sum \frac{n}{n^2+1} also diverges. So, this series is not absolutely convergent.

  • n=1(1)nsinnn3\sum_{n=1}^{\infty} (-1)^n \frac{\sin n}{n^3}: The series of absolute values is n=1(1)nsinnn3=n=1sinnn3\sum_{n=1}^{\infty} \left| (-1)^n \frac{\sin n}{n^3} \right| = \sum_{n=1}^{\infty} \frac{|\sin n|}{n^3}.
    We know that 0sinn10 \le |\sin n| \le 1.
    Thus,
    0sinnn31n30 \le \frac{|\sin n|}{n^3} \le \frac{1}{n^3}

    The series n=11n3\sum_{n=1}^{\infty} \frac{1}{n^3} is a pp-series with p=3>1p=3 > 1, which converges.
    By the Direct Comparison Test, n=1sinnn3\sum_{n=1}^{\infty} \frac{|\sin n|}{n^3} converges. So, this series is absolutely convergent.

  • n=1(1)n1n\sum_{n=1}^{\infty} (-1)^n \frac{1}{\sqrt{n}}: The series of absolute values is n=1(1)n1n=n=11n=n=11n1/2\sum_{n=1}^{\infty} \left| (-1)^n \frac{1}{\sqrt{n}} \right| = \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/21p=1/2 \le 1, which diverges. So, this series is not absolutely convergent.

    Therefore, only n=1(1)nsinnn3\sum_{n=1}^{\infty} (-1)^n \frac{\sin n}{n^3} is absolutely convergent."
    :::

    ---

    4. Conditional Convergence

    A series is conditionally convergent if it converges, but not absolutely. This type of convergence is weaker than absolute convergence and implies that the order of terms matters for the sum.

    📖 Conditional Convergence

    A series an\sum a_n is said to be conditionally convergent if it converges, but the series of absolute values an\sum |a_n| diverges.

    Quick Example:

    Determine if the series n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n} is conditionally convergent.

    Step 1: Check for convergence of the original series.

    > We apply the Alternating Series Test to n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n} with an=1na_n = \frac{1}{n}.
    > 1. an=1n>0a_n = \frac{1}{n} > 0 for n1n \ge 1.
    > 2. ana_n is decreasing since 1n+1<1n\frac{1}{n+1} < \frac{1}{n}.
    > 3.

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

    > All conditions are met, so the series converges.

    Step 2: Check for absolute convergence by examining an\sum |a_n|.

    >

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

    > This is the harmonic series, which is a pp-series with p=1p=1, and thus diverges.

    Answer: Since the series n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n} converges but does not converge absolutely, it is conditionally convergent.

    :::question type="MCQ" question="The series n=1(1)nn+1\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n+1}} is:" options=["Absolutely convergent","Conditionally convergent","Divergent","Oscillating"] answer="Conditionally convergent" hint="First, check for convergence using the Alternating Series Test. Then, check for absolute convergence by considering the series of absolute values." solution="We analyze the series n=1(1)nn+1\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n+1}}. Here an=1n+1a_n = \frac{1}{\sqrt{n+1}}.

    Part 1: Check for convergence of the original series using the Alternating Series Test.

  • an=1n+1>0a_n = \frac{1}{\sqrt{n+1}} > 0 for all n1n \ge 1. (Condition met)
  • To check if ana_n is decreasing:

  • n+2>n+1    1n+2<1n+1\sqrt{n+2} > \sqrt{n+1} \implies \frac{1}{\sqrt{n+2}} < \frac{1}{\sqrt{n+1}}

    So an+1<ana_{n+1} < a_n. (Condition met)
  • limnan=limn1n+1=0\lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{1}{\sqrt{n+1}} = 0
    (Condition met)
    Since all three conditions are met, the series n=1(1)nn+1\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n+1}} converges.

    Part 2: Check for absolute convergence.
    We consider the series of absolute values:

    n=1(1)nn+1=n=11n+1\sum_{n=1}^{\infty} \left| \frac{(-1)^n}{\sqrt{n+1}} \right| = \sum_{n=1}^{\infty} \frac{1}{\sqrt{n+1}}

    We can compare this with the pp-series n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}.
    Using the Limit Comparison Test with bn=1nb_n = \frac{1}{\sqrt{n}}:
    limnanbn=limn1/n+11/n=limnnn+1=limn11+1/n=1=1\lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \frac{1/\sqrt{n+1}}{1/\sqrt{n}} = \lim_{n \to \infty} \sqrt{\frac{n}{n+1}} = \lim_{n \to \infty} \sqrt{\frac{1}{1+1/n}} = \sqrt{1} = 1

    Since the limit is a finite positive number, and n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}} is a pp-series with p=1/21p=1/2 \le 1 (which diverges), the series n=11n+1\sum_{n=1}^{\infty} \frac{1}{\sqrt{n+1}} also diverges.

    Conclusion: The series converges but does not converge absolutely. Therefore, it is conditionally convergent."
    :::

    ---

    5. Remainder Estimation for Alternating Series

    For a convergent alternating series, the sum of the first NN terms, SNS_N, approximates the total sum SS. The remainder RN=SSNR_N = S - S_N can be bounded.

    📐 Alternating Series Remainder Estimate

    If a convergent alternating series n=1(1)n+1an=S\sum_{n=1}^{\infty} (-1)^{n+1} a_n = S (where ana_n satisfies the conditions of the Alternating Series Test), then the absolute value of the remainder RN=SSNR_N = S - S_N is less than or equal to the absolute value of the first neglected term.

    RN=SSNaN+1|R_N| = |S - S_N| \le a_{N+1}

    Quick Example:

    Consider the series n=1(1)n+11n3\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n^3}. We wish to find the maximum error if we approximate the sum using the first 4 terms.

    Step 1: Identify NN and the next term aN+1a_{N+1}.

    > We are approximating the sum using the first 4 terms, so N=4N=4.
    > The next term is aN+1=a5a_{N+1} = a_5.
    > Here an=1n3a_n = \frac{1}{n^3}, so a5=153a_5 = \frac{1}{5^3}.

    Step 2: Apply the remainder estimate formula.

    >

    R4a5|R_4| \le a_5

    >
    R4153|R_4| \le \frac{1}{5^3}

    >
    R41125|R_4| \le \frac{1}{125}

    Answer: The maximum error in approximating the sum with the first 4 terms is 1125\frac{1}{125} or 0.0080.008.

    :::question type="NAT" question="To approximate the sum of the series n=1(1)n1(2n)!\sum_{n=1}^{\infty} (-1)^{n} \frac{1}{(2n)!} with an error less than 0.0010.001, what is the minimum number of terms required?" answer="3" hint="We need to find NN such that RNaN+1<0.001|R_N| \le a_{N+1} < 0.001. Calculate aN+1a_{N+1} for increasing NN until the condition is met." solution="We have the series

    n=1(1)n1(2n)!\sum_{n=1}^{\infty} (-1)^{n} \frac{1}{(2n)!}
    .
    The terms are
    an=1(2n)!a_n = \frac{1}{(2n)!}
    .
    We need to find the smallest NN such that
    aN+1<0.001a_{N+1} < 0.001
    .

    Let's evaluate aN+1a_{N+1} for successive values of NN:

    For N=1N=1:
    >

    a1+1=a2=1(22)!=14!=1240.04167a_{1+1} = a_2 = \frac{1}{(2 \cdot 2)!} = \frac{1}{4!} = \frac{1}{24} \approx 0.04167

    >
    0.041670.0010.04167 \not< 0.001

    For N=2N=2:
    >

    a2+1=a3=1(23)!=16!=17200.001389a_{2+1} = a_3 = \frac{1}{(2 \cdot 3)!} = \frac{1}{6!} = \frac{1}{720} \approx 0.001389

    >
    0.0013890.0010.001389 \not< 0.001

    For N=3N=3:
    >

    a3+1=a4=1(24)!=18!=1403200.0000248a_{3+1} = a_4 = \frac{1}{(2 \cdot 4)!} = \frac{1}{8!} = \frac{1}{40320} \approx 0.0000248

    >
    0.0000248<0.0010.0000248 < 0.001

    Since a4<0.001a_4 < 0.001, the error R3|R_3| will be less than a4a_4. Therefore, we need to sum the first N=3N=3 terms to ensure the error is less than 0.0010.001.

    Answer: \boxed{3}"
    :::

    ---

    Advanced Applications

    Combining the concepts of absolute and conditional convergence is often required to fully characterize the behavior of a series.

    Quick Example:

    Determine if the series n=1(1)nnn2+5\sum_{n=1}^{\infty} (-1)^{n} \frac{n}{n^2+5} converges absolutely, conditionally, or diverges.

    Step 1: Check for absolute convergence by considering an\sum |a_n|.

    >

    n=1(1)nnn2+5=n=1nn2+5\sum_{n=1}^{\infty} \left| (-1)^{n} \frac{n}{n^2+5} \right| = \sum_{n=1}^{\infty} \frac{n}{n^2+5}

    > We use the Limit Comparison Test with bn=1nb_n = \frac{1}{n} (a divergent pp-series).
    >
    limnnn2+51n=limnn2n2+5=limn11+5/n2=1\lim_{n \to \infty} \frac{\frac{n}{n^2+5}}{\frac{1}{n}} = \lim_{n \to \infty} \frac{n^2}{n^2+5} = \lim_{n \to \infty} \frac{1}{1+5/n^2} = 1

    > Since the limit is 11 (a finite, positive number), and 1n\sum \frac{1}{n} diverges, the series n=1nn2+5\sum_{n=1}^{\infty} \frac{n}{n^2+5} also diverges.
    > Thus, the original series does not converge absolutely.

    Step 2: Check for convergence of the original alternating series using the Alternating Series Test.

    > Here an=nn2+5a_n = \frac{n}{n^2+5}.
    > 1. an>0a_n > 0 for n1n \ge 1. (Met)
    > 2. To check if ana_n is decreasing, we consider f(x)=xx2+5f(x) = \frac{x}{x^2+5}.
    >

    f(x)=1(x2+5)x(2x)(x2+5)2=x2+52x2(x2+5)2=5x2(x2+5)2f'(x) = \frac{1 \cdot (x^2+5) - x \cdot (2x)}{(x^2+5)^2} = \frac{x^2+5-2x^2}{(x^2+5)^2} = \frac{5-x^2}{(x^2+5)^2}

    > For x>5x > \sqrt{5} (i.e., x3x \ge 3), 5x2<05-x^2 < 0, so f(x)<0f'(x) < 0. Thus, ana_n is decreasing for n3n \ge 3. (Met)
    > 3. limnan=limnnn2+5=limn1/n1+5/n2=0\lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{n}{n^2+5} = \lim_{n \to \infty} \frac{1/n}{1+5/n^2} = 0. (Met)
    > Since all conditions are met (for n3n \ge 3), the series n=1(1)nnn2+5\sum_{n=1}^{\infty} (-1)^{n} \frac{n}{n^2+5} converges.

    Answer: The series converges but not absolutely, therefore it is conditionally convergent.

    :::question type="MSQ" question="Which of the following statements are true about the series n=1(1)n+1n2n\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n \cdot 2^n}?" options=["The series converges.","The series diverges.","The series is absolutely convergent.","The series is conditionally convergent."] answer="The series converges.,The series is absolutely convergent." hint="First, apply the Ratio Test or Comparison Test to the series of absolute values. If it converges, the original series is absolutely convergent and thus converges. If it diverges, then apply the Alternating Series Test to the original series." solution="Let

    an=(1)n+1n2na_n = \frac{(-1)^{n+1}}{n \cdot 2^n}
    .

    Part 1: Check for absolute convergence.
    Consider the series of absolute values:

    n=1(1)n+1n2n=n=11n2n\sum_{n=1}^{\infty} \left| \frac{(-1)^{n+1}}{n \cdot 2^n} \right| = \sum_{n=1}^{\infty} \frac{1}{n \cdot 2^n}
    .
    We can use the Ratio Test for this positive-term series. Let
    bn=1n2nb_n = \frac{1}{n \cdot 2^n}
    .
    limnbn+1bn=limn1/((n+1)2n+1)1/(n2n)\lim_{n \to \infty} \left| \frac{b_{n+1}}{b_n} \right| = \lim_{n \to \infty} \left| \frac{1/((n+1) \cdot 2^{n+1})}{1/(n \cdot 2^n)} \right|

    =limnn2n(n+1)2n+1= \lim_{n \to \infty} \frac{n \cdot 2^n}{(n+1) \cdot 2^{n+1}}

    =limnnn+12n2n+1= \lim_{n \to \infty} \frac{n}{n+1} \cdot \frac{2^n}{2^{n+1}}

    =limnnn+112= \lim_{n \to \infty} \frac{n}{n+1} \cdot \frac{1}{2}

    =112=12= 1 \cdot \frac{1}{2} = \frac{1}{2}

    Since the limit is L=12<1L = \frac{1}{2} < 1, the series n=11n2n\sum_{n=1}^{\infty} \frac{1}{n \cdot 2^n} converges by the Ratio Test.
    Therefore, the original series n=1(1)n+1n2n\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n \cdot 2^n} is absolutely convergent.

    Part 2: Implications of absolute convergence.
    Since the series is absolutely convergent, it is also convergent.
    A series cannot be both absolutely and conditionally convergent, nor can it be absolutely convergent and divergent.

    Conclusion:

    • The series converges (True, because it's absolutely convergent).

    • The series diverges (False).

    • The series is absolutely convergent (True).

    • The series is conditionally convergent (False, because it's absolutely convergent).


    Answer: \boxed{The series converges.,The series is absolutely convergent.}"
    :::

    ---

    Problem-Solving Strategies

    💡 CUET PG Strategy

    When analyzing an alternating series (1)nan\sum (-1)^n a_n:

    • Always first check for absolute convergence: Examine an\sum |a_n|. Use tests like the pp-series test, geometric series test, ratio test, root test, or comparison tests.

    • If an\sum |a_n| converges: The original series is absolutely convergent, and thus it converges. No further tests are needed for convergence.

    • If an\sum |a_n| diverges: The series is not absolutely convergent. Then proceed to check for conditional convergence using the Alternating Series Test on (1)nan\sum (-1)^n a_n.

    • If the Alternating Series Test conditions are met: The series is conditionally convergent.

    • If the Alternating Series Test conditions are not met (especially liman0\lim a_n \ne 0): The series diverges by the nn-th term test for divergence.

    This systematic approach ensures all possibilities are covered and avoids unnecessary steps.

    ---

    Common Mistakes

    ⚠️ Watch Out

    Confusing the nn-th Term Test with the Alternating Series Test:
    The nn-th term test for divergence states that if limnan0\lim_{n \to \infty} a_n \ne 0, then an\sum a_n diverges. For alternating series, if limnan0\lim_{n \to \infty} a_n \ne 0, then (1)nan\sum (-1)^n a_n diverges. However, if limnan=0\lim_{n \to \infty} a_n = 0, this does not guarantee convergence for a general series. For alternating series, limnan=0\lim_{n \to \infty} a_n = 0 is a necessary condition for convergence by the Alternating Series Test, but it must be combined with an>0a_n > 0 and ana_n decreasing.
    ✅ The Alternating Series Test has three specific conditions (an>0a_n>0, ana_n decreasing, liman=0\lim a_n = 0). All must be met for the test to guarantee convergence. If liman0\lim a_n \ne 0, the series diverges, regardless of it being alternating or not.

    Incorrectly applying absolute convergence implies convergence:
    Students sometimes assume that if an\sum a_n converges, then an\sum |a_n| must also converge. This is incorrect.
    ✅ Remember: Absolute convergence implies convergence. (i.e., if an\sum |a_n| converges, then an\sum a_n converges). The reverse is not true (conditional convergence is the counterexample).

    Skipping the check for ana_n being decreasing:
    Sometimes, liman=0\lim a_n = 0 is met, but ana_n is not monotonically decreasing.
    ✅ Always verify all three conditions of the Alternating Series Test: an>0a_n > 0, ana_n decreasing, and limnan=0\lim_{n \to \infty} a_n = 0.
    Example: The series n=1(1)nbn\sum_{n=1}^{\infty} (-1)^n b_n where bn=1nb_n = \frac{1}{n} for odd nn and bn=1n2b_n = \frac{1}{n^2} for even nn. Here limbn=0\lim b_n = 0, but bnb_n is not decreasing.

    ---

    Practice Questions

    :::question type="MCQ" question="The series n=1(1)n1nen\sum_{n=1}^{\infty} (-1)^{n-1} \frac{n}{e^n} is:" options=["Absolutely convergent","Conditionally convergent","Divergent","Oscillating"] answer="Absolutely convergent" hint="First check for absolute convergence using the Ratio Test on an\sum |a_n|." solution="Let

    an=(1)n1nena_n = (-1)^{n-1} \frac{n}{e^n}
    .
    We first test for absolute convergence by considering the series
    n=1nen=n=1nen\sum_{n=1}^{\infty} \left| \frac{n}{e^n} \right| = \sum_{n=1}^{\infty} \frac{n}{e^n}
    .
    We apply the Ratio Test to
    bn=nenb_n = \frac{n}{e^n}
    :
    limnbn+1bn=limn(n+1)/en+1n/en\lim_{n \to \infty} \left| \frac{b_{n+1}}{b_n} \right| = \lim_{n \to \infty} \left| \frac{(n+1)/e^{n+1}}{n/e^n} \right|

    =limnn+1en+1enn= \lim_{n \to \infty} \frac{n+1}{e^{n+1}} \cdot \frac{e^n}{n}

    =limnn+1nenen+1= \lim_{n \to \infty} \frac{n+1}{n} \cdot \frac{e^n}{e^{n+1}}

    =limn(1+1n)1e= \lim_{n \to \infty} \left(1 + \frac{1}{n}\right) \cdot \frac{1}{e}

    =11e=1e= 1 \cdot \frac{1}{e} = \frac{1}{e}

    Since L=1e<1L = \frac{1}{e} < 1, the series n=1nen\sum_{n=1}^{\infty} \frac{n}{e^n} converges.
    Therefore, the original series n=1(1)n1nen\sum_{n=1}^{\infty} (-1)^{n-1} \frac{n}{e^n} is absolutely convergent.
    Since it is absolutely convergent, it is also convergent.
    Answer: \boxed{Absolutely convergent}"
    :::

    :::question type="NAT" question="If we approximate the sum of the series n=1(1)n1n!\sum_{n=1}^{\infty} (-1)^{n} \frac{1}{n!} with the sum of its first NN terms, and the error must be less than 0.0050.005, what is the smallest value of NN?" answer="5" hint="The error bound for an alternating series is given by RNaN+1|R_N| \le a_{N+1}. Find the smallest NN such that aN+1<0.005a_{N+1} < 0.005." solution="The series is

    n=1(1)n1n!\sum_{n=1}^{\infty} (-1)^{n} \frac{1}{n!}
    , so
    an=1n!a_n = \frac{1}{n!}
    .
    We need to find the smallest NN such that
    aN+1<0.005a_{N+1} < 0.005
    .

    Let's test values for NN:

    For N=1N=1:
    >

    a1+1=a2=12!=12=0.5a_{1+1} = a_2 = \frac{1}{2!} = \frac{1}{2} = 0.5

    >
    0.50.0050.5 \not< 0.005

    For N=2N=2:
    >

    a2+1=a3=13!=160.1667a_{2+1} = a_3 = \frac{1}{3!} = \frac{1}{6} \approx 0.1667

    >
    0.16670.0050.1667 \not< 0.005

    For N=3N=3:
    >

    a3+1=a4=14!=1240.04167a_{3+1} = a_4 = \frac{1}{4!} = \frac{1}{24} \approx 0.04167

    >
    0.041670.0050.04167 \not< 0.005

    For N=4N=4:
    >

    a4+1=a5=15!=11200.00833a_{4+1} = a_5 = \frac{1}{5!} = \frac{1}{120} \approx 0.00833

    >
    0.008330.0050.00833 \not< 0.005

    For N=5N=5:
    >

    a5+1=a6=16!=17200.001389a_{5+1} = a_6 = \frac{1}{6!} = \frac{1}{720} \approx 0.001389

    >
    0.001389<0.0050.001389 < 0.005

    Since a6<0.005a_6 < 0.005, the error R5|R_5| will be less than a6a_6. Therefore, we need to sum the first N=5N=5 terms to ensure the error is less than 0.0050.005.

    Answer: \boxed{5}"
    :::

    ---

    💡 Next Up

    Proceeding to Absolute and Conditional Convergence.

    ---

    Part 3: Absolute and Conditional Convergence

    We examine the nature of infinite series, specifically focusing on the distinction between absolute and conditional convergence. This differentiation is critical for understanding the behavior of series, particularly when dealing with series containing both positive and negative terms, and is a frequently tested concept in advanced undergraduate mathematics.

    ---

    Core Concepts

    1. Convergence, Divergence, and Oscillation of Series

    An infinite series an\sum a_n is said to converge 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. If the sequence of partial sums does not converge to a finite limit, the series is said to diverge. A special case of divergence is oscillation, where the partial sums do not approach a unique limit but also do not tend to ±\pm \infty.

    📖 Convergence of a Series

    A series n=1an\sum_{n=1}^{\infty} a_n converges if limNSN=L\lim_{N \to \infty} S_N = L for some finite LL, where SN=n=1NanS_N = \sum_{n=1}^{N} a_n. Otherwise, it diverges.

    Quick Example: Determine the nature of the series 12732+12732+12 - 7 - 3 - 2 + 12 - 7 - 3 - 2 + \dots.

    Step 1: Identify the repeating block of terms and their sum.
    The repeating block is 12,7,3,212, -7, -3, -2.
    The sum of this block is 12732=012 - 7 - 3 - 2 = 0.

    Step 2: Examine the sequence of partial sums.
    Let SNS_N be the NN-th partial sum.
    > S1=12S_1 = 12
    > S2=127=5S_2 = 12 - 7 = 5
    > S3=1273=2S_3 = 12 - 7 - 3 = 2
    > S4=12732=0S_4 = 12 - 7 - 3 - 2 = 0
    > S5=S4+12=12S_5 = S_4 + 12 = 12
    > S6=S57=5S_6 = S_5 - 7 = 5

    The sequence of partial sums is 12,5,2,0,12,5,2,0,12, 5, 2, 0, 12, 5, 2, 0, \dots. This sequence does not converge to a unique limit.

    Answer: The series oscillates.

    :::question type="MCQ" question="Consider the series 12+34+1 - 2 + 3 - 4 + \dots. What is the nature of this series?" options=["Convergent","Absolutely Convergent","Conditionally Convergent","Divergent (oscillatory)"] answer="Divergent (oscillatory)" hint="Examine the sequence of partial sums." solution="Let the series be n=1(1)n1n\sum_{n=1}^{\infty} (-1)^{n-1} n.
    The sequence of partial sums is:
    S1=1S_1 = 1
    S2=12=1S_2 = 1 - 2 = -1
    S3=12+3=2S_3 = 1 - 2 + 3 = 2
    S4=12+34=2S_4 = 1 - 2 + 3 - 4 = -2
    The sequence of partial sums 1,1,2,2,1, -1, 2, -2, \dots does not converge to a finite limit, nor does it tend to ±\pm \infty. Thus, the series diverges by oscillation."
    :::

    ---

    2. Absolute Convergence

    A series an\sum a_n is said to be absolutely convergent if the series of the absolute values of its terms, an\sum |a_n|, converges. Absolute convergence is a stronger form of convergence, implying that the series is well-behaved even under rearrangement of its terms.

    📖 Absolute Convergence

    A series n=1an\sum_{n=1}^{\infty} a_n is absolutely convergent if the series n=1an\sum_{n=1}^{\infty} |a_n| converges.

    Absolute Convergence Implies Convergence

    If a series an\sum a_n is absolutely convergent, then it is also convergent. The converse is not necessarily true.

    Quick Example: Determine if the series n=1(1)n+1n2\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2} is absolutely convergent.

    Step 1: Form the series of absolute values.
    >

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

    Step 2: Apply a convergence test to the new series.
    The series n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a p-series with p=2p=2.

    Step 3: Conclude based on the p-series test.
    Since p=2>1p=2 > 1, the series n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} converges.

    Answer: The series n=1(1)n+1n2\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2} is absolutely convergent.

    :::question type="MCQ" question="Which of the following series is absolutely convergent?" options=["n=1(1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}","n=1(1)n1n\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n}","n=1sin(n)n2\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2}","n=1(1)n\sum_{n=1}^{\infty} (-1)^n"] answer="n=1sin(n)n2\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2}" hint="For absolute convergence, check the convergence of the series formed by the absolute values of the terms. Use comparison tests." solution="We examine each option:

  • **n=1(1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}**: The series of absolute values is 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/2<1p=1/2 < 1, so it diverges. Thus, the original series is not absolutely convergent.
  • n=1(1)n1n\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n}: The series of absolute values is n=1(1)n1n=n=11n\sum_{n=1}^{\infty} \left| \frac{(-1)^{n-1}}{n} \right| = \sum_{n=1}^{\infty} \frac{1}{n}. This is the harmonic series, which diverges. Thus, the original series is not absolutely convergent.
  • n=1sin(n)n2\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2}: The series of absolute values is n=1sin(n)n2=n=1sin(n)n2\sum_{n=1}^{\infty} \left| \frac{\sin(n)}{n^2} \right| = \sum_{n=1}^{\infty} \frac{|\sin(n)|}{n^2}. We know that 0sin(n)10 \le |\sin(n)| \le 1. Therefore, 0sin(n)n21n20 \le \frac{|\sin(n)|}{n^2} \le \frac{1}{n^2}. Since n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a convergent p-series (p=2>1p=2 > 1), by the Comparison Test, n=1sin(n)n2\sum_{n=1}^{\infty} \frac{|\sin(n)|}{n^2} converges. Thus, the original series is absolutely convergent.
  • n=1(1)n\sum_{n=1}^{\infty} (-1)^n: The series of absolute values is n=1(1)n=n=11\sum_{n=1}^{\infty} |(-1)^n| = \sum_{n=1}^{\infty} 1, which clearly diverges. Thus, the original series is not absolutely convergent."

  • :::

    ---

    3. Conditional Convergence

    A series an\sum a_n is conditionally convergent if it converges, but it does not converge absolutely. This typically occurs with alternating series or series whose terms change sign irregularly, where the convergence relies on the cancellation of terms.

    📖 Conditional Convergence

    A series n=1an\sum_{n=1}^{\infty} a_n is conditionally convergent if n=1an\sum_{n=1}^{\infty} a_n converges, but n=1an\sum_{n=1}^{\infty} |a_n| diverges.

    The Alternating Series Test (Leibniz Test) is a primary tool for establishing conditional convergence for a specific class of series.

    📐 Alternating Series Test

    Consider an alternating series 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 for all nn. The series converges if the following two conditions are met:

    • The sequence bnb_n is decreasing (i.e., bn+1bnb_{n+1} \le b_n for all nn).

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

    When to use: For alternating series where absolute convergence fails.

    Quick Example: Determine if the alternating harmonic series n=1(1)n1n\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n} is conditionally convergent.

    Step 1: Check for absolute convergence.
    The series of absolute values is n=1(1)n1n=n=11n\sum_{n=1}^{\infty} \left| \frac{(-1)^{n-1}}{n} \right| = \sum_{n=1}^{\infty} \frac{1}{n}. This is the harmonic series, which diverges. Therefore, the series is not absolutely convergent.

    Step 2: Check for convergence using the Alternating Series Test.
    Here, bn=1nb_n = \frac{1}{n}.

  • Is bnb_n decreasing? For n1n \ge 1, 1n+11n\frac{1}{n+1} \le \frac{1}{n}, so bnb_n is decreasing.

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

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

    Both conditions are satisfied.

    Step 3: Conclude based on absolute convergence check and Alternating Series Test.
    Since the series converges by the Alternating Series Test but is not absolutely convergent, it is conditionally convergent.

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

    :::question type="MCQ" question="The series 112p+13p14p+1 - \frac{1}{2^p} + \frac{1}{3^p} - \frac{1}{4^p} + \cdots (p>0p > 0) is conditionally convergent if pp lies in which interval?" options=["(0,1](0, 1]","[0,1][0, 1]","(1,)(1, \infty)","[1,)[1, \infty)"] answer="(0,1](0, 1]" hint="For conditional convergence, the alternating series must converge, but the series of absolute values must diverge. Apply the Alternating Series Test and the p-series test." solution="Let the given series be n=1(1)n11np\sum_{n=1}^{\infty} (-1)^{n-1} \frac{1}{n^p}.
    For conditional convergence, two conditions must be met:

  • The series n=1(1)n11np\sum_{n=1}^{\infty} (-1)^{n-1} \frac{1}{n^p} must converge.

  • The series of absolute values n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} must diverge.
  • First, consider the convergence of the alternating series using the Alternating Series Test. Here, bn=1npb_n = \frac{1}{n^p}.
    For the Alternating Series Test, we need:
    a. bnb_n is decreasing: For p>0p > 0, npn^p is increasing, so 1np\frac{1}{n^p} is decreasing. This holds for all p>0p > 0.
    b. limnbn=0\lim_{n \to \infty} b_n = 0: limn1np=0\lim_{n \to \infty} \frac{1}{n^p} = 0 if p>0p > 0.
    So, the alternating series converges for all p>0p > 0.

    Next, consider the divergence of the series of absolute values n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}. This is a p-series.
    A p-series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} diverges if p1p \le 1.

    Combining these conditions:
    The alternating series converges for p>0p > 0.
    The series of absolute values diverges for p1p \le 1.

    For conditional convergence, we need both conditions to be true, so pp must satisfy p>0p > 0 AND p1p \le 1.
    Thus, p(0,1]p \in (0, 1].

    Therefore, the series is conditionally convergent if p(0,1]p \in (0, 1]."
    :::

    ---

    4. Relationship between Absolute and Conditional Convergence

    We have established that absolute convergence implies convergence. This is a fundamental result in the theory of series. A series that converges absolutely is generally better behaved; for instance, its terms can be rearranged without changing its sum.

    Hierarchy of Convergence
    Absolute Convergence    Convergence\text{Absolute Convergence} \implies \text{Convergence}
    However, Convergence̸    Absolute Convergence\text{Convergence} \not\implies \text{Absolute Convergence} (this is where conditional convergence fits).

    Quick Example: Consider the series n=1(1)n2n\sum_{n=1}^{\infty} \frac{(-1)^n}{2^n}. Determine its type of convergence.

    Step 1: Check for absolute convergence.

    n=1(1)n2n=n=112n\sum_{n=1}^{\infty} \left| \frac{(-1)^n}{2^n} \right| = \sum_{n=1}^{\infty} \frac{1}{2^n}

    This is a geometric series with ratio r=12r = \frac{1}{2}.

    Step 2: Apply the geometric series test.
    Since r=12<1|r| = \frac{1}{2} < 1, the series n=112n\sum_{n=1}^{\infty} \frac{1}{2^n} converges.

    Step 3: Conclude.
    Since the series of absolute values converges, the original series is absolutely convergent. By the implication, it is also convergent.

    Answer: The series n=1(1)n2n\sum_{n=1}^{\infty} \frac{(-1)^n}{2^n} is absolutely convergent.

    :::question type="MCQ" question="Given a series an\sum a_n, if an\sum |a_n| converges, which of the following statements is necessarily true?" options=["an\sum a_n diverges","an\sum a_n is conditionally convergent","an\sum a_n converges","an\sum a_n oscillates"] answer="an\sum a_n converges" hint="Recall the definition and implications of absolute convergence." solution="The definition of absolute convergence states that if an\sum |a_n| converges, then an\sum a_n is absolutely convergent. A fundamental theorem of series states that if a series is absolutely convergent, then it is also convergent. Therefore, if an\sum |a_n| converges, then an\sum a_n must converge."
    :::

    ---

    Advanced Applications

    Many series encountered in practice are not strictly alternating or may have complex general terms. We often need to combine different convergence tests.

    Worked Example: Determine the nature of the series n=0{(n3+1)1/3n}\sum_{n=0}^{\infty} \left\{ (n^3+1)^{1/3} - n \right\}.

    Step 1: Simplify the general term an=(n3+1)1/3na_n = (n^3+1)^{1/3} - n using binomial expansion for large nn.
    Recall the binomial expansion (1+x)k1+kx+k(k1)2!x2+(1+x)^k \approx 1+kx + \frac{k(k-1)}{2!}x^2 + \dots for small xx.

    (n3+1)1/3n=n(1+1n3)1/3n=n(1+131n3+13(131)2!(1n3)2+O(1n9))n=n(1+13n319n6+O(1n9))n=n+13n219n5+O(1n8)n=13n219n5+O(1n8)\begin{aligned} (n^3+1)^{1/3} - n & = n \left(1 + \frac{1}{n^3}\right)^{1/3} - n \\ & = n \left(1 + \frac{1}{3} \cdot \frac{1}{n^3} + \frac{\frac{1}{3}(\frac{1}{3}-1)}{2!} \left(\frac{1}{n^3}\right)^2 + O\left(\frac{1}{n^9}\right) \right) - n \\ & = n \left(1 + \frac{1}{3n^3} - \frac{1}{9n^6} + O\left(\frac{1}{n^9}\right) \right) - n \\ & = n + \frac{1}{3n^2} - \frac{1}{9n^5} + O\left(\frac{1}{n^8}\right) - n \\ & = \frac{1}{3n^2} - \frac{1}{9n^5} + O\left(\frac{1}{n^8}\right) \end{aligned}

    Step 2: Identify the dominant term for large nn.
    The dominant term is 13n2\frac{1}{3n^2}.

    Step 3: Apply the Limit Comparison Test.
    Let an=(n3+1)1/3na_n = (n^3+1)^{1/3} - n and bn=1n2b_n = \frac{1}{n^2}.

    limnanbn=limn13n219n5+1n2=limn(1319n3+)=13\begin{aligned} \lim_{n \to \infty} \frac{a_n}{b_n} & = \lim_{n \to \infty} \frac{\frac{1}{3n^2} - \frac{1}{9n^5} + \dots}{\frac{1}{n^2}} \\ & = \lim_{n \to \infty} \left( \frac{1}{3} - \frac{1}{9n^3} + \dots \right) \\ & = \frac{1}{3} \end{aligned}

    Since the limit is L=13L = \frac{1}{3}, which is a finite positive number (0<L<0 < L < \infty), the series an\sum a_n behaves like bn\sum b_n.

    Step 4: Determine the convergence of bn\sum b_n.
    The series bn=n=11n2\sum b_n = \sum_{n=1}^{\infty} \frac{1}{n^2} is a p-series with p=2p=2.

    Step 5: Conclude.
    Since p=2>1p=2 > 1, n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} converges. Therefore, by the Limit Comparison Test, n=0{(n3+1)1/3n}\sum_{n=0}^{\infty} \left\{ (n^3+1)^{1/3} - n \right\} also converges. As all terms are positive for large nn, it converges absolutely.

    Answer: The series converges (absolutely).

    :::question type="NAT" question="Determine the nature of the series n=11n(1+1n)\sum_{n=1}^{\infty} \frac{1}{n(1 + \frac{1}{n})}. If it converges, state 1. If it diverges, state 0." answer="0" hint="Simplify the general term and compare it to a known series." solution="The general term of the series is an=1n(1+1n)a_n = \frac{1}{n(1 + \frac{1}{n})}.
    Step 1: Simplify the general term.

    an=1n+n1n=1n+1a_n = \frac{1}{n + n \cdot \frac{1}{n}} = \frac{1}{n+1}

    Step 2: Identify the simplified series.
    The series becomes n=11n+1\sum_{n=1}^{\infty} \frac{1}{n+1}.
    Step 3: Compare with a known series.
    This is a variation of the harmonic series. Let m=n+1m = n+1. As nn goes from 11 to \infty, mm goes from 22 to \infty.
    n=11n+1=m=21m\sum_{n=1}^{\infty} \frac{1}{n+1} = \sum_{m=2}^{\infty} \frac{1}{m}

    This is the harmonic series (missing only the first term), which is known to diverge.
    Therefore, the given series diverges.
    The answer is 0."
    :::

    :::question type="MCQ" question="Which of the following statements is true regarding the series n=1(1)n(nn+1)\sum_{n=1}^{\infty} (-1)^n \left( \frac{n}{n+1} \right)?" options=["It is absolutely convergent.","It is conditionally convergent.","It diverges.","It converges to 0."] answer="It diverges." hint="First check the limit of the general term as nn \to \infty. If it is not zero, the series diverges." solution="Let an=(1)n(nn+1)a_n = (-1)^n \left( \frac{n}{n+1} \right).
    Step 1: Check the limit of the general term as nn \to \infty.
    We consider bn=nn+1b_n = \frac{n}{n+1}.

    limnbn=limnnn+1=limn11+1n=1\lim_{n \to \infty} b_n = \lim_{n \to \infty} \frac{n}{n+1} = \lim_{n \to \infty} \frac{1}{1 + \frac{1}{n}} = 1

    Step 2: Apply the nn-th Term Test for Divergence.
    Since limnan=limn(1)nnn+1=limnnn+1=10\lim_{n \to \infty} |a_n|= \lim_{n \to \infty} \left| (-1)^n \frac{n}{n+1} \right| = \lim_{n \to \infty} \frac{n}{n+1} = 1 \ne 0, the limit limnan\lim_{n \to \infty} a_n does not exist (it oscillates between values approaching 11 and 1-1).
    Therefore, by the nn-th Term Test for Divergence, the series diverges."
    :::

    ---

    Problem-Solving Strategies

    💡 CUET PG Strategy for Convergence

    When analyzing a series an\sum a_n:

    • Always check limnan\lim_{n \to \infty} a_n first. If this limit is not zero, the series diverges (nn-th Term Test). This is a quick elimination tool.

    • If an0a_n \ge 0 for all nn (or eventually an0a_n \ge 0): Use Comparison Test, Limit Comparison Test, Ratio Test, Root Test, or Integral Test.

    • If ana_n alternates in sign (e.g., (1)nbn(-1)^n b_n):

    First, check for absolute convergence: Examine an\sum |a_n|. If it converges, the original series is absolutely convergent (and thus convergent).
    If an\sum |a_n| diverges: Check for conditional convergence using the Alternating Series Test (Leibniz Test). If it meets the criteria, the series is conditionally convergent.
    * If neither applies: Re-evaluate the n-th Term Test or other divergence tests.

    ---

    Common Mistakes

    ⚠️ Confusing Absolute and Conditional Convergence

    ❌ Assuming that if an\sum a_n converges, then an\sum |a_n| must also converge.
    ✅ A series can converge without converging absolutely (i.e., it is conditionally convergent). Always test for both if applicable. For example, (1)n1/n\sum (-1)^{n-1}/n converges, but 1/n\sum 1/n diverges.

    ⚠️ Incorrectly Applying Alternating Series Test

    ❌ Forgetting to check both conditions of the Alternating Series Test (bnb_n decreasing AND limbn=0\lim b_n = 0).
    ✅ Both conditions are necessary. If bnb_n is not decreasing or if limbn0\lim b_n \ne 0, the test cannot conclude convergence, and the series might diverge (e.g., (1)nnn+1\sum (-1)^n \frac{n}{n+1}).

    ---

    Practice Questions

    :::question type="MCQ" question="Which of the following series is conditionally convergent?" options=["n=1(1)nn2\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2}","n=1cos(n)n3\sum_{n=1}^{\infty} \frac{\cos(n)}{n^3}","n=1(1)n+1ln(n+1)\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\ln(n+1)}","n=11n\sum_{n=1}^{\infty} \frac{1}{n}"] answer="n=1(1)n+1ln(n+1)\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\ln(n+1)}" hint="Check absolute convergence first, then conditional convergence using the Alternating Series Test." solution="We evaluate each option:

  • n=1(1)nn2\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2}: The series of absolute values is n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2}, which is a convergent p-series (p=2>1p=2 > 1). Thus, this series is absolutely convergent.

  • n=1cos(n)n3\sum_{n=1}^{\infty} \frac{\cos(n)}{n^3}: The series of absolute values is n=1cos(n)n3=n=1cos(n)n3\sum_{n=1}^{\infty} \left| \frac{\cos(n)}{n^3} \right| = \sum_{n=1}^{\infty} \frac{|\cos(n)|}{n^3}. Since 0cos(n)10 \le |\cos(n)| \le 1, we have 0cos(n)n31n30 \le \frac{|\cos(n)|}{n^3} \le \frac{1}{n^3}. As 1n3\sum \frac{1}{n^3} converges (p-series with p=3>1p=3 > 1), by the Comparison Test, cos(n)n3\sum \frac{|\cos(n)|}{n^3} converges. Thus, this series is absolutely convergent.
  • n=1(1)n+1ln(n+1)\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\ln(n+1)}:

  • * Absolute Convergence: The series of absolute values is n=11ln(n+1)\sum_{n=1}^{\infty} \frac{1}{\ln(n+1)}. For n2n \ge 2, we know that ln(n+1)<n\ln(n+1) < n. So 1ln(n+1)>1n\frac{1}{\ln(n+1)} > \frac{1}{n}. Since 1n\sum \frac{1}{n} diverges (harmonic series), by the Comparison Test, n=11ln(n+1)\sum_{n=1}^{\infty} \frac{1}{\ln(n+1)} also diverges. Thus, the original series is not absolutely convergent.
    * Conditional Convergence (Alternating Series Test): Let bn=1ln(n+1)b_n = \frac{1}{\ln(n+1)}.
    * Condition 1 (bnb_n decreasing): As nn increases, ln(n+1)\ln(n+1) increases, so 1ln(n+1)\frac{1}{\ln(n+1)} decreases. This holds for n1n \ge 1.
    * Condition 2 (limnbn=0\lim_{n \to \infty} b_n = 0): limn1ln(n+1)=0\lim_{n \to \infty} \frac{1}{\ln(n+1)} = 0.
    Both conditions are met, so the series converges by the Alternating Series Test.
    Since the series converges but does not converge absolutely, it is conditionally convergent.
  • n=11n\sum_{n=1}^{\infty} \frac{1}{n}: This is the harmonic series, which diverges.

  • Therefore, the conditionally convergent series is n=1(1)n+1ln(n+1)\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\ln(n+1)}."
    :::

    :::question type="NAT" question="Consider the series n=1(1)nnn2+1\sum_{n=1}^{\infty} (-1)^n \frac{n}{n^2+1}. Is this series absolutely convergent? Enter 1 for Yes, 0 for No." answer="0" hint="Check the convergence of the series of absolute values using a comparison test." solution="Step 1: Form the series of absolute values.

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

    Step 2: Apply the Limit Comparison Test.
    Let an=nn2+1a_n = \frac{n}{n^2+1}. For large nn, annn2=1na_n \approx \frac{n}{n^2} = \frac{1}{n}.
    Let bn=1nb_n = \frac{1}{n}.
    limnanbn=limnnn2+11n=limnn2n2+1=limn11+1n2=1\lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \frac{\frac{n}{n^2+1}}{\frac{1}{n}} = \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 11 (a finite positive number), an\sum a_n and bn\sum b_n behave similarly.
    Step 3: Determine the convergence of bn\sum b_n.
    bn=n=11n\sum b_n = \sum_{n=1}^{\infty} \frac{1}{n} is the harmonic series, which diverges.
    Step 4: Conclude.
    Since nn2+1\sum \frac{n}{n^2+1} diverges, the original series n=1(1)nnn2+1\sum_{n=1}^{\infty} (-1)^n \frac{n}{n^2+1} is not absolutely convergent.
    The answer is 0."
    :::

    :::question type="MSQ" question="Select ALL series that are absolutely convergent." options=["n=1(1)nn3/2\sum_{n=1}^{\infty} \frac{(-1)^n}{n^{3/2}}","n=1sin(n)n2+1\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2+1}","n=1(1)nn2n3+1\sum_{n=1}^{\infty} (-1)^n \frac{n^2}{n^3+1}","n=1(1)n1n!10n\sum_{n=1}^{\infty} \frac{(-1)^{n-1} \cdot n!}{10^n}"] answer="n=1(1)nn3/2,n=1sin(n)n2+1\sum_{n=1}^{\infty} \frac{(-1)^n}{n^{3/2}},\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2+1}" hint="For absolute convergence, check the convergence of the series of absolute values. Use p-series, comparison tests, and ratio test." solution="We check the absolute convergence for each series:

  • n=1(1)nn3/2\sum_{n=1}^{\infty} \frac{(-1)^n}{n^{3/2}}: The series of absolute values is n=1(1)nn3/2=n=11n3/2\sum_{n=1}^{\infty} \left| \frac{(-1)^n}{n^{3/2}} \right| = \sum_{n=1}^{\infty} \frac{1}{n^{3/2}}. This is a p-series with p=3/2p = 3/2. Since p=3/2>1p = 3/2 > 1, the series converges. Thus, the original series is absolutely convergent.
  • n=1sin(n)n2+1\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2+1}: The series of absolute values is n=1sin(n)n2+1=n=1sin(n)n2+1\sum_{n=1}^{\infty} \left| \frac{\sin(n)}{n^2+1} \right| = \sum_{n=1}^{\infty} \frac{|\sin(n)|}{n^2+1}. We know 0sin(n)10 \le |\sin(n)| \le 1. So, 0sin(n)n2+11n2+10 \le \frac{|\sin(n)|}{n^2+1} \le \frac{1}{n^2+1}. Since n=11n2+1\sum_{n=1}^{\infty} \frac{1}{n^2+1} converges (by Limit Comparison Test with 1n2\sum \frac{1}{n^2}), by the Comparison Test, n=1sin(n)n2+1\sum_{n=1}^{\infty} \frac{|\sin(n)|}{n^2+1} converges. Thus, the original series is absolutely convergent.
  • n=1(1)nn2n3+1\sum_{n=1}^{\infty} (-1)^n \frac{n^2}{n^3+1}: The series of absolute values is n=1(1)nn2n3+1=n=1n2n3+1\sum_{n=1}^{\infty} \left| (-1)^n \frac{n^2}{n^3+1} \right| = \sum_{n=1}^{\infty} \frac{n^2}{n^3+1}. Using the Limit Comparison Test with bn=n2n3=1nb_n = \frac{n^2}{n^3} = \frac{1}{n}:
    limnn2n3+11n=limnn3n3+1=1\lim_{n \to \infty} \frac{\frac{n^2}{n^3+1}}{\frac{1}{n}} = \lim_{n \to \infty} \frac{n^3}{n^3+1} = 1

    Since the limit is finite and positive, and 1n\sum \frac{1}{n} diverges, n2n3+1\sum \frac{n^2}{n^3+1} also diverges. Thus, the original series is not absolutely convergent. (It is conditionally convergent by AST).
  • n=1(1)n1n!10n\sum_{n=1}^{\infty} \frac{(-1)^{n-1} \cdot n!}{10^n}: The series of absolute values is n=1(1)n1n!10n=n=1n!10n\sum_{n=1}^{\infty} \left| \frac{(-1)^{n-1} \cdot n!}{10^n} \right| = \sum_{n=1}^{\infty} \frac{n!}{10^n}. We use the Ratio Test.
    Let an=n!10na_n = \frac{n!}{10^n}.
    limnan+1an=limn(n+1)!10n+110nn!=limn(n+1)n!1010n10nn!=limnn+110=\begin{aligned} \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| & = \lim_{n \to \infty} \frac{(n+1)!}{10^{n+1}} \cdot \frac{10^n}{n!} \\ & = \lim_{n \to \infty} \frac{(n+1) \cdot n!}{10 \cdot 10^n} \cdot \frac{10^n}{n!} \\ & = \lim_{n \to \infty} \frac{n+1}{10} \\ & = \infty \end{aligned}

    Since the limit is >1\infty > 1, the series n!10n\sum \frac{n!}{10^n} diverges. Thus, the original series is not absolutely convergent (in fact, it diverges).

    Therefore, the absolutely convergent series are n=1(1)nn3/2\sum_{n=1}^{\infty} \frac{(-1)^n}{n^{3/2}} and n=1sin(n)n2+1\sum_{n=1}^{\infty} \frac{\sin(n)}{n^2+1}."
    :::

    ---

    Summary

    Key Formulas & Takeaways

    | # | Formula/Concept | Expression |
    |---|----------------|------------|
    | 1 | Absolute Convergence | an\sum a_n is absolutely convergent if an\sum |a_n| converges. |
    | 2 | Conditional Convergence | an\sum a_n is conditionally convergent if an\sum a_n converges, but an\sum |a_n| diverges. |
    | 3 | Absolute Implies Convergence | If an\sum a_n is absolutely convergent, then an\sum a_n converges. |
    | 4 | Alternating Series Test | For (1)n1bn\sum (-1)^{n-1}b_n (bn>0b_n>0): converges if bnb_n is decreasing and limnbn=0\lim_{n \to \infty} b_n = 0. |
    | 5 | n-th Term Test for Divergence | If limnan0\lim_{n \to \infty} a_n \ne 0, then an\sum a_n diverges. |

    ---

    What's Next?

    💡 Continue Learning

    This topic connects to:

      • Power Series: The radius and interval of convergence for power series often depend on determining absolute convergence at the endpoints.

      • Fourier Series: Convergence properties of Fourier series frequently involve concepts of absolute and uniform convergence.

      • Improper Integrals: The convergence criteria for improper integrals share parallels with series convergence, particularly in the context of absolute and conditional convergence.

    Chapter Summary

    Series of Real Numbers — Key Points

    • Fundamental Tests for Positive Term Series: Master the application of Direct Comparison, Limit Comparison, Ratio, Root, and Integral Tests. Understand their conditions and when each is most effective for determining convergence or divergence.

    • Benchmark Series: Recognize P-series (1/np\sum 1/n^p) and Geometric Series (rn\sum r^n) as essential benchmarks. A P-series converges if p>1p > 1, and a Geometric Series converges if r<1|r| < 1.

    • Alternating Series Test (Leibniz Criterion): For an alternating series (1)n1an\sum (-1)^{n-1} a_n (with an>0a_n > 0), convergence is guaranteed if the sequence {an}\{a_n\} is decreasing and limnan=0\lim_{n \to \infty} a_n = 0.

    • Absolute Convergence: A series an\sum a_n converges absolutely if the series of absolute values, an\sum |a_n|, converges. Absolute convergence is a stronger condition and implies convergence of the original series.

    • Conditional Convergence: A series an\sum a_n converges conditionally if it converges, but does not converge absolutely (i.e., an\sum |a_n| diverges). This distinction is critical for understanding series behavior.

    • Divergence Test: A necessary condition for convergence is limnan=0\lim_{n \to \infty} a_n = 0. If this limit is not zero or does not exist, the series diverges. This is often the first test to apply.

    Chapter Review Questions

    :::question type="MCQ" question="Determine the convergence behavior of the series n=1n!(2n)!\sum_{n=1}^{\infty} \frac{n!}{(2n)!}." options=["Converges by Ratio Test.","Diverges by Ratio Test.","Converges by Comparison Test.","Diverges by nn-th Term Test."] answer="Converges by Ratio Test." hint="Apply the Ratio Test. Calculate limnan+1an\lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|." solution="Let an=n!(2n)!a_n = \frac{n!}{(2n)!}.
    Then an+1an=(n+1)!(2(n+1))!(2n)!n!=(n+1)n!(2n+2)(2n+1)(2n)!(2n)!n!=n+1(2n+2)(2n+1)=n+12(n+1)(2n+1)=12(2n+1)\frac{a_{n+1}}{a_n} = \frac{(n+1)!}{(2(n+1))!} \cdot \frac{(2n)!}{n!} = \frac{(n+1)n!}{(2n+2)(2n+1)(2n)!} \cdot \frac{(2n)!}{n!} = \frac{n+1}{(2n+2)(2n+1)} = \frac{n+1}{2(n+1)(2n+1)} = \frac{1}{2(2n+1)}.
    limnan+1an=limn12(2n+1)=0\lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \frac{1}{2(2n+1)} = 0.
    Since 0<10 < 1, the series converges by the Ratio Test."
    :::

    :::question type="MCQ" question="Determine the convergence behavior of the series n=1(1)n+1n2+n\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2 + n}." options=["Converges absolutely.","Converges conditionally.","Diverges.","Oscillates."] answer="Converges absolutely." hint="First, test for absolute convergence by considering the series of absolute values." solution="Consider the series of absolute values: n=1(1)n+1n2+n=n=11n2+n\sum_{n=1}^{\infty} \left| \frac{(-1)^{n+1}}{n^2 + n} \right| = \sum_{n=1}^{\infty} \frac{1}{n^2 + n}.
    For large nn, 1n2+n1n2\frac{1}{n^2 + n} \sim \frac{1}{n^2}.
    Since n=11n2\sum_{n=1}^{\infty} \frac{1}{n^2} is a convergent p-series (p=2>1p=2 > 1), by the Limit Comparison Test (with bn=1/n2b_n = 1/n^2), the series n=11n2+n\sum_{n=1}^{\infty} \frac{1}{n^2 + n} converges.
    Therefore, the original series n=1(1)n+1n2+n\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2 + n} converges absolutely."
    :::

    :::question type="NAT" question="Find the smallest integer kk for which the series n=21n(lnn)k\sum_{n=2}^{\infty} \frac{1}{n (\ln n)^k} converges." answer="2" hint="Use the Integral Test. Consider the integral 21x(lnx)kdx\int_2^{\infty} \frac{1}{x (\ln x)^k} dx and make the substitution u=lnxu = \ln x." solution="We apply the Integral Test. Let f(x)=1x(lnx)kf(x) = \frac{1}{x (\ln x)^k}. For f(x)f(x) to be positive, continuous, and decreasing for x2x \ge 2, we need k>0k > 0.
    Consider the integral 21x(lnx)kdx\int_2^{\infty} \frac{1}{x (\ln x)^k} dx.
    Let u=lnxu = \ln x, so du=1xdxdu = \frac{1}{x} dx.
    When x=2x=2, u=ln2u = \ln 2. When xx \to \infty, uu \to \infty.
    The integral transforms to ln21ukdu\int_{\ln 2}^{\infty} \frac{1}{u^k} du.
    This improper integral converges if and only if k>1k > 1.
    Since kk must be an integer, the smallest integer kk for which k>1k > 1 is 22."
    :::

    :::question type="MCQ" question="Let an\sum a_n be a convergent series with an>0a_n > 0 for all nn. Which of the following statements is always true?" options=["limnnan=0\lim_{n \to \infty} n a_n = 0.","an2\sum a_n^2 converges.","an\sum \sqrt{a_n} converges.","ann\sum \frac{a_n}{n} diverges."] answer="an2\sum a_n^2 converges." hint="If an\sum a_n converges, then an0a_n \to 0. How does this relate an2a_n^2 to ana_n for large nn?" solution="If an\sum a_n converges and an>0a_n > 0, then by the nn-th Term Test for Divergence, limnan=0\lim_{n \to \infty} a_n = 0.
    This implies that for sufficiently large nn, there exists an NN such that for all n>Nn > N, 0<an<10 < a_n < 1.
    If 0<an<10 < a_n < 1, then an2<ana_n^2 < a_n.
    Since an\sum a_n converges, and 0<an2<an0 < a_n^2 < a_n for large nn, by the Direct Comparison Test, an2\sum a_n^2 also converges.

    Let's check other options:
    A. limnnan=0\lim_{n \to \infty} n a_n = 0: This is not always true. For example, consider a series where an=1/(nln2n)a_n = 1/(n \ln^2 n). This converges, but limnnan=limn1/ln2n=0\lim_{n \to \infty} n a_n = \lim_{n \to \infty} 1/\ln^2 n = 0. However, there exist convergent series an\sum a_n where nann a_n does not converge to 00.

    C. an\sum \sqrt{a_n} converges: Not always true. For example, 1/n2\sum 1/n^2 converges, but 1/n2=1/n\sum \sqrt{1/n^2} = \sum 1/n diverges.
    D. ann\sum \frac{a_n}{n} diverges: Not always true. For example, 1/n2\sum 1/n^2 converges, and 1/n2n=1/n3\sum \frac{1/n^2}{n} = \sum 1/n^3 also converges."
    :::

    What's Next?

    💡 Continue Your CUET PG Journey

    Having mastered the convergence tests for series of real numbers, your next steps in Real Analysis should naturally lead to the study of Sequences and Series of Functions. This involves understanding concepts like pointwise and uniform convergence, which are crucial for the development of Power Series, Taylor Series, and the integration and differentiation of series. These topics build directly upon your understanding of infinite series and are fundamental for advanced calculus and analysis.

  • 🎯 Key Points to Remember

    • Master the core concepts in Series of Real Numbers 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 Real Analysis

    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