Generating Secure PDF Link
S.M. Yusuf Mathematical Methods Chapter 8: Infinite Series Solved Exercises & Convergence Tests
S.M. Yusuf Mathematical Methods Chapter 8: Infinite Series Solved Exercises & Convergence Tests
In Mathematical Methods by S.M. Yusuf (Chapter 8), an infinite series is defined as the formal sum of an infinite sequence of real numbers $a_1, a_2, a_3, \dots$, denoted as:
$$\sum_{n=1}^{\infty} a_n = a_1 + a_2 + a_3 + \dots + a_n + \dots$$The convergence or divergence of the series depends on the sequence of its partial sums $S_n = \sum_{k=1}^{n} a_k$. If $\lim_{n \to \infty} S_n = S$ exists as a finite real number, the series converges to $S$; otherwise, it diverges.
Solution:
Let $a_n = \frac{n!}{n^n}$. Then the next term $a_{n+1}$ is:
$$a_{n+1} = \frac{(n+1)!}{(n+1)^{n+1}} = \frac{(n+1) \cdot n!}{(n+1) \cdot (n+1)^n} = \frac{n!}{(n+1)^n}$$Applying D'Alembert's Ratio Test:
$$L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left( \frac{n!}{(n+1)^n} \cdot \frac{n^n}{n!} \right)$$$L = \lim_{n \to \infty} \left( \frac{n}{n+1} \right)^n = \lim_{n \to \infty} \frac{1}{\left( \frac{n+1}{n} \right)^n} = \lim_{n \to \infty} \frac{1}{\left( 1 + \frac{1}{n} \right)^n}$$Using the standard limit definition $\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e$:
$$L = \frac{1}{e}$$Since $e \approx 2.718$, $L = \frac{1}{e} < 1$. By D'Alembert's Ratio Test, the series converges absolutely.
Solution:
Let $a_n = \frac{1}{n^2 + 5n + 6}$. For large values of $n$, the dominant term in the denominator is $n^2$. Choose $b_n = \frac{1}{n^2}$.
Using the Limit Comparison Test (LCT):
$$\lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \left( \frac{1}{n^2 + 5n + 6} \cdot \frac{n^2}{1} \right) = \lim_{n \to \infty} \frac{n^2}{n^2(1 + \frac{5}{n} + \frac{6}{n^2})} = 1$$Since $c = 1$ is a finite non-zero number, both series behave identically.
By $p$-series test, $\sum_{n=1}^{\infty} b_n = \sum_{n=1}^{\infty} \frac{1}{n^2}$ converges because $p = 2 > 1$. Hence, the given series converges by the Limit Comparison Test.
Solution:
Let $f(x) = \frac{1}{x \ln(x)}$ for $x \ge 2$. Note that $f(x)$ is positive, continuous, and monotonically decreasing on $[2, \infty)$. We apply the Integral Test:
$$I = \int_{2}^{\infty} \frac{1}{x \ln(x)} dx = \lim_{t \to \infty} \int_{2}^{t} \frac{1}{\ln(x)} \cdot \frac{1}{x} dx$$Since $\frac{d}{dx}[\ln(x)] = \frac{1}{x}$, using substitution $u = \ln(x)$:
$$I = \lim_{t \to \infty} \Big[ \ln(\ln(x)) \Big]_{2}^{t} = \lim_{t \to \infty} \left( \ln(\ln(t)) - \ln(\ln(2)) \right) = \infty$$Since the improper integral diverges to $\infty$, the series $\sum_{n=2}^{\infty} \frac{1}{n \ln(n)}$ diverges by the Integral Test.
Solution:
Step 1: Absolute Convergence Check
Consider the series of absolute values $\sum_{n=1}^{\infty} \left| \frac{(-1)^{n-1}}{\sqrt{n}} \right| = \sum_{n=1}^{\infty} \frac{1}{n^{1/2}}$.
This is a $p$-series with $p = 1/2 \le 1$, so it diverges. Therefore, the series is not absolutely convergent.
Step 2: Alternating Series Test (Leibniz Test)
Here $u_n = \frac{1}{\sqrt{n}} > 0$.
1. Monotonicity: Since $\sqrt{n+1} > \sqrt{n}$, we have $u_{n+1} = \frac{1}{\sqrt{n+1}} < \frac{1}{\sqrt{n}} = u_n$. The terms are decreasing.
2. Limit check: $\lim_{n \to \infty} u_n = \lim_{n \to \infty} \frac{1}{\sqrt{n}} = 0$.
Both conditions of Leibniz Test are satisfied. Thus, the series converges.
Conclusion: The series is conditionally convergent.
Rationale: By the $p$-series test, $\sum \frac{1}{n^p}$ converges strictly when the exponent $p > 1$.
Rationale: The $n$-th term test states that a non-zero limit of the general term guarantees divergence.
Rationale: When $L = 1$, the ratio test yields no conclusion and another test must be applied.
Rationale: The $n$-th root test simplifies expressions involving $n$-th powers through $\sqrt[n]{(g(n))^n} = g(n)$.
Rationale: It converges by the Leibniz test, but its absolute counterpart $\sum \frac{1}{n}$ (harmonic series) diverges.
Rationale: A geometric series converges to $\frac{a}{1-r}$ if and only if $|r| < 1$.
Rationale: By the Limit Comparison Test, if the limit is a finite positive constant ($0 < c < \infty$), both series have the same convergence behavior.
Rationale: Here $a = 1$ and $r = 1/2$. The sum is $S = \frac{a}{1-r} = \frac{1}{1 - 1/2} = 2$.