Can you draw some examples of functions from $\mathbb{R}$ to $\mathbb{R}$ such that
- the derivative at each point in the domain has value in $[0,1]$.
and
- the derivative function is continuous and strictly monotone in $\mathbb{R}$.
are all these functions unbounded above?
A classic one is the antiderivative of a sigmoid: $f : x \mapsto \log(1+e^x)$.
Note that all such functions are indeed unbounded above: as $f'$ is strictly increasing, there exists $x_0$ such that $f'(x_0) = a >0$, and then for all $x \ge x_0$, $f'(x) \ge a$. Thus for all $x \ge x_0$, $f(x) \ge f(x_0)+a(x-x_0)$, and this lower bound goes to infinity when $x \to \infty$.