PDA

View Full Version : Arclength in polar coordinates?


vsage
Oct28-04, 11:31 PM
You know this should be simple but it's just not. A friend asked me this earlier and I was unable to disprove him. We're all aware of how one derives the area of a polar equation.. it's \pi r^2 \frac {\theta}{2 \pi} and make theta infinitely small and integrate. Why can't a similar process be performed to find the arclength? IE 2 \pi r \frac{\theta}{2 \pi} and make theta infinitely small and integrate. Obviously I can't derive this from rectangular coordinates because it only works for constant r but I just can't seem to disprove it.

vsage
Oct28-04, 11:48 PM
Nevermind I think I solved it. The arclength formula he proposed to be when interpreted graphically had gaps between the lengths of r(d(theta)) and it was losing arclength that way. (edit here's my rendition, in case someone is stumped like I was). The figure is supposed to be a small section of curve with r varying.

Tide
Oct28-04, 11:50 PM
I'm not sure what you are trying to do but in the case of area you are changing both r and \theta so that dA = dr \times r d\theta whereas for path length you change r and \theta according to Pythagoras being applied to infinitesimal displacements so that ds = \sqrt {dr^2 + r^2 d\theta^2}.

vsage
Oct29-04, 12:00 AM
Yeah I guess what threw me off at first was that r = sqrt(x^2+y^2) in rectangular coordinates so I figured the pathagorean theorem was already being applied (which it wasn't). Thanks for your input.