I'm reading Tapp's Differential Geometry of Curves and Surfaces, I have this problem:
$\quad\color{green}{\text{Exercise 1.10.}}$ Prove that the arc length, $L$, of the graph of the polar coordinate function $r(\theta)$, $\theta \in [a, b]$, is
What is the "polar coordinate function"? I tried a few guesses but nothing I thought seemed to make sense nor would give me the arclength function above. Using the definition of arclength, I tried to "reverse engineer" it and I got:
$$\left(\int_{a}^{\theta} r(x)\, dx,\, r(\theta) \right)$$
This seems to be the only function that would make sense here but I have no idea what $r(\theta)$ would be. This is — perhaps — the least worst thing I could think of.
It means that in polar coordinates $(r,\theta)$, your curve is parametrized by $$[a,b]\ni \theta \mapsto (r(\theta),\theta) \in [0,\infty)\times [0,2\pi).\tag{1}$$Relative to cartesian coordinates $(x,y)$, it means that the parametrization is $$[a,b] \ni \theta \mapsto (r(\theta)\cos\theta, r(\theta)\sin\theta) \in \Bbb R^2.\tag{2}$$Surely you can compute the arclength of $(2)$.