I am trying to make an analytical expression of exponential taper.
$f(x) = e^{axf(x)}$
$a$ = constant
Even though $x$ is a variable of $f(x)$, can I deal with $x$ as a constant to solve the Lambert W function? then, set $ax=k$ and $f(x) = -\frac{1}{k}W(-k) $ ?
How can $f(x)$ be defined using lambert W function?
Thank you in advance,
You are almost there.
Consider $$y=e^{a x y} \implies y=-\frac{W(-a x)}{a x}=f(x)$$