Can someone please guide me to a resource that gives the time needed to move along a parametric curve, where the speed is specified by the position?
To be more specific, I have a 2D parametric curve $(x(u),y(u))$ with parameter values ranging from $u_{min}$ to $u_{max}$. I also have a function $s(u)$ (defined for the same $u$-values), that specifies the speed of the moving object along the curve. I would like to find the time it takes for a moving object to move along the curve.