Finding the Arc Length of a Polar Function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
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
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?
 
Thanks! That's what I get for trying to do my homework far too late at night and without my list of identities nearby ~_~