I'm looking for a curve that's roughly shaped like this:
Sigmoid alone won't do the trick because I need two bends in the same direction (and also lying on its side, but that part would probably be doable). I'm trying to concoct something together, but I suck at this stuff...
Wouldn't a combination of a linear function and a sine work there? Otherwise, if you just need to fit it to some data points, what about using a bezier curve?
Wouldn't a combination of a linear function and a sine work there? Otherwise, if you just need to fit it to some data points, what about using a bezier curve?
Your right end looks very steep, so maybe a square root together with the sin(x)-x would help?
Here is \( \sqrt{-\sin^2 \left(x-1\right) - x + 5 } \)
The sqrt makes the end steep, the square on the sine makes it more "wavy".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.