I am trying to compare my numerically calculated model with analytical solution, which should be provided by following equation
$f(x) = e^{\frac{[f(x)]^2}{2}+ax+b}$
where $a$ and $b$ are constant.
But I don't think that this equation has any analytical solution at all. All I can think of is using some iterative method for every $x$ I need.
Does this equation have any analytical solution or am I stuck with iteration?
For the equation $f=e^{\tfrac{1}{2}f^2 + ax +b}$ Maple gives the solution in terms of the Lambert W function
$$f = e^{ax+b-\tfrac{1}{2}W(-e^{2ax+2b})}$$