Compute the length of the segment of the cardioid $(r, θ) = (1+ \cos(t), t) $ such that $ t \in [0, 2π].$
How do I find the arc length of the cardioid. I did $\mathbf{r}'=\langle -\sin(t),1\rangle$ so $|\mathbf{r}'|=\sqrt{\sin^2(t)+1}$ which you can't integrate. I think I may need to turn the polar coordinates into cartesian, and then do this process, but I don't know how to do that.

But the formula for the computation of the length of a curve in polar coordinates is\begin{align}\int_0^{2\pi}\sqrt{r^2(t)+(r')^2(t)}\,\mathrm dt&=\int_0^{2\pi}\sqrt{(1+\cos t)^2+(-\sin t)^2}\,\mathrm dt\\&=\int_0^{2\pi}\sqrt{2+2\cos t}\,\mathrm dt.\end{align}Can you take it from here?