Hey i have to calculate the arc length of a helix $f:[0,2πn]\to R^3: t\mapsto(2\cos(t), 2\sin(t), 3t)$
I think I have to calculate the arc length as an integral over norm of speed vector. So I started like this:
$$f'(t)=(-2\sin(t), 2\cos(t), 3)$$
$$||f'(t)||= \sqrt{(4\sin^2(t)}+4\cos^2(t)+9= \sqrt{(4+9)}= \sqrt{13}.$$
Where is my error, or is it right and the arc length is already $\sqrt{13}$??