2

What is the answer to the limit? $$\lim_{x \to 0} \left( 1 + \sin \left( \frac 3 x \right) \right)^x$$ The book's answer shows that $e^3$ while I keep getting $e^0$. I used the estimation $$\lim_{x \to 0} x \ln x \le \lim_{x \to 0} x \ln \left( 1 + \sin \left( \frac 3 x \right) \right) \le 0$$

Mula Ko Saag
  • 2,177
  • 1
  • 23
  • 45

2 Answers2

1

The short answer is there's a typo in the question. As $x\to\infty$, we have $$\left(1+\sin\left(\frac3x\right)\right)^x\to\exp\left(\lim_{x\to\infty}x\sin\left(\frac3x\right)\right)=e^3.$$ As pointed out in the comments, the limit as $x\to0$ does not exist.

Jason
  • 15,438
1

Pick a fixed $\alpha\geq 0$. Let $a=e^{-2\pi\alpha/3}$.

Pick $u_n\in(0,\pi/2)$ so that $\sin u_n =1-a^n$.

Then define $x_n=\frac{3}{2n\pi - u_n}$.

Then $1+\sin(3/x_n)=a^n$, and $(a^n)^x=e^{-\frac{2\pi n\alpha}{2n\pi+u_n}}$

So $x_n\to 0$, and $\frac{2\pi n}{2n\pi+u_n}\to 1$, so $$\left(1+\sin\left(\frac3{x_n}\right)\right)^{x_n}\to e^{-\alpha}$$

So the above limit cannot exist. It has all of $[0,1]$ as limit points.

Thomas Andrews
  • 177,126