2
$\begingroup$

$$\lim_{x\to-\infty} \frac{\ln(e^x+1)}{x}$$

due to Squeeze theorem and $\lim_{x\to0}\frac{\ln(1+x)}{x}=1$ we have

$$1\leftarrow\frac{\ln(e^x+1)}{e^x}\leq \frac{\ln(e^x+1)}{x}$$

what can be the upper bound of this function, or is there better solution?

  • 0
    Are you sure about $-\infty$ ?2017-01-11
  • 0
    I should have the inequality reversely.....2017-01-12
  • 0
    Are you sure the problem is asked with $-\infty$ ? This is unlikely.2017-01-12
  • 0
    You are right @YvesDaoust. shame on me...2017-01-12

4 Answers 4

7

Consider that $$ \lim\limits_{x \to -\infty}\ln(e^x+1) = \ln\left(\lim\limits_{x \to -\infty} e^x + 1\right)= \ln(1) = 0$$ and $$ \lim\limits_{x \to -\infty}\frac{1}{x}= 0$$ So your limit is $0$.

2

$$ \ln(e^x+1)=x+\ln(1+e^{-x}). $$

2

You don't even need the Squeeze Theorem here. As $x\to-\infty$, $e^x\to0$, so the numerator in the limit turns into $\ln(0+1)=0$. Therefore, $$\lim_{x\to-\infty} \frac{\ln(e^x+1)}{x}=\frac{0}{-\infty}=0.$$

1

Let $x\to -\infty$. Since $\ln(e^x+1)\to\ln 1=0$ and $\frac{1}{x}\to 0$, the limit in question equals to zero.