I have the following function:
$$f(x)=x\log{\left|\frac{x+2}{3-x}\right|}$$
I want to find the limit for $x\rightarrow+\infty$.
This is what I do. Since $x>=0$, I can remove the absolute value:
$$f(x)=x\log\left({\frac{x+2}{3-x}}\right)\sim x\left( \frac{x+2}{3-x}-1\right)=x\left(\frac{2x-1}{3-x}\right)=x\left(\frac{2x}{-x}\right)=-2x\rightarrow-\infty$$
The textbook reports that the limit is actually $5$. Why is my solution wrong?
We have that for $x>3$
$$\log{\left|\frac{x+2}{3-x}\right|}=\log{\left(\frac{x+2}{x-3}\right)}=\log{\left(1+\frac{5}{x-3}\right)}$$
and therefore
$$x\log{\left|\frac{x+2}{3-x}\right|}=\frac{5x}{x-3}\frac{\log{\left(1+\frac{5}{x-3}\right)}}{\frac{5}{x-3}}\to 5\cdot 1=5$$