Some times ago, In a mathematical problem book I sow that this formula. I don't no whether it is true or not. But now I'm try to prove it. I have no idea how to begin it. Any hint or reference would be appreciate. Thank you.
$$\lim_{n \to \infty} \prod_{k=1}^n \left (1+\frac {kx}{n^2} \right) =e^{x/2}$$
Notice that $x-x^2/2\leq \ln(1+x) \leq x$ for $x\geq 0$ then : $$\frac{xk }{n^2} \geq \ln\left(1+\frac{ xk}{n^2}\right) \geq \frac{x k}{n^2} -\frac{x^2 k^2}{n^4} $$ Sum form $k=1$ to $n$ : $$\frac{(n+1)x}{2n} \geq \sum_{k=1}^n \ln\left(1+\frac{ xk}{n^2}\right) \geq \frac{(n+1)x}{2n} - \frac{(n+1)(2n+1)x}{6n^3} $$ Then the limit of the middle sum is $x/2$ take the exponential to get that the requested limit is $e^{x/2}$.