How do I calculate the arc length of a polar curve?

azatkgz
Messages
182
Reaction score
0
It's easy question,but I don't know whether I solved it correctly.

Homework Statement


Calculate the length of the curve given by
r=a\sin^3 \frac{\theta}{3}
in polar coordinates. Here, a > 0 is some number.

Homework Equations



l=\int \sqrt{r^2(\theta)+(\frac{dr}{d\theta})^2}d\theta

The Attempt at a Solution



l=\int \sqrt{a^2 \sin^6\frac{\theta}{3}+a^2\sin^4\frac{\theta}{3}\cos^2\frac{\theta}{3}}\theta

l=a\int \sin^2\frac{\theta}{3}d\theta
for 0<\frac{2\theta}{3}<2\pi

l=\frac{a}{2}\int_{0}^{3\pi}(1-\cos\frac{2\theta}{3})d\theta

l=\frac{3\pi}{2}
 
Physics news on Phys.org
It's all correct except for the very last line. You forgot to include a. Your answer should be:

s = \frac{3a\pi}{2}p.s. Use s for arclength--it's more widely used and recognized. Also, you can include limits of integration like this: \int^b_a Always put the ^ first, though. Otherwise it doesn't work right.
 
Last edited:
foxjwill said:
It's all correct except for the very last line. You forgot to include a. Your answer should be:

s = \frac{3a\pi}{2}


p.s. Use s for arclength--it's more widely used and recognized. Also, you can include limits of integration like this: \int^b_a Always put the ^ first, though. Otherwise it doesn't work right.

It doesn't? What the difference between
\int_0^1 f(x)dx
and
\int^1_0 f(x)dx
 
HallsofIvy said:
It doesn't? What the difference between
\int_0^1 f(x)dx
and
\int^1_0 f(x)dx

hmm. That's odd. I guess it just didn't work right when I tried it. Ah, well. Not a very scientific conclusion, eh?
 
Thanks a lot!
 
foxjwill said:
hmm. That's odd. I guess it just didn't work right when I tried it. Ah, well. Not a very scientific conclusion, eh?

That's alright. There are millions of thing that work for everyone except me!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top