.
Plot y = (x^2)*(ln(x^2+3)
Looking into the formula, you can see that the function f(x) = (x^2)*ln(x^2+3)
- first, is defined at all values of x (over all the domain of real numbers) and is even function,
- and second, that it is MONOTONIC in the domain x >= 0.
Indeed, than larger the argument x is, than larger each of both factors x^2 and ln(x^2+3) is.
So the function f(x) is monotonically increasing in the domain x >= 0.
Then from the fact that it is even function, you may conclude that the function is monotonically DECREASING in the domain x < 0.
So you can perform all the necessary analysis without using Calculus, i.e., practically, MENTALLY.