Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2024 / Problems / Day 1, P2

IMC 2024 · Day 1 · P2

easy

For n=1,2,n = 1, 2, \dots let Sn=log(1122nnn2)log(n),S_n = \log \Bigl( \sqrt[n^2]{1^1 \cdot 2^2 \cdot \dots \cdot n^n} \Bigr) - \log(\sqrt{n}), where log\log denotes the natural logarithm. Find limnSn\lim\limits_{n \to \infty} S_n.

(proposed by Sergey Chernov, Belarusian State University, Minsk)

Solution (official)

Hint: SnS_n is (close to) a Riemann sum of a certain integral.

Transform SnS_n as Sn=1n2k=1nklogk12logn=1nk=1nkn(logkn+logn)12logn=1nk=1nknlogkn+lognn2k=1nk12logn=1nk=1nknlogkn+logn2n.\begin{align*} S_n &= \frac{1}{n^2} \sum_{k=1}^{n} k \log k - \frac12 \log n \\ &= \frac{1}{n} \sum_{k=1}^{n} \frac{k}{n} \left( \log\frac{k}{n} + \log n \right) - \frac12 \log n \\ &= \frac{1}{n} \sum_{k=1}^{n} \frac{k}{n} \log\frac{k}{n} + \frac{\log n}{n^2} \sum_{k=1}^{n} k - \frac12 \log n \\ &= \frac{1}{n} \sum_{k=1}^{n} \frac{k}{n} \log\frac{k}{n} + \frac{\log n}{2n}. \end{align*} Here the last term logn2n\dfrac{\log n}{2n} converges to 0. The sum 1nk=1nknlogkn\dfrac{1}{n} \sum\limits_{k=1}^{n} \dfrac{k}{n} \log\dfrac{k}{n} is a Riemann sum for the integrable function f(x)=xlogxf(x) = x \log x on the segment [0,1][0, 1] with the uniform grid {1n,2n,,n1n,1}\left\{ \dfrac1n, \dfrac2n, \dots, \dfrac{n-1}{n}, 1 \right\}. Therefore lim1nk=1nknlogkn=lim1nk=1nf(kn)=01xlogxdx=[x22logxx24]01=14.\lim \frac{1}{n} \sum_{k=1}^{n} \frac{k}{n} \log\frac{k}{n} = \lim \frac{1}{n} \sum_{k=1}^{n} f\left( \frac{k}{n} \right) = \int_0^1 x \log x\,dx = \left[ \frac{x^2}{2} \log x - \frac{x^2}{4} \right]_0^1 = -\frac14. Hence, limSn\lim S_n exists, and limSn=14\lim S_n = -\dfrac14.

How the field did

contestants scored
397
average (of 10)
5.99
solved (≥ 80%)
54.2%
near-0 (≤ 10%)
34.3%
discrimination
0.51

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2019 · Day 1 · P1easyavg 6.9/10 · solved 54% · near-0 16% · disc 0.47
IMC 2014 · Day 1 · P2easyavg 7.0/10 · solved 55% · near-0 13% · disc 0.63
IMC 2016 · Day 2 · P6easyavg 7.0/10 · solved 56% · near-0 10% · disc 0.42
IMC 2002 · Day 2 · P9easyavg 5.6/10 · solved 51% · near-0 38% · disc 0.48