I am facing a calculus problem which returns me a function which looks like this:
It seems to me, that it behaves half like a logarithm, half like an exponential. It is, of course, neither of both. It is different.
Some conditions are:
- $f\left(\frac{1}{2e}\right) = \frac{1}{2e}$
- $f(0) = W\left(\frac{1}{e}\right)$ and, by symmetry, $f\left(W\left(\frac{1}{e}\right)\right) = 0$
Its asymptotes are established as $y = \frac{1}{e}$ and $x = \frac{1}{e}$, so it looks symmetrical in respect of $f(x) = x$. Does anyone know which algebraic expression $f(x)$ correspond to this graph?
Preferably not a piecewise function, but just a single algebraic expression.



Why not just a rational function? $$y=\frac{\frac{1}{e}x}{x-\frac{1}{e}}=\frac{x}{ex-1}$$ Here is a graph. It looks similar to yours and has the same asymptotes:
This may or may not be the function you are looking for. If this is not it, perhaps you can post the calculus problem so that I can come up with something else?