Find the arc length of a polar function from 0 to 2pi

violin_writer
Messages
18
Reaction score
0

Homework Statement


This is another problem my teacher game me.

Given the Polar function r=6*sin(t/2) where the variable t is the angle theta in radians, and that t is between 0 and 2*Pi inclusive. Find the distance around the perimeter of the graph. Hint: this is arc length , round to the nearest integer.

Homework Equations



I know to do this to calculate the arc length... it think integrate the equation from 0 to 2\pi

The Attempt at a Solution


integrate(6 sin(t/2) dt, 0, 2pi)
= -12 cos(t/2) ] 0, 2pi
= -12 cos(2pi/2) - (-12 cos(0/2))
= -12 cos(pi) - (-12 cos(0))
= -12 (-1) - (-12 (1)) = 24

I also used f-int in my calculator and got 24. Am I missing a step, what am I doing wrong?
 
Physics news on Phys.org
You know the formula for the arclength of a polar function, right?

S = \int_a^b \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} d\theta
 
Tell me if I'm mistaken but that's... the equation squared plus its derivative squared... right sure making sure.
 
You are not mistaken. That really is the correct formula for the arc-length of a polar function.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top