I am stuck with this problem longer than I'd like to admit. I wanna define a function which looks like this:
It starts at $(0,0)$, then increases up to a maximum and then decreases, never reaching $0$.
I would like to change the rate of increase, the maximum point, and the rate of decrease.
You could start by taking two positive real numbers $a$ and $b$ and then define $f(x)=\dfrac{ax}{x^2+b}$ ($x\in\mathbb{R}^+$).