How can I analytically obtain the number of solutions of the equation $e^x=x^3$?
I know Lambert's $W$ function, but even using that, we need to know the value of $W(-1/3)$ which I think we cannot calculate without a calculator/graph/etc.
I do not need the exact solutions of the equation, I just need to know the number of solutions it has. Is there any good approximation?
I tried using a method of comparing slopes of the two functions on the L.H.S and R.H.S , but it was turning out to be too lengthy.
Since $e^x>0$, the equation is equivalent to $x=3\log x$. Consider $f(x)=x-3\log x$ (for $x>0$. The limit at $0$ and $\infty$ are both $\infty$.
The derivative is $f'(x)=1-3/x=(x-3)/x$. So the function has an absolute minimum at $x=3$ and $f(3)=3-3\log 3=3(1-\log3)$. Thus the equation has exactly two solutions.
In order to approximate them you can use any numerical method. One is $\approx1.8571$.
Suppose you have $e^x=x^2$; then the function to study is $f(x)=x-2\log\lvert x\rvert$. The limits are $$ \lim_{x\to-\infty}f(x)=-\infty,\quad \lim_{x\to0^-}f(x)=\infty,\quad \lim_{x\to0^+}f(x)=\infty,\quad \lim_{x\to\infty}f(x)=\infty $$ and $$ f'(x)=1-\frac{2}{x}=\frac{x-2}{x} $$ The function is increasing over $(-\infty,0)$ and $[2,\infty)$; decreasing over $(0,2]$.
Since $f(2)=2-2\log2>0$ ( $e>2$ ), we have one solution in $(-\infty,0)$ and no solutions in $(0,\infty)$.