I am trying to use the basic laws of limits (ie. L'Hospital's rule) to find a solution to:
$$\lim_{x\to \infty} \left(x - x^2\ln\frac{1+x}{x}\right)$$
I know that as a general rule:
$$\lim_{x\to c} \left(f(x) - g(x)\right) = \lim_{x\to c} f(x) - \lim_{x\to c} g(x)$$
but since $\lim_{x\to \infty} x$ diverges, I'm not sure how to approach this problem. I assume this property I described above only works for two convergent expressions.
Any guidance to point me in the right direction would be greatly appreciated!