0

In question, to me wrote, that $\lim\limits_{a\to 0} \frac{\ln(1+a)}{a}=1$, but why?

$\lim\limits_{a\to 0} \frac{\ln(1+a)}{a}=\lim\limits_{a\to 0} \frac{\ln(1+0)}{0}=|\frac{0}{0}|$ or am I wrong?

Dave
  • 377

4 Answers4

6

Because $\ln$ is a continuous function.

Thus, $\lim\limits_{a\rightarrow0}\frac{\ln(1+a)}{a}=\ln\lim\limits_{a\rightarrow0}(1+a)^{\frac{1}{a}}=\ln{e}=1$

5

I suppose you must know by now derivatives, so:

$$f(a):=\log(1+a)\implies f'(0):=\lim_{a\to0}\frac{f(0+a)-f(0)}a=\lim_{a\to0}\frac{\log(1+a)}a$$

and now just substitute:

$$f'(0)=\left.\frac1{1+a}\right|_{a=0}=1$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
3

Hint: $$\ln(1+x)=\sum_{n=1}^\infty\frac{(-1)^{n+1}}nx^n$$

idk
  • 1,051
  • $\lim_{a\to 0} \ln(1+a) = 0 $ ? – Dave Jan 08 '17 at 12:55
  • $\ln(1+x)=\sum_{n=1}^\infty\frac{(-1)^{n+1}}nx^n$ so $\frac{\ln(1+x)}{x}=\sum_{n=1}^\infty\frac{(-1)^{n+1}}nx^{n-1}$ now expands the series and take the limit $x\rightarrow 0$. Note that the first series term will be 1 and the others 0 – idk Jan 08 '17 at 13:14
  • Is there a simpler explanation? – Dave Jan 08 '17 at 13:23
  • $\frac{\ln(1+x)}{x}=\sum_{n=1}^\infty\frac{(-1)^{n+1}}nx^{n-1}=1-\frac{x}{2}+\frac{x^2}{3}-\frac{x^3}{4}+\frac{x^4}{5}+...$ – idk Jan 08 '17 at 13:26
  • It is Taylor series? – Dave Jan 08 '17 at 13:28
  • Yes,it is. See more here http://mathworld.wolfram.com/MaclaurinSeries.html – idk Jan 08 '17 at 13:30
  • Your solution is correct, but I can't use it. I upvote this, thank you and sorry :( – Dave Jan 08 '17 at 13:34
1

You can't just evaluate the function at $0$, because it's not even defined there. Anyway you can get:

$$\lim_{a \to 0} \frac{\ln(1+a)}{a} = \lim_{a \to 0} \frac{\ln(1+a) - \ln(1)}{(a+1) - 1} = (\ln(1+x))'|_{x=0} = 1$$

Stefan4024
  • 35,843