0

$$\lim_{x\to0}\frac{6^x-1}{x}$$

I have spent quite a lot of time on this limit but I still can't solve it. None of the regular tricks work here, I can't get rid of the $x$, nor can I get it in the form $$\left(1+\left(\frac1y\right)\right)^y.$$ So, how can I solve this limit without using L'Hospital's Rule?

Jesus
  • 1,798

1 Answers1

0

$$\frac {6^x-1}{x}=\frac {e^{(\ln 6)x}-1}{x}$$ $$=\frac{(1+(\ln 6)x+\frac {1}{2!}(\ln 6)^2x^2+...)-1}{x}$$ $$=\ln 6+\frac {1}{2!}(\ln 6)^2x+...$$ Thus, taking the limit as $x \rightarrow 0$ and using the fact that a power series is continuous, the desired limit is ln6.

P. Lawrence
  • 5,674