Given $f$ is strictly increasing, is $f$ bounded?

237 Views Asked by At

Let $f \in C^1(\Bbb{R})$ such that $f'(x)>0$ always with $\lim_{x\to \infty} f'(x)=0$, then is $f$ bounded above?

Tried many functions but couldn't find any counter, all seems to be satisfying, not sure if the statement is true or not.

3

There are 3 best solutions below

4
On BEST ANSWER

No, consider,

$$f(x) = \begin{cases}x-1 & x\leq 1,\\ \log x & x>1 \end{cases}$$

2
On

Try $\tanh(x)$, it fullfills all of your assumptions.

\edit This is a copunterexample: $f(x)=\sqrt{x}$ for $x\ge1$ and $f(x)=\frac{x}{2}+\frac{1}{2}$ for $x\le 1$

0
On

Here's a counterexample with no need to split into cases: $$ f(x) = \ln(\ln(1+e^x)) . $$