I want to find curvatures and torsions for the following curves but get stuck with their natural parametrizations ($s$ is natural if $|\dot{\gamma}(s)| = 1$). Can anyone help me?
(a) $e^t(\cos t,\sin t,1)$
(b) $(t^3+t,t^3-t,\sqrt{3}t^2)$
(c) $3x^2+15y^2=1, z=xy$
Update:
Here are my attempts on solving (a):
$\dot{\gamma}(t) = (\dot{t}e^t \cos t - \dot{t} e^t \sin t, \dot{t} e^t \sin t + \dot{t}e^t \cos t, \dot{t} e^t)$ which gives $|\dot{\gamma}(t)| = \sqrt{2}\dot{t}e^t=1$ and the solution for this ODE is $t = \ln\frac{\tau}{2}$.
But if I substitute $t$ with $t=\ln\frac{\tau}{2}$ the result will be $\dot{\gamma}(\tau) = (\frac{1}{\sqrt{2}}\cos\ln\frac{\tau}{2} - \frac{1}{\sqrt{2}}\sin\ln\frac{\tau}{2},\frac{1}{\sqrt{2}}\sin\ln\frac{\tau}{2}+\frac{1}{\sqrt{2}}\cos\ln\frac{\tau}{2},\frac{1}{2})$ and $|\dot{\gamma}(\tau)| = \sqrt{\frac{3}{2}}$. So for $|\dot{\gamma}(\tau)| = 1$ we should take $t = \ln\frac{\tau}{3}$. Where is my mistake?
Any help and hints will be very appreciative.