Polar Coordinates – Why Isn’t Arc Length $dS=r\times d\theta$?

polar coordinates

As a sort of exercise, I tried to derive the formula for arc length in polar coordinates, using the following logic:

$$dS = r(\theta)d\theta\\
\implies S=\int r(\theta)d\theta$$

However, it turns out the formula is

$$S = \int \sqrt {r^2+\left(\frac {dr}{d\theta}\right)^2}d\theta$$

I could follow the derivation for the correct formula, but why is mine wrong?

Thanks

Best Answer

Your first formula is incorrect. For instance, consider the line $y=x$ and you want to get the length of the line segment from $x=0$ to $x=1$. The length is $\sqrt2$, and the equation in polar coordinates is $\theta=\dfrac{\pi}4$. If we use the first formula, we get the length to be $0$.

In terms of $x$, $y$, we have $$S = \int \sqrt{(dx)^2+(dy)^2} = \int \sqrt{1+y'^2} dx$$ Setting $x=r \cos(t)$ and $y=r\sin(t)$, we get $$dx = dr \cos(t) - r \sin(t)dt$$ and $$dy = dr \sin(t) + r \cos(t)dt$$ Hence, $$(dx)^2 + (dy)^2 = (dr)^2 + (rdt)^2$$

Related Question