I am trying to compute the Taylor series of:
$\sqrt{\ln\left(\frac{1}{x}\right)}$
I have computed the derivatives and evaluated them in $x=1/e$ but I cannot find the formula for the sequence of the coefficients.
Any other ideas?
Thanks!
PS: The approximation should be valid over the interval $x \in [0,1]$
Hint: the general Taylor series expansion is
$$ \begin{align} f(x) &= f(x_0) + {f'(x-x_0)(x-x_0)} + {f''(x_0) (x-x_0)^2\over 2!} + \cdots\\ &= \sum_{n=0}^\infty {{d^n\over dx^n}f(x)|_{x=x_0} \times (x-x_0)^n \over n!} \end{align} $$
This works wherever all the derivatives exist at $x_0$ and the function is continuous between $x$ and $x_0$.
For this specific problem:
$$ f(x) = f({1\over e}) + f'({1\over e})(x-{1\over e}) + {f''({1\over e})(x-{1\over e})^2\over 2} + {f'''({1\over e})(x-{1\over e})^3\over 3!} + \cdots $$