Let's take a look on the Archimedean spiral. The parametric equation is:
$$c : \mathbb R \to \mathbb R^{2} \,;\, c(t) := (t\cos(t), t\sin(t))$$
The goal of the exercise is to compute the curvature of the spiral in polar coordinates. What I've tried? I convert the parametric equation into polar coordinates:
$$x(\varphi) = r(\varphi)\cos(\varphi)$$
$$y(\varphi) = r(\varphi)\sin(\varphi)$$ Is that correct so far?
I know how to compute the curvature with the parametric equation, that's not the point. But how I can do it with the polar coordinates?
Thanks in advance
