I am new at computing limits with infinitesimals and I am having trouble solving this one:
$$\lim_{x\to0} \frac{\ln(1+x)+\ln(1-x)}{x^2}$$
I tried to substitute by means of equivalent infinitesimals and I came up with this:
$$\lim_{x\to0}\frac{x-x}{x^2}$$ But I do not know how to continue. The result must be $-1$. Any help would be appreciated!
You can't substitute a function with an equivalent if sums are involved. Here it's better to use Taylor expansion: $$ \ln(1+x)=x-\frac{x^2}{2}+o(x^2) $$ so your limit becomes $$ \lim_{x\to0}\frac{(x-x^2/2)+(-x-x^2/2)+o(x^2)}{x^2} $$
As you see, $x$ and $-x$ cancel out, but there's something of the order of $x^2$ remaining.
Comment
You could use equivalents by noticing that $\ln(1+x)+\ln(1-x)=\ln(1-x^2)$, which is equivalent to $-x^2$, but this works in the particular case and would not help in a case such as $$ \lim_{x\to0}\frac{x-\ln(1+x)}{x^2} $$