So, I'm quite in a pickle here to calculate the curvature of the Archimedes spiral, and everything I searched for, people just say the curvature is
$\kappa = \dfrac{2+t^2}{a(1+t^2)^{3/2}}$
without ever enlightening how to reach this result. What I know is this:
the spiral is given by $\mathbf{x}(t) = (x(t), y(t)) = (rt\cos(t), rt\sin(t))$, and we have the natural coordinate being $\mathbf{x}_{\text{nat}}(s) = \mathbf{x}(t(s))$ with relation to the arc lenght $s$, where $t(s)$ is the inverse function of $s(t) = \int_{0}^{t} |\mathbf{\dot{x}}(\tau)|d\tau$.
First, I need to find said natural coordinate $\mathbf{x}_{\text{nat}}(s) = \mathbf{x}(t(s))$ by using the relation between $t(s)$ and $s(t)$ given by
$t'(s) = \dfrac{1}{\dot{s}(t(s))} = \dfrac{1}{r\sqrt{1+t^2}}$ ,
and afterwords, I need to find the curvature of said spiral by the relation
$\kappa(s) = |\mathbf{x}''_{\text{nat}}(s)|$ ,
and I don't know what to do. If we calculate the integral of $s(t)$, we obtain a not invertible function for $t(s)$, and then we are stuck with just $t'(s)$. But the natural coordinate uses $t(s)$, so I'm running in circles trying to carry on this exercise for days and nothing helped me until now. Is someone could give me some light on this I would appreciate greatly.