What to do when L'Hopital's rule does not work

64 Views Asked by At

I am looking to calculate the value of the function

$\frac{(ax+1)^{-(1+\frac{1}{ax})}\ln(ax+1)}{x}$

when $x \rightarrow 0$, and $a$ is a positive constant. Repeated application of L'Hopital rule keeps giving an indeterminate form. Any suggestion is highly appreciated.

2

There are 2 best solutions below

4
On BEST ANSWER

$\lim \frac {\ln(ax+1)} x=a$ by L'Hopital's Rule and $\lim (ax+1)^{-(1+\frac 1 {ax})}=e^{-1}$.

0
On

You already received good and simple answers for the limit.

If you want more than just the limit, could could use composition of Taylor series. $$A=(1+a x)^{-(1+\frac{1}{a x})}\implies \log(A)=-(1+\frac{1}{a x})\log(1+ax)$$ $$\log(1+ax)=a x-\frac{a^2 x^2}{2}+\frac{a^3 x^3}{3}+O\left(x^4\right)$$ $$\log(A)=-1-\frac{a x}{2}+\frac{a^2 x^2}{6}+O\left(x^3\right)$$ $$A=e^{\log(A)}=\frac{1}{e}-\frac{a x}{2 e}+\frac{7 a^2 x^2}{24 e}+O\left(x^3\right)$$ $$A\log(1+ax)=\frac{a x}{e}-\frac{a^2 x^2}{e}+\frac{7 a^3 x^3}{8 e}+O\left(x^4\right)$$ $$\frac{A\log(1+ax)} x=\frac{a}{e}-\frac{a^2 x}{e}+\frac{7 a^3 x^2}{8 e}+O\left(x^3\right)=\frac{a}{e}-\frac{a^2 x}{e}+O\left(x^2\right)$$ which shows the limit and also how it is approached.