2

Why the the following limit is $1$? (This result is given by Maple.) $$\lim\limits_{x\rightarrow0}\,\frac{\ln(Ax+Bx^b)}{\ln(x)},$$ where $A>0,B>0,0<b<1$ are contants.

Martin Argerami
  • 205,756
Dave
  • 576

1 Answers1

2

As $1-b>0$, $$ \frac{\log(Ax+Bx^b)}{\log x}=\frac{\log(x^b(Ax^{1-b}+B))}{\log x} =\frac{b\log x+\log(Ax^{1-b}+B)}{\log x} =b+\frac{\log(Ax^{1-b}+B)}{\log x} $$ and then $$ \lim_{x\to0^+}\frac{\log(Ax+Bx^b)}{\log x}=b. $$

The second term goes to zero because the numerator converges to $\log B$.

Martin Argerami
  • 205,756