
So.. there's no way in heck i'll be solving the derivative of this algebraically -- what can I do? here's a hint from my professor..
Since the picture may be unclear, the function is $$f(x) = e^{3x} \log(x)$$ on $(0,\infty)$
this $\log(x)$ means NATURAL log here
"maybe it becomes easier if we have increasing and decreasing and 2nd derivative test criterions. you need critical points for 2nd derivative test. of course you wont be able to get explicit numbers, since you would have to solve transcendental equations. But you may be able to prove that there are say 2 critical points and determine which is the max and min?"
$\frac{d}{dx}[e^{3x} \log(x)]$
let $f(x) = e^{3x}$, $g(x) = \log(x)$
$\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)$
$$\frac{d}{dx}[e^{3x}] \log(x) + e^{3x} \frac{d}{dx}[\log(x)]$$ $$(1)$$
Remember:
$\frac{d}{dx} [\log(x)] = \frac{d}{dx}[\frac{\ln x}{\ln 10}] = \frac{1}{\ln 10}\frac{d}{dx} [\ln x] = \frac{1}{x \ln 10}$
Also:
$\frac{d}{dx}[f(g(x))]=f'(g(x)) g'(x)$
so if $f(x) = e^x$ and $g(x) = 3x$
$\frac{d}{dx}[e^{3x}]=3e^{3x}$
Taking that other equation into consideration,
$$3e^{3x} \log(x) + \frac{e^{3x}}{x \ln 10} $$ is our final answer.
$3e^{3x} \log(x) + \frac{e^{3x}}{x \ln 10} = 0$
$3e^{3x} \log(x) = \frac{-e^{3x}}{x \ln 10}$. Dividing both sides by $e^{3x}$ gives us
$3 \log(x) = \frac{-1}{x \ln 10}$
$3x \log(x) = \frac{-1}{\ln 10}$
$3x \frac{\ln x}{\ln 10} = \frac{-1}{\ln 10}$
$3x \ln x = -1$
$\ln x e^{\ln x} = \frac{-1}{3}$
We can now use something called a Lambert W. Function. For any $xe^x = y$, $W(y) = x$
$W(\frac{-1}{3}) = \ln x$
By raising both sides to the power of e, we get $e^{W(\frac{-1}{3})} = x$. Find a calculator or something online that evaluates the Lambert W. Function and use that to get your solutions for the first derivative, or critical points.