Smoothing function to combine a polynomial and a constant

112 Views Asked by At

click to see the image

I have below function:

$y=0$ for $x<=0.12$ and

$y=80((x/0.12)^8-1)$ for $x>0.12$

I need to smooth out the transition between these two functions. Can I find out the best transition function to fit these two equations?