I have to prove that if $\alpha(t)$ is a regular curve in space and $\beta(s)$ is its reparametrization of unit speed then $\frac{d^2 t}{d s^2} = - \frac{\alpha ' (t) \cdot \alpha '' (t)}{|| \alpha ' (t) ||^4}$.
Attempt:
I know that the RHS is:
\begin{gather*} \alpha'(t)=\left(\frac{ds}{dt}\right)T(t) \\ \alpha''(t)= \left(\frac{ds}{dt}\right)T'(t)+\left(\frac{d^2s}{dt^2}\right)T(t) \end{gather*} where $T(t)$ is the unit tangent vector. When doing $\alpha'(t)\cdot \alpha''(t)$ we get \begin{equation*} \alpha'(t) \cdot \alpha ''(t) = \left(\frac{ds}{dt}\right) \left(\frac{d^2s}{dt^2}\right) T(t) \cdot T(t) = ||\alpha'(t)||\left(\frac{d^2s}{dt^2}\right) \end{equation*} And so \begin{equation*} -\frac{\alpha'(t)\cdot \alpha''(t)}{||\alpha'(t)||^4} = -\frac{\left(\frac{d^2s}{dt^2}\right)}{||\alpha'(t)||^3} \end{equation*} On the other hand, the LHS is: \begin{gather*} \frac{dt}{ds} = \frac{1}{\frac{ds}{dt}} = \frac{1}{||\alpha'(t)||} = (||\alpha'(t)||)^{-1} \\ \Rightarrow \frac{d^2 t}{ds^2} = -\frac{\left(\frac{d^2s}{dt^2}\right)}{||\alpha'(t)||^2} \end{gather*} So there is a factor of $||\alpha'(t)||$ I am missing. Is the statement wrong or where am I wrong? Thank you in advance.