At what point does $8x^2$ and $64x\log(x)$ intersect?
I'm trying to catch up on my math, but this stumped me. Something awry in my understanding of logarithms.
I figured that I could equate both functions and solve for $0$:
$$8x^2 = 64x\log(x)$$
then divide both sides by $8x$ for:
$$x = 8\log(x)$$
and then find:
$$10^x - x^8 = 0$$
Where did I go wrong? I seem to be stuck doing this by hand.
Thanks!
You didn't do anything wrong, except I would be careful of dividing by $8x$ for general algebra problems because what if $x=0$. But $\log (x)$ is undefined at $0$ so we are good.
Anyways you correctly reach:
$x=8\log(x)$
But the "closed form" is probably not what you expected as it involves the lambert w function:
Solution:
First convert from logarithms base $10$ to base $e$:
$$x=\frac{8 \ln x}{\ln 10}$$
Then the substitution $x=\frac{1}{u}$ gives:
$$\frac{1}{u}=-\frac{8}{\ln 10} \ln u$$
It can be rearranged to this:
$$-\frac{\ln 10}{8}=u \ln u=e^{\ln u}\ln u$$
Therefore:
$$\ln u=W(-\frac{\ln 10}{8})$$
$$u=\frac{1}{x}=e^{W(-\frac{\ln 10}{8})}$$
$$x=e^{-W(-\frac{\ln 10}{8})}$$
Now,
$$W(u)e^{W(u)}:=u$$
Thus,
$$\frac{W(u)}{u}=e^{-W(u)}$$
And we can rewrite our solutions as:
$$x=-\frac{W(-\frac{\ln 10}{8})}{\frac{\ln 10}{8}}$$