So I recently thought of a problem, which I have tried to solve many ways but couldn't. It's very simple to describe...
Find the function which is distance $1$ from parabola $y=x^2$ along its normals. Visual of what I mean.
This one of the things I've tried...
This function would get the corresponding $x$ value on the function we want to find from an $x$ value on curve $y=x^2$. The inverse would give the corresponding $x $ value on $x^2$ for a given $x$ value which would make it trivial to determine the $y$ value. $$ f(x)=x+\sin(\arctan(2x)) $$ This can be resolved to this... $$ f(x)=x+\frac{2x\sqrt{1+4x^2}}{1+4x^2} $$ However I don't know how to get the inverse of this function.

