2

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.

Attempt at defining <span class=$f$." />

SimonP
  • 167

1 Answers1

2

You can take $f(x)=\dfrac{x^2}{x^4+1}$. Since $f'(x)=-\dfrac{2x\left(x^4-1\right)}{\left(x^4+1\right)^2}$, $f'(0)=\lim_{x\to\infty}f'(x)=0$. And it is clear that $f(0)=\lim_{x\to\infty}f(x)=0$. You can see its graph below.

enter image description here