I'm trying to find a method to turn a value (that can reach a maximum of N) into a percentage. But I don't want it to be linear, I need it to be non-linear like the in this graph:
2026-05-14 13:46:52.1778766412
What's a formula for a graph like this?
48 Views Asked by user87543 https://math.techqa.club/user/user87543/detail At
2

Generally, any function that fits the following qualifications will be somewhat similar to the graph:
To keep things simple, we can use a function that is twice-differentiable. Then, we need $f'(x) > 0$ for $x\in (0,N)$, and $f''(x) < 0$ for $x\in (0,N)$.
There are a lot of options out there for functions that fit these requirements, but two easy ones to implement are