Consider the helix parametrized by $\vec h(t)= \langle kt, 4 \sin \frac{t}{5},4 \cos\frac{t}{5}\rangle$ Which value(s) of $k$ make $\vec h(t)$ an arc-length parametrization?
I tried to find the speed of the $\vec h(t)$ and set it equal to 1, but I ended up getting a complex number.
We have the parameterization given by
$$\vec h(t)=\hat x kt+\hat y 4 \sin (t/5)+\hat z 4 \cos(t/5)$$
Then, the differential length $d\vec h(t)$ is
$$d\vec h(t)=\hat x k+\hat y \frac45 \cos (t/5)-\hat z \frac45 \sin(t/5)$$
and the magnitude of the differential length is
$$|d\vec h(t)|=\sqrt{k^2+16/25}$$
In order for the differential length to be arc length, we must have $|d\vec h(t)|=1$. Therefore,
$$\sqrt{k^2+16/25}=1 \implies k=\pm 3/5$$
and we are done!