I am working with real numbers and trying to express u as function of x, given the equation:
$x^2-u\,e^u = 4$.
I am a bit lost because of the exponential part. I read something about the Lambert function, so I tried to use it and I have:
$W(u\,e^u) = W(-4+x^2) \implies u = W(-4+x^2)$
Is that correct? If it is, how do i find the derivative with respect to x? Thanks anyone for the help.