The time taken for a particle to descend a parametric curve under gravity $g$ is $$ \frac{1}{\sqrt{2g}}\int_0^{x_2}\sqrt{\frac{1+y'(x)^2}{y(x)}}\ \mathrm dx\tag{1} $$
I have the quadratic equation $y(x)=\frac{1}{9}\left(x-6\right)^{2}$, and I would like to find the time taken to move from $x=0$ to $x_2=6$, which is where the vertex of the parabola is. But when I plug the quadratic into equation 1, the integral diverges! This obviously can't be the case.
Am I missing something basic or going wrong anywhere?