I found the following task:
Show that $f(x) = e^{3x}\ln x$ has two local extrema on $]0,\infty[$.
The function $f(x)$ is monotonic increasing for $x>1 $ and $f(x) \to -\infty$ for $x\to +0$. Thus if there are any local extrema, then they must be on the interval $]0,1[$.
Thus I have to look for $f'(x)=0$ in $]0,1[$.
Now $f'(x) = e^{3x} ( 3\ln(x) + \frac{1}{x})$. Thus I need to find two points with
$$\ln(x) = -\frac{1}{3x}.$$
How does one solve this?
I thought maybe I could just insert random numbers from $]0,1[$ in the function I might be lucky to argue with continuity that such points exists. But I don't think that it is expected to insert just some random numbers to solve this?