I have come across a question for the length of the loop of a given parametric curve defined by the equations
$x(t)= 4t-t^3$ ; $y(t)=-2+2t^2$
The loop is defined about the interval from t=-2 to t=2 or notice the symmetry by taking twice the length from 0 to 2. The problem lies in the calculation of the antiderivative with the traditional formula of
$\int_{-2}^2 \sqrt{(dx/dt)^2+(dy/dt)^2} dt$
This simplifies out to;
$\int_{-2}^2 \sqrt{9t^4-8t^2+16} dt$
As far as I know and have tried, this integral has no solvable real antiderivative as the root is complex. My best guess would be either to eliminate the parameter of the curve and potentially solve in Cartesian or rather find a polar interpretation and solve in polar (both of which I have tried but failed). If someone can help point me in the right direction it would be greatly appreciated!