Bounding a sigma sum

#hsc-maths#sequences#advanced

In HSC Advanced Mathematics, bounding techniques are essential for evaluating limits of sequences defined by sums. This problem shows how clever manipulation of denominator inequalities can turn a complicated sum into a simple limit, using the Squeeze Theorem and the familiar formula for the sum of squares. You’ll practise turning a sum with variable denominators into two sums with constant denominators, then letting (n \to \infty).

Problem Statement

Let the sequence unu_n be defined by

un=12n3+1+22n3+2++n2n3+nu_n = \frac{1^2}{n^3 + 1} + \frac{2^2}{n^3 + 2} + \dots + \frac{n^2}{n^3 + n}

for integers n1n \ge 1. You may assume the standard result

k=1nk2=n(n+1)(2n+1)6.(Do NOT prove this.)\sum_{k=1}^n k^2 = \frac{n(n+1)(2n+1)}{6}. \text{(Do NOT prove this.)}

  • Explain why, for all integers kk such that 1kn1 \le k \le n,
k2n3+nk2n3+kk2n3+1.\frac{k^2}{n^3 + n} \le \frac{k^2}{n^3 + k} \le \frac{k^2}{n^3 + 1}.
  • Hence, evaluate limnun\lim_{n \to \infty} u_n.

Hints

  • Part (i): Since kk is positive, compare the sizes of n3+1n^3+1, n3+kn^3+k, and n3+nn^3+n.
  • Part (ii): Sum the inequality from part (i) over k=1k=1 to nn. Factor out denominators independent of kk, substitute the sum-of-squares formula, and apply the Squeeze Theorem.

Solutions

(i) We first compare the denominators for a fixed nn and an index kk between 11 and nn. For 1kn1 \le k \le n, the denominators satisfy

n3+1n3+kn3+n.n^3 + 1 \le n^3 + k \le n^3 + n.

Because all terms are positive, taking reciprocals reverses the inequality:

1n3+n1n3+k1n3+1.\frac{1}{n^3 + n} \le \frac{1}{n^3 + k} \le \frac{1}{n^3 + 1}.

Multiplying through by the positive term k2k^2 preserves the direction, giving the required bounds:

k2n3+nk2n3+kk2n3+1.\frac{k^2}{n^3 + n} \le \frac{k^2}{n^3 + k} \le \frac{k^2}{n^3 + 1}.

(ii) Now we sum the inequality over all kk from 11 to nn to bound unu_n:

k=1nk2n3+nunk=1nk2n3+1.\sum_{k=1}^n \frac{k^2}{n^3 + n} \le u_n \le \sum_{k=1}^n \frac{k^2}{n^3 + 1}.

The denominators n3+nn^3+n and n3+1n^3+1 do not contain the summation index kk, so we can factor them out:

1n3+nk=1nk2un1n3+1k=1nk2.\frac{1}{n^3 + n} \sum_{k=1}^n k^2 \le u_n \le \frac{1}{n^3 + 1} \sum_{k=1}^n k^2.

We substitute the standard sum-of-squares formula to express everything in terms of nn alone:

n(n+1)(2n+1)6(n3+n)unn(n+1)(2n+1)6(n3+1).\frac{n(n+1)(2n+1)}{6(n^3+n)} \le u_n \le \frac{n(n+1)(2n+1)}{6(n^3+1)}.

As nn \to \infty, the highest power in both numerator and denominator is n3n^3, so the rational bounds behave like 2n36n3=13\frac{2n^3}{6n^3} = \frac{1}{3} for large nn. More precisely, both bounds converge to

limnn(n+1)(2n+1)6(n3+n)=26=13,limnn(n+1)(2n+1)6(n3+1)=13.\lim_{n\to\infty} \frac{n(n+1)(2n+1)}{6(n^3+n)} = \frac{2}{6} = \frac{1}{3}, \qquad \lim_{n\to\infty} \frac{n(n+1)(2n+1)}{6(n^3+1)} = \frac{1}{3}.

With both the lower and upper bound approaching 13\frac{1}{3}, the Squeeze Theorem forces unu_n to have the same limit:

limnun=13.\lim_{n \to \infty} u_n = \frac{1}{3}.

Takeaways

  • Bounding by manipulating denominators is a core technique for rigorous sequence limits.
  • Denominators independent of the summation index kk can be factored out of sigma notation.
  • This style of question links algebraic series manipulation with limit evaluation via the Squeeze Theorem.

Further Readings

HSC Collections, HSC Vectors, HSC Combinatorics, HSC Distributions

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About