I need to find the following:
$$\lim_{x\to\infty} f(x)= \lim_{x \to \infty}\left (\frac{x}{x+1} \right )^x$$
I know that this limit = $\frac{1}{e}$ from plugging it into a calculator, but I have to prove it without using the fact that:
$$\lim_{x\to\infty} f(x)=\lim_{x \to \infty}\left (\frac{x}{x+k} \right )^x=\frac{1}{e^k}$$
I started by exponentiating:
$$\lim_{x\to\infty} f(x)=\lim_{x \to \infty}e^{\ln \left (\frac{x}{x+1} \right )^x}$$
and from here I've dropped the exponent $x$ in front of the $\ln$, and from here I'm getting stuck. Should I separate the $\ln$ like this?
$$\lim_{x\to\infty} f(x)=\lim_{x \to \infty}e^{x(\ln(x)-\ln(x+1))}$$
This doesn't seem to be leading me down the right path, but I'm not sure how else to do it. Is there a way to apply L'Hopital? If so, how?
Let's start with finding the limit of the reciprocal of the original expression: \begin{align} & \left(1 + \frac{1}{x}\right)^x \\ \end{align} whose limit is the well-known $e$. Now you can conclude easily.
For those who needed more details, let me put it more explictly: $$\left(\frac{x}{x + 1}\right)^x = \left(\frac{1}{1 + \frac{1}{x}}\right)^x = \frac{1}{\left(1 + \frac{1}{x}\right)^x}.$$ Now use $$\lim_{x \to \infty}\frac{h(x)}{g(x)} = \frac{\lim\limits_{x \to \infty}h(x)}{\lim\limits_{x \to \infty} g(x)}$$ when $\lim_{x \to \infty} g(x) \neq 0$. We conclude that $$\lim_{x \to \infty}\left(\frac{x}{x + 1}\right)^x = \frac{1}{\lim\limits_{x \to \infty} \left(1 + \frac{1}{x}\right)^x} = \frac{1}{e}.$$