I only recently learned what the Lambert W function is and how to apply it to different problems. But this expression
$c=e^{-4cx}+c^2e^{-cx}$
is something that I was not able to solve using Lambert functions and such. Where I get caught up on is turning the above expression to the form $ae^a=z$ (where the $z$ term is a function of $x$) to apply the Lambert function afterwards.... Any help with this problem will be very much appreciated....
EDIT: I'm trying to solve for c in this problem
If you are trying to solve for $c$ the equation $$c=e^b+c^2\,e^c$$ you have $$e^{-c}=\frac{c^2}{c-e^b}$$ and the only explicit solution would be given in terms of the generalized Lambert function (have a look at equation $(4)$).