I am trying to define a function $f:\mathbb{R} \to \mathbb{R}$ that has the appearance of a bell curve, but has the following properties: \begin{align*} f (0) = 0, \\ \lim_{x \to \infty}f(x) = 0, \\ f^{'} (0) = 0, \\ \lim_{x \to \infty}f^{'}(x) = 0. \end{align*}
The closest I've gotten to finding this is with $f(x) = (1 - \tanh(x))(1 - (\tanh(x) - 1)^2)$, but this fails since this would mean $f^{'} (0) = 2$. I've plotted this function in the figure below.