Worked solution
(i) Let \( f(x) = \frac{1}{x(\ln x)^2} \). For \( x > 1 \), the first derivative is:
\( f'(x) = -\frac{(\ln x)^2 + 2\ln x}{x^2 (\ln x)^4} \)
Since \( f'(x) < 0 \) for all \( x \ge 2 \), \( f(x) \) is a strictly decreasing function.
For any integer \( r \ge 3 \), on the interval \( [r-1, r] \), the minimum value of \( f(x) \) is \( f(r) \) and the maximum value is \( f(r-1) \).
Therefore, for all \( x \in (r-1, r) \):
\( f(r) < f(x) < f(r-1) \)
Integrating this inequality from \( r-1 \) to \( r \):
\( \int_{r-1}^{r} f(r) \, dx < \int_{r-1}^{r} f(x) \, dx < \int_{r-1}^{r} f(r-1) \, dx \)
Which simplifies to:
\( f(r) < \int_{r-1}^{r} f(x) \, dx < f(r-1) \)
Summing this inequality from \( r = 3 \) to \( N \):
\( \sum_{r=3}^{N} f(r) < \sum_{r=3}^{N} \int_{r-1}^{r} f(x) \, dx < \sum_{r=3}^{N} f(r-1) \)
Evaluating the middle term as a single integral:
\( \sum_{r=3}^{N} \int_{r-1}^{r} f(x) \, dx = \int_{2}^{N} f(x) \, dx \)
And shifting the index of the right-hand sum with \( u = r-1 \):
\( \sum_{r=3}^{N} f(r-1) = \sum_{u=2}^{N-1} f(u) \)
Thus, we obtain:
\( \sum_{r=3}^{N} \frac{1}{r(\ln r)^2} < \int_{2}^{N} \frac{1}{x(\ln x)^2} \, dx < \sum_{r=2}^{N-1} \frac{1}{r(\ln r)^2} \)
(ii) To find \( \int_{2}^{N} \frac{1}{x(\ln x)^2} \, dx \), we use the substitution \( u = \ln x \), which gives \( du = \frac{1}{x} \, dx \).
When \( x = 2 \), \( u = \ln 2 \).
When \( x = N \), \( u = \ln N \).
Substituting these into the integral:
\( \int_{\ln 2}^{\ln N} u^{-2} \, du = \left[ -\frac{1}{u} \right]_{\ln 2}^{\ln N} = \frac{1}{\ln 2} - \frac{1}{\ln N} \)
(iii) From part (i), we have:
\( \sum_{r=3}^{N} f(r) < \int_{2}^{N} f(x) \, dx \)
Adding \( f(2) \) to both sides:
\( \sum_{r=2}^{N} f(r) < f(2) + \int_{2}^{N} f(x) \, dx \)
Substituting the result from part (ii):
\( \sum_{r=2}^{N} f(r) < \frac{1}{2(\ln 2)^2} + \frac{1}{\ln 2} - \frac{1}{\ln N} < \frac{1}{2(\ln 2)^2} + \frac{1}{\ln 2} \)
Since all terms of the series are positive, the sequence of partial sums \( S_N = \sum_{r=2}^{N} f(r) \) is strictly increasing and bounded above by \( \frac{1}{2(\ln 2)^2} + \frac{1}{\ln 2} \). Therefore, the infinite series converges.
Taking the limit as \( N \to \infty \) of the upper bound:
\( S \le \frac{1}{2(\ln 2)^2} + \frac{1}{\ln 2} \approx 2.483 \)
From the inequality in part (i):
\( \int_{2}^{N} f(x) \, dx < \sum_{r=2}^{N-1} f(r) < S \)
Taking the limit as \( N \to \infty \):
\( S \ge \lim_{N \to \infty} \int_{2}^{N} f(x) \, dx = \frac{1}{\ln 2} \approx 1.443 \)
So, the bounds are:
\( \text{Lower Bound} = \frac{1}{\ln 2} \)
\( \text{Upper Bound} = \frac{1}{\ln 2} + \frac{1}{2(\ln 2)^2} \)
(iv) The approximation error \( E \) is:
\( E = S - \sum_{r=2}^{M-1} f(r) = \sum_{r=M}^{\infty} f(r) \)
Using the inequality from the lower rectangles, summing from \( r = M \) to \( N \):
\( \sum_{r=M}^{N} f(r) < \int_{M-1}^{N} f(x) \, dx \)
Taking the limit as \( N \to \infty \):
\( E = \sum_{r=M}^{\infty} f(r) \le \int_{M-1}^{\infty} f(x) \, dx = \left[ -\frac{1}{\ln x} \right]_{M-1}^{\infty} = \frac{1}{\ln(M-1)} \)
Hence, \( E < \frac{1}{\ln(M-1)} \).
To ensure the error is guaranteed to be less than \( 0.5 \), we set the upper bound of the error to be less than or equal to \( 0.5 \):
\( \frac{1}{\ln(M-1)} \le 0.5 \implies \ln(M-1) \ge 2 \implies M-1 \ge e^2 \approx 7.389 \implies M \ge 8.389 \)
Since \( M \) must be an integer, the smallest integer is \( M = 9 \).
Marking scheme
**Part (i) [5 marks]**
- **M1**: Establishes that \( f(x) = \frac{1}{x(\ln x)^2} \) is strictly decreasing for \( x \ge 2 \) (e.g., via derivative or clear sign analysis).
- **M1**: Sets up interval inequality \( f(r) < f(x) < f(r-1) \) for \( x \in (r-1, r) \).
- **M1**: Integrates interval inequality to yield \( f(r) < \int_{r-1}^{r} f(x) \, dx < f(r-1) \).
- **A1**: Sums from \( r = 3 \) to \( N \) to show LHS: \( \sum_{r=3}^{N} f(r) < \int_{2}^{N} f(x) \, dx \).
- **A1**: Sums from \( r = 3 \) to \( N \) to show RHS: \( \int_{2}^{N} f(x) \, dx < \sum_{r=2}^{N-1} f(r) \) and completes the full inequality.
**Part (ii) [3 marks]**
- **M1**: Employs a valid substitution method such as \( u = \ln x \).
- **A1**: Obtains correct antiderivative \( -\frac{1}{\ln x} \).
- **A1**: Evaluates limits correctly to find \( \frac{1}{\ln 2} - \frac{1}{\ln N} \).
**Part (iii) [4 marks]**
- **M1**: Formulates \( \sum_{r=2}^{N} f(r) < f(2) + \int_{2}^{N} f(x) \, dx \) and explains convergence using monotonic increasing partial sums bounded above.
- **A1**: Obtains correct limit of the integral as \( \frac{1}{\ln 2} \).
- **A1**: Computes the upper bound correctly: \( \frac{1}{\ln 2} + \frac{1}{2(\ln 2)^2} \) (accept decimal equivalent \( \approx 2.48 \)).
- **A1**: Computes the lower bound correctly: \( \frac{1}{\ln 2} \) (accept decimal equivalent \( \approx 1.44 \)).
**Part (iv) [3 marks]**
- **M1**: Identifies the error bound as \( E \le \int_{M-1}^{\infty} f(x) \, dx \) and integrates to find \( \frac{1}{\ln(M-1)} \).
- **M1**: Formulates inequality \( \frac{1}{\ln(M-1)} \le 0.5 \) and solves for \( M \).
- **A1**: Deduces correct smallest integer \( M = 9 \).