I am newly learning about the convergence of sequences and I want to share a problem which I am unable to make through. The problem is as follows:-
Find a closed form for the limit $$f(m)=\lim_{n\to\infty} \left(\prod_{i=1}^n \frac{m+i}{n}\right)^{1/n}$$
I have learned a theorem in my book where it was written that if there is a sequence whose terms are all positive and the sequence converges to a finite limit then the Geometric mean of $n$ terms of that sequence will approach the same limit as that of the sequence itself, provided $n$ approaches infinity. I thought of using the above result somehow to figure out the answer of my question.
Though it is not provided here I assumed $m$ as a positive real number to increase the simplicity and to make use of the theorem. Is the result which I am thinking to make use of (unable to make use of though) will help to solve the problem? If yes then please provide me with a hint else help me with a solution of the problem
These kinds of limits can be reduced nicely with the root-to-ratio limit:
$$\lim_{n\to\infty}\sqrt[n]{a_n}=\lim_{n\to\infty}\frac{a_{n+1}}{a_n}$$
In your case this becomes:
\begin{align}L&=\lim_{n\to\infty}\frac{m+n+1}{n+1}\prod_{k=1}^n\frac{m+k}{n+1}\frac n{m+k}\\&=\lim_{n\to\infty}\prod_{k=1}^n\frac n{n+1}\\&=\lim_{n\to\infty}\left(\frac n{n+1}\right)^n\\&=\lim_{n\to\infty}\left[\left(1-\frac1{n+1}\right)^{n+1}\right]^{n/(n+1)}\\&=e^{-1}\end{align}