0

I am trying to solve this question but I am getting a negative infinity which is wrong. $$\lim _{x\to \infty }\left(\ln(e^{2x}-1)-\frac{x^2-3}{x}\right)$$ $$=\lim _{x\to \infty }\left(\ln(e^{2x}-1)-\frac{x(x^{ }-\frac{3}{x})}{x}\right)$$ $$=\lim _{x\to \infty }\left(\ln(e^{2x}-1)-x\right)$$ $$=\lim \:_{x\to \:\infty \:}\left((e^{2x}-1)\frac{\ln(e^{2x}-1)}{e^{2x}-1}-x\right)$$ $$\lim \:_{x\to \:\infty \:}\:(-x)$$ $$=-\infty $$

amWhy
  • 209,954

1 Answers1

1

Just split up the $e^{2x}$ and you get

$$\ln(e^{2x}-1) - x+\frac 3x \stackrel{e^{2x}-1=e^{2x}(1-e^{-2x})}{=} \ln(e^{2x}) + \ln(1-e^{-2x}) - x+\frac 3x$$ $$=2x-x+\frac 3x + \ln(1-e^{-2x})=x+\frac 3x + \ln(1-e^{-2x})\stackrel{x \to +\infty}{\rightarrow}+\infty$$

  • actually answer log2 but when i put into desmos this function it actually does not exits – Feemo Fellow Feb 04 '20 at 00:14
  • this question even my sir ask me to put on his email still i am waiting for his reply – Feemo Fellow Feb 04 '20 at 00:16
  • @FeemoFellow : Maybe the graph can convince you that the limit is $+\infty$: https://www.wolframalpha.com/input/?i=plot+%28%5Cln%28e%5E%7B2x%7D-1%29-%5Cfrac%7Bx%5E2-3%7D%7Bx%7D%29%2C+x%3D0..20 – trancelocation Feb 04 '20 at 04:07