Hi,
I'm being asked to test whether a function is of exponential order, i.e. whether
abs( f(x) ) <= M*exp(a * t), for all t >= T (which is finite).
The function is x * ln( x ).
Now, I have the solution right here, so I know how to solve it. However, I did it a different way and wanted to ask...