I need some help to calculate the following limit (in measure theory):
$$\lim_{n \to \infty} \int_{0}^{1} \frac{ne^{-x}}{1+nx}dx$$
My first idea was to use either the monotone convergence theorem or the dominated convergence theorem. So before trying anything, I just tried to take the limit of the term in the integral and integrate it, like follows:
$$\lim_{n \to \infty} \frac{ne^{-x}}{1+nx} = \frac{e^{-x}}{x}$$
$$\int_{0}^{1} \frac{e^{-x}}{x}dx$$
And that's where I got stuck. I checked in Wolfram Alpha for the result, so I may have an idea on how to proceed, but it says:
$$\int \frac{e^{-x}}{x}dx = Ei(-x)$$
which doesn't help me. So I guess that's not the way to proceed. I thought that maybe I need to upper and lower bound it by something that converges to the same value, but even then I have to idea how. Any hints?