Finding the simplest equation for this curve shape

56 Views Asked by At

curve in question This is the rough spline that I'm trying to find the simplest equation for.
The only data point constrains are {0,0} and {1024,256}

The closest I've got is this: enter image description here
How can I go about refining the equation so that it intersects the two points?
Or is there a better / simpler way of doing this other than with tanh?

Thanks!

2

There are 2 best solutions below

0
On

viable solution found: solution graph solution table $\frac{x-512}{128+|x-512|}$*160+128

(thanks to Joel Reyes Noche!)

0
On

If you are comfortable with differential equations set up a convenient ordinary differential equation of an odd function with unity as slope ( or as desired) at $x=0,y=0 $ and slope tending asymptotically to zero as $ x \rightarrow \pm \infty.$