Limit of log functions

1.3k Views Asked by At

I need help solving this problem.

$$\displaystyle \lim _{x\to 0}\frac{\log\left(1+7x\right)}{5x}$$

6

There are 6 best solutions below

0
On BEST ANSWER

hint: $Q = \dfrac{7}{5}\cdot\dfrac{\log(1+7x)}{7x}$

0
On

$\lim_{x \to 0} \frac{\log(1+7x)}{5x}=\frac{0}{0}.$

Since the limit is of an indeterminate type, we can apply L'Hospitals rule. That is, just differentiate the top and differentiate the bottom and then reevaluate the limit.

$\lim_{x \to 0} \frac{\log(1+7x)}{5x}=\frac{0}{0} \;\;\; \Rightarrow \;\;\; \lim_{x \to 0} {\frac{\frac{1}{1+7x} \cdot 7}{5}} = \frac{7}{5}$

0
On

Hint

You can also use the fact that, if $y<<1$, then $\log(1+y)\approx y$. Replace $y$ by $7x$ and you will get the answer.

0
On

$$\lim _{x\to 0}\frac{\log\left(1+7x\right)}{5x}=\lim_{x\to 0}\frac{7}{5}\frac{1}{7x}\log{(1+7x)}=$$ $$=\frac{7}{5}\log{\left(\lim_{x\to 0}(1+7x)^{\frac{1}{7x}}\right)}=\frac{7}{5}\log e=\frac{7}{5}$$

0
On

I think you can solve this by using the following formula:
$$ \lim _{x\to 0}\frac{\log(1+x)}{x}=1$$

So just divide and multiply by $7$, you will get the answer as $7/5$

0
On

Use the definition of log's derivative and set $7x = t$: $$ \frac{7}{5} \lim_{t \to 0} \lim_{v \to 1} \frac{\log (v + t) - \log v }{t} = \frac{7}{5} \lim_{v \to 1} \lim_{t \to 0}\frac{\log (v + t) - \log v }{t} = \frac{7}{5} \lim_{v \to 1} \frac{1}{v} = \frac{7}{5} $$