A function that increases faster than $\ln(x)$ when $x$ is small and then slower than $\ln(x)$ when $x$ is big.

800 Views Asked by At

As the title indicate:

I am looking for a function that increases faster than $\ln(x)$ when $x$ is small and then slower than $\ln(x)$ when $x$ is big.

Here is the fig:

enter image description here

The red curve is the $\log(x)$, and the green curve is the function I am looking for.

2

There are 2 best solutions below

0
On BEST ANSWER

What about $\sqrt{\log x\log{10}}$ ?

enter image description here

Actually, any function mapping $0$ to $0$ and $\log10$ to $\log10$ and such that $f(x)>x$ in between can be used to compose $f(\log x)$ like you want.

You can also use Hermite cubic interpolation, giving you all freedom to adjust the slopes.

5
On

Your requirements "when x is small" and "when x is large" are a bit vague.

However, try the function:

$$f(x)=x^{\frac{a}{x}}$$

and adjust $a>1$ to fine-tune the function's descent. Try with $a\sim 5$.

enter image description here