Finding the Arc Length of a Polar Function

jgiarrusso
Messages
7
Reaction score
0
Hi, I've been having some issues in solving this problem.

Homework Statement


Find the arc length of r=2/(1-cosθ) from π/2 to π

Homework Equations


L =(integrate) sqrt(r2+(dr/dθ)2)dθ

The Attempt at a Solution



I found (dr/dθ) = (-2sinθ)/(1-cosθ)2

so (dr/dθ)2 = (4sin2θ)/(1-cosθ)4

Then r2 = 4/(1-cosθ)2

both have a factor of 4/(1-cosθ)2, so I pulled that outside the sqrt to get

L=(integrate) 2/(1-cosθ) * sqrt(1+(sin2θ)/(1-cosθ)2)

then I multiplied the 1 by (1-cosθ)2/(1-cosθ)2 to give common denominators.

After multiplying it out, the numerator of the fraction was 1-2cosθ+cos2θ+sin2θ, so I got rid of the sin and cos and added a 1 to get 2 - 2cosθ

I pulled out a factor of sqrt2 and ended up with:

L = (integrate) 2sqrt2/(1-cosθ) * sqrt(1/(1-cosθ))
or
L= (integrate) 2sqrt2*(1-cosθ)-3/2

This is where I got stuck. I can't think of any way to integrate that problem using any of the means we have gone over so far.

Some direction in which way to go would be extremely helpful, thanks in advance.
 
Last edited:
Physics news on Phys.org
Can you think of a way to express 1-cos(theta) as the square of something using a half-angle formula?
 
Aha, thank you so much. That was just the push I needed!
 
Hmm, that did allow me to solve the integration (at least, I think I did it properly). But now, when I go to plug in my evaluation, I'm getting sec(π/2) which is doesn't work out.

Using the half angle, I got (1-cosθ)=2cos2(θ/2).

Plugging that in canceled out my 2sqrt2, and made the integration into sec3(θ/2)

Solving that gave me: sec(θ/2)tan(θ/2) + ln|sec(θ/2)+tan(θ/2)|

Now in evaluating from π to π/2, plugging in for π is not a finite number. Did I go wrong in my integration of sec3?
 
1-cosθ is not equal to 2cos2(θ/2); it's equal to 2sin2(θ/2).
 
Thanks! That's what I get for trying to do my homework far too late at night and without my list of identities nearby ~_~
 
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