Jezza
- 37
- 0
Homework Statement
\lim\limits_{x \to 0} \left(\ln(1+x)\right)^x
Homework Equations
Maclaurin series:
\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} + ... + (-1)^{r+1} \frac{x^r}{r} + ...
The Attempt at a Solution
We're considering vanishingly small x, so just taking the first term in the Maclaurin series the limit becomes:
\lim\limits_{x \to 0} \left(\ln(1+x)\right)^x = \lim\limits_{x \to 0} x^x = \mathrm{undefined}
or so I thought until google tells me that 0^0 = 1.
What's going on here? How can I evaluate the limit properly?