Let $g(x) = x^2 \ln (x)$ and consider the equation $g(x) = a$ with $a = \frac{-3}{2e^3}$. The solution of this equation is given by $x = e^{-3/2}$. Note that $g''(e^{-3/2}) = 0$ and on a neighbourhood of $e^{-3/2}$ we have $f(x)f''(x) < 0$ with $f(x) := g(x) - a$. Show that NR cannot converge monotonically.
So $f(x)f''(x) < 0$ implies that either $f(x) > 0$ and $f''(x) < 0$ or $f(x) < 0$ and $f''(x) > 0$. If $f''(x) < 0$ then $f'(x)$ is decreasing and if $f''(x) > 0$ then $f'(x)$ is increasing. All this leads me to believe that NR will 'overshoot' the solution $x = e^{-3/2}$ regardless of where we start with our initial guess $x_0$ but I have no clue how to prove this. Any help is appreciated.