So I know there is the method of using the parametric equation for the arc length of a curve which is derived geometrically, is there a similar geometric derivation for polar arc length.
Currently I attempt to do this by considering a segment of a curve and approximating the arc length as a straight line then using the cosine rule to calculate it's length. However this just cancels and produces L = R which is clearly wrong.
If you have a curve in polar coordinates given by $r=f(\theta)$ for $ a\leq\theta\leq b$, you can parameterize the curve as $x = f(\theta)\cos{\theta}$ and $y=f(\theta)\sin{\theta}$.
The differential arclength is: $ds=\sqrt{\left(\frac{dx}{d\theta}\right)^2+\left(\frac{dy}{d\theta}\right)^2}d\theta$
If you substitute in for $x$ and $y$ this simplifies to: $ds=\sqrt{\left( f'(\theta)\right) ^2+\left( f(\theta)\right) ^2}d\theta$