I want to find the points of discontinuity of the following function:
$$f(x)=\log\left|{\frac{x+2}{x+3}}\right|$$
This is defined for $x\neq-2$ and $x\neq-3$. I proceed to find the first derivative:
$$f'(x)=\frac{1}{x^2+5x+6}$$
This is as well defined for $x\neq-2$ and $x\neq-3$. Since $f(x)$ is not defined for these points either, they should not be critical points. Therefore there should be no critical points. However, my textbook says "$x=-2$, $x=-3$ are points of discontinuity for $f$". Any hints on what I'm doing wrong?