Given the curve $r(t)=(\cos t, \sin t, t)$ and that a body starts moving from $t=0$, after how much time will the body travel the distance of $8$ meters?
It seems I need to use the definition of curve length: $$ \int_a^b \sqrt{(x'(t))^2+(y'(t))^2+(z'(t))^2} $$
In my case I'm not sure if I'm choosing the right interval: $$ \int_0^8 \sqrt{(-\sin^2t)^2+\cos^2t+1}=\int_0^8 \sqrt{2}=8\sqrt{2} $$
The upper limit is time dependent, you need to find a $t'$ such that,
$$\int_{0}^{t'} \|\gamma'(t)\| \ dt = 8$$