Generating Secure PDF Link

S.M. Yusuf Mathematical Methods Chapter 8 Infinite Series Solved Exercises & Convergence Tests PDF Guide | PU, UOS, QAU, FBISE

Please Wait
10
seconds remaining...
← Return to Notes View
MathNotes.pk BS Mathematics • BS / ADP / University

S.M. Yusuf Mathematical Methods Chapter 8 Infinite Series Solved Exercises & Convergence Tests PDF Guide | PU, UOS, QAU, FBISE

Official Academic Study Notes • Published: August 27, 2026 • Free Printable Resource

Theoretical Foundations & Core Theorems

In real analysis and advanced calculus, an infinite series is defined as the formal sum of an infinite sequence of real numbers $(a_n)_{n=1}^{\infty}$, denoted as:

$$\sum_{n=1}^{\infty} a_n = a_1 + a_2 + a_3 + \dots + a_n + \dots$$

The convergence or divergence of an infinite series is intrinsically tied to the behavior of its sequence of partial sums $(S_k)$, where $S_k = \sum_{n=1}^{k} a_n$. If the limit $\lim_{k \to \infty} S_k = S$ exists as a finite real number, the series is said to converge to the sum $S$. Otherwise, the series diverges.

To analyze infinite series in degree-level examinations (PU, UOS, QAU, KU), students must master a systematic sequence of tests described in Chapter 8 of S.M. Yusuf's Mathematical Methods:

Formula Summary & Quick Reference

Test Name Mathematical Formula / Condition Convergence Criteria Divergence / Failure Criteria Primary Application
$n$-th Term Test $$\lim_{n \to \infty} a_n$$ Inconclusive if limit is $0$ Diverges if limit $\neq 0$ or DNE First line of defense for any series
Geometric Series $$\sum_{n=0}^{\infty} a r^n$$ Converges if $|r| < 1$ (Sum = $\frac{a}{1-r}$) Diverges if $|r| \ge 1$ Exponential terms
$p$-Series Test $$\sum_{n=1}^{\infty} \frac{1}{n^p}$$ Converges if $p > 1$ Diverges if $p \le 1$ Polynomial / Rational power benchmarks
Limit Comparison (LCT) $$L = \lim_{n \to \infty} \frac{a_n}{b_n}$$ Both behave identically if $0 < L < \infty$ If $L=0$ and $\sum b_n$ div, inconclusive Algebraic fractions of polynomials/roots
D'Alembert Ratio Test $$L = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right|$$ Converges if $L < 1$ Diverges if $L > 1$; Inconclusive if $L = 1$ Factorials $n!$, exponents $k^n$
Cauchy Root Test $$L = \lim_{n \to \infty} |a_n|^{1/n}$$ Converges if $L < 1$ Diverges if $L > 1$; Inconclusive if $L = 1$ Expressions wrapped in $n$-th powers $(f(n))^n$
Raabe's Test $$L = \lim_{n \to \infty} n \left( \frac{a_n}{a_{n+1}} - 1 \right)$$ Converges if $L > 1$ Diverges if $L < 1$; Inconclusive if $L = 1$ Failsafe when Ratio Test yields $L = 1$
Integral Test $$\int_{1}^{\infty} f(x) dx$$ Converges if integral evaluates to finite value Diverges if integral approaches $\pm \infty$ Logarithmic terms, inverse trig functions
Leibniz Test $$\sum (-1)^{n-1} a_n$$ Converges if $a_{n+1} \le a_n$ and $\lim a_n = 0$ Test fails if $\lim a_n \neq 0$ (Diverges by $n$-th term) Alternating sign series

Step-by-Step Solved Board Exam Questions

Problem 1 (S.M. Yusuf Ex 8.2 - Limit Comparison Test)

Question: Test the convergence of the infinite series:

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

Solution:

Step 1: Identify the general term $a_n$.

$$a_n = \frac{\sqrt{n}}{n^2 + 1}$$

Observe that $a_n > 0$ for all $n \ge 1$. Hence, this is a positive-term series.

Step 2: Choose an appropriate comparison series $b_n$.
To determine $b_n$, extract the highest powers of $n$ from the numerator and denominator of $a_n$:

$$b_n = \frac{n^{1/2}}{n^2} = \frac{1}{n^{2 - 1/2}} = \frac{1}{n^{3/2}}$$

Step 3: Apply the Limit Comparison Test (LCT).
Evaluate the limit $L = \lim_{n \to \infty} \frac{a_n}{b_n}$:

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

Divide the numerator and denominator by $n^2$:

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

Step 4: Conclusion based on LCT and $p$-series test.
Since $L = 1$ is a finite, non-zero real number ($0 < L < \infty$), both series $\sum a_n$ and $\sum b_n$ behave identically.
Now examine $\sum b_n = \sum_{n=1}^{\infty} \frac{1}{n^{3/2}}$. This is a $p$-series with $p = \frac{3}{2}$.
Since $p = \frac{3}{2} > 1$, the auxiliary series $\sum b_n$ converges.
Therefore, by the Limit Comparison Test, the original series $\sum_{n=1}^{\infty} \frac{\sqrt{n}}{n^2 + 1}$ is convergent.


Problem 2 (S.M. Yusuf Ex 8.3 - D'Alembert Ratio Test)

Question: Test the convergence of the series:

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

Solution:

Step 1: Write down $a_n$ and $a_{n+1}$.

$$a_n = \frac{n! \, 2^n}{n^n}$$ $$a_{n+1} = \frac{(n+1)! \, 2^{n+1}}{(n+1)^{n+1}}$$

Step 2: Form the ratio $\frac{a_{n+1}}{a_n}$.

$$\frac{a_{n+1}}{a_n} = \frac{(n+1)! \, 2^{n+1}}{(n+1)^{n+1}} \times \frac{n^n}{n! \, 2^n}$$

Simplify factorials and exponential powers:

$$(n+1)! = (n+1) \cdot n!, \quad 2^{n+1} = 2 \cdot 2^n, \quad (n+1)^{n+1} = (n+1)(n+1)^n$$

Substitute these back into the expression:

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

Cancel out common terms $n!$, $2^n$, and $(n+1)$:

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

Step 3: Calculate the limit $L = \lim_{n \to \infty} \frac{a_{n+1}}{a_n}$.

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

Using the standard calculus limit identity $\lim_{n \to \infty} \left( 1 + \frac{1}{n} \right)^n = e$:

$$L = \frac{2}{e}$$

Step 4: Apply D'Alembert's Ratio Test rule.
Since $e \approx 2.71828$, we have $L = \frac{2}{2.71828} < 1$.
Because $L < 1$, by D'Alembert's Ratio Test, the series $\sum_{n=1}^{\infty} \frac{n! \, 2^n}{n^n}$ converges.


Problem 3 (S.M. Yusuf Ex 8.4 - Failure of Ratio Test & Application of Raabe's Test)

Question: Test the convergence of the series:

$$\sum_{n=1}^{\infty} \left( \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{2 \cdot 4 \cdot 6 \cdots (2n)} \right)^2$$

Solution:

Step 1: Define $a_n$ and $a_{n+1}$.

$$a_n = \left( \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{2 \cdot 4 \cdot 6 \cdots (2n)} \right)^2$$ $$a_{n+1} = \left( \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)(2n+1)}{2 \cdot 4 \cdot 6 \cdots (2n)(2n+2)} \right)^2$$

Step 2: Try D'Alembert's Ratio Test first.

$$\frac{a_{n+1}}{a_n} = \left( \frac{2n+1}{2n+2} \right)^2$$ $$L = \lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \left( \frac{2 + \frac{1}{n}}{2 + \frac{2}{n}} \right)^2 = \left( \frac{2}{2} \right)^2 = 1$$

Since $L = 1$, D'Alembert's Ratio Test fails (inconclusive). We must apply Raabe's Test.

Step 3: Setup Raabe's Test formula.
Compute $L_R = \lim_{n \to \infty} n \left( \frac{a_n}{a_{n+1}} - 1 \right)$:

$$\frac{a_n}{a_{n+1}} = \left( \frac{2n+2}{2n+1} \right)^2 = \frac{4n^2 + 8n + 4}{4n^2 + 4n + 1}$$

Subtract $1$:

$$\frac{a_n}{a_{n+1}} - 1 = \frac{4n^2 + 8n + 4 - (4n^2 + 4n + 1)}{4n^2 + 4n + 1} = \frac{4n + 3}{4n^2 + 4n + 1}$$

Multiply by $n$ and evaluate the limit:

$$L_R = \lim_{n \to \infty} n \left( \frac{4n + 3}{4n^2 + 4n + 1} \right) = \lim_{n \to \infty} \frac{4n^2 + 3n}{4n^2 + 4n + 1}$$

Divide numerator and denominator by $n^2$:

$$L_R = \lim_{n \to \infty} \frac{4 + \frac{3}{n}}{4 + \frac{4}{n} + \frac{1}{n^2}} = \frac{4 + 0}{4 + 0 + 0} = 1$$

Notice: Raabe's test yields $1$ here! Let's re-verify the degree carefully. When $L_R = 1$, Raabe's Test is inconclusive. Let's use Higher-Order / Gauss's Test or re-evaluate the expansion:

$$\frac{a_n}{a_{n+1}} = \left(1 + \frac{1}{2n+1}\right)^2 = 1 + \frac{2}{2n+1} + \frac{1}{(2n+1)^2} = 1 + \frac{1}{n} \left(\frac{2n}{2n+1}\right) + O(1/n^2) = 1 + \frac{1}{n} + O(1/n^2)$$

Since the coefficient of $\frac{1}{n}$ in Gauss's expansion is $\lambda = 1 \le 1$, the series diverges.

By Gauss's Criterion (or refined Raabe analysis), the given series diverges.


Problem 4 (S.M. Yusuf Ex 8.5 - Absolute vs Conditional Convergence)

Question: Determine whether the alternating series converges absolutely, conditionally, or diverges:

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

Solution:

Step 1: Test the original series for simple convergence using the Leibniz Test.
The series is $\sum_{n=1}^{\infty} (-1)^{n+1} a_n$, where $a_n = \frac{1}{\sqrt{n}} > 0$.

Check the two Leibniz conditions:

  1. Monotonic Decrease: $\sqrt{n+1} > \sqrt{n} \implies \frac{1}{\sqrt{n+1}} < \frac{1}{\sqrt{n}} \implies a_{n+1} < a_n$ for all $n \ge 1$. Condition satisfied.
  2. Limit to Zero: $\lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{1}{\sqrt{n}} = 0$. Condition satisfied.

Since both conditions hold, the series $\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{\sqrt{n}}$ converges by the Leibniz Alternating Series Test.

Step 2: Test for Absolute Convergence.
Consider the series of absolute values $\sum_{n=1}^{\infty} |(-1)^{n+1} \frac{1}{\sqrt{n}}| = \sum_{n=1}^{\infty} \frac{1}{n^{1/2}}$.

This is a $p$-series with $p = \frac{1}{2}$.
Since $p = \frac{1}{2} \le 1$, the absolute series $\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}$ diverges.

Step 3: Final Classification.
Because the original alternating series converges, but the series of absolute values diverges, the series $\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{\sqrt{n}}$ is conditionally convergent.

Interactive Practice Quiz (Clickable MCQs)

Q1: What is the primary conclusion if $\lim_{n \to \infty} a_n = 0.5$ for an infinite series $\sum a_n$?

Explanation: According to the $n$-th term divergence test, if $\lim_{n \to \infty} a_n \neq 0$, the series must diverge. Here the limit is $0.5 \neq 0$.

Q2: For what value of $p$ does the $p$-series $\sum_{n=1}^{\infty} \frac{1}{n^{2p-1}}$ converge?

Explanation: A $p$-series $\sum \frac{1}{n}^k$ converges when $k > 1$. Here $k = 2p - 1 > 1 \implies 2p > 2 \implies p > 1$.

Q3: If D'Alembert's Ratio Test yields $L = 1$, what action should a student take?

Explanation: $L = 1$ means the Ratio Test fails completely. A higher-order test like Raabe's test or Gauss's test must be applied.

Q4: The geometric series $\sum_{n=0}^{\infty} \left(\frac{-3}{4}\right)^n$ converges to which sum?

Explanation: Here $a = 1$, $r = -3/4$. Since $|r| = 3/4 < 1$, Sum = $\frac{a}{1 - r} = \frac{1}{1 - (-3/4)} = \frac{1}{7/4} = \frac{4}{7}$.

Q5: Using Cauchy's Root Test on $\sum_{n=1}^{\infty} \left(\frac{2n+1}{3n+5}\right)^n$, the limit $L$ equals:

Explanation: $L = \lim_{n \to \infty} \sqrt[n]{|a_n|} = \lim_{n \to \infty} \frac{2n+1}{3n+5} = \frac{2}{3}$. Since $L = 2/3 < 1$, the series converges.

Q6: The alternating harmonic series $\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n}$ is:

Explanation: It converges by the Leibniz test, but its absolute form $\sum \frac{1}{n}$ is the harmonic series which diverges. Hence, it is conditionally convergent.

Q7: Under Raabe's Test, a series $\sum a_n$ converges if $L_R = \lim_{n \to \infty} n \left(\frac{a_n}{a_{n+1}} - 1\right)$ satisfies:

Explanation: Unlike the Ratio test, Raabe's test guarantees convergence when $L > 1$ and divergence when $L < 1$.

Q8: Which condition is NOT required for the Integral Test to be valid for $f(x)$ on $[1, \infty)$?

Explanation: Continuity, positivity, and monotonicity (decreasing) are required. Differentiability is not strictly required.

Frequently Asked Questions (FAQs)

Q1: Why does $\lim_{n \to \infty} a_n = 0$ NOT guarantee that the series $\sum a_n$ converges?
Answer: The condition $\lim_{n \to \infty} a_n = 0$ is a necessary condition for convergence, but not a sufficient one. It simply means the terms are shrinking to zero, but it does not tell us whether they shrink fast enough for the partial sums to approach a finite limit. The classic counterexample is the harmonic series $\sum_{n=1}^{\infty} \frac{1}{n}$, where $\lim_{n \to \infty} \frac{1}{n} = 0$, yet the series diverges to infinity.

Q2: What should I do when D'Alembert's Ratio Test yields $L = 1$ in university exams?
Answer: When $L = 1$, D'Alembert's Ratio Test provides no information. For Pakistani university syllabus (S.M. Yusuf Ch 8), follow this decision hierarchy:

  1. If the general term involves factorials or products of double odds/evens (e.g., $1 \cdot 3 \cdot 5 \dots$), switch to Raabe's Test or Gauss's Test.
  2. If the general term is purely algebraic/polynomial without factorials, use the Limit Comparison Test (LCT) with a $p$-series.
  3. If the term involves logarithms, apply the Cauchy Integral Test.

Q3: What is the practical difference between Absolute Convergence and Conditional Convergence?
Answer: