We know that the Taylor Series of a function, grade $n$ at $x = a$ is given by $$ P_{n,a}(x) = a_0 + a_1(x-a) + a_2(x-a)^2 + ... + a_n(x-a)^n $$ where $ a_i = \frac{f^{(i)}(a)}{i!} $.
The problem that I have is that when I try to make the first term of the Taylor Series of $f(x) = x^2 \ln(1+\frac{1}{x})$, I get $$ \frac{0^2 \ln(1+\frac{1}{0})}{0!} $$ but that I can't do $\frac{1}{0}$.
Then, I have to use its Taylor Series to evaluate $$ \lim_{x \to 0} [x - x^2\ln(1+\frac{1}{x})]$$