Does the equation $$e^{x^2-1}=x^3-x\ln x$$ have a closed form solution ?
The given equation has $2$ positive real roots. Graphically
It is not hard to see that $x=1$ is a rational solution. The difficulty lies in finding the second irrational root. Wolfram Alpha gives an approximate solution for the second root: $$x\approx 0.45076365201730712954...$$
The notion that the second root is irrational is my assumption. Presumably, this root is irrational.
Questions.
How do we know if an irrational root has a closed form? If this solution does not have closed form, with what theory can we prove it ?
Clarification: By closed form it is meant the elementary functions and the Lambert W function.


Taking logarithm on both side of $$ e^{x^2-1}=x^3-x \ln x, $$ we have $$ x^2-\ln x=1+\ln \left(x^2-\ln x\right)\iff y=1+\ln y \tag*{(*)} , $$ where $y=x^2-\ln x.$
Since $$y=1+\ln y \iff y=1,$$ therefore \begin{aligned} x^2-\ln x =1 \Rightarrow & e^{x^2}=x \cdot e \\ \Rightarrow & e^{-1}=x e^{-x^2} \\ \Rightarrow & e^{-2}=x^2 e^{-2 x^2} \\ \Rightarrow & -2 e^{-2}=-2 x^2 e^{-2 x^2} \\ \Rightarrow & -2 x^2=W\left(-2 e^{-2}\right) \\ \Rightarrow & x=\sqrt{-\frac{W\left(-2 e^{-2}\right)}{2}} \doteq 0.450764 \end{aligned}
where $W(.)$ is the Lambert function.