Calculating the Length of a Parametric Curve with Integration

  • Thread starter Thread starter phospho
  • Start date Start date
  • Tags Tags
    Curve Length
Click For Summary

Homework Help Overview

The discussion revolves around calculating the length of a parametric curve defined by specific equations involving trigonometric functions. Participants are exploring the integration process required to find the arc length of the curve over a specified interval.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the setup of the parametric equations and the derivatives involved in the integration process. There are attempts to evaluate the integral for the length of the curve, with some questioning the correctness of the antiderivative and the treatment of the sine function over different intervals.

Discussion Status

There is an ongoing exploration of the integration steps, with some participants providing guidance on how to handle the absolute value of the sine function in the context of the integral. Multiple interpretations of the integration process are being discussed, particularly regarding the evaluation of the integral over the specified range.

Contextual Notes

Participants are addressing potential mistakes in the derivatives and antiderivatives, as well as the implications of the sign of the sine function in the context of the arc length calculation. There is mention of a discrepancy between participants' calculations and a reference to an external tool for integration.

phospho
Messages
250
Reaction score
0
THe parametric equations of the curve C are:

x = a(t-sin(t)), y = a(1-cos(t))

where 0 <= t <= 2pi

Find, by using integration, the length of C.

[itex]\dfrac{dx}{dt} = a (1-\cos t)[/itex]
[itex]\dfrac{dy}{dt} = a\sin t[/itex]

[itex]\left(\dfrac{dx}{dt}\right)^2 + \left(\dfrac{dy}{dt} \right)^2 = a^2 (1 - 2\cos t + cos^2t + sin^2 t) = 2a^2(1 - \cos t)[/itex]

length of curve = [itex]S = \displaystyle\int_0^{2\pi} \sqrt{2a^2(1-\cos t)}\ dt = -2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_0^{2\pi}[/itex]

evaluating this I get 0... any help?
 
Last edited:
Physics news on Phys.org
phospho said:
THe parametric equations of the curve C are:

x = a(1-sin(t)), y = a(1-cos(t))

where 0 <= t <= 2pi

Find, by using integration, the length of C.

[itex]\dfrac{dx}{dt} = a (1-\cos t)[/itex]
[itex]\dfrac{dy}{dt} = a\sin t[/itex]

[itex]\left(\dfrac{dx}{dt}\right)^2 + \left(\dfrac{dy}{dt} \right)^2 = a^2 (1 - 2\cos t + cos^2t + sin^2 t) = 2a^2(1 - \cos t)[/itex]

length of curve = [itex]S = \displaystyle\int_0^{2\pi} \sqrt{2a^2(1-\cos t)}\ dt = -2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_0^{2\pi}[/itex]

evaluating this I get 0... any help?

Looks to me like dx/dt is wrong. Check it.
 
Dick said:
Looks to me like dx/dt is wrong. Check it.

Sorry, was a mistype by me of what x is.
 
phospho said:
Sorry, was a mistype by me of what x is.

Ok, that's better. The answer to a question like this is usually to break the range 0 to 2pi up into smaller parts and add the differences. But how did you get that antiderivative? That doesn't look right at all.
 
Dick said:
Ok, that's better. The answer to a question like this is usually to break the range 0 to 2pi up into smaller parts and add the differences. But how did you get that antiderivative? That doesn't look right at all.

well I took out the constants 2a^2, that's how I got √2a

I then done: [itex]\int \sqrt{1-\cos t}\ dt[/itex] using the substitution of u = cos(t), getting [itex]-2\sqrt{1+cos(t)}[/itex]

checking, the derivative of [itex]-2\sqrt{1+cos(t)}[/itex] is [itex]\dfrac{sin(t)}{\sqrt{1+cos(t)}} = \dfrac{\sqrt{1-cos^2t}}{\sqrt{1+cos(t)}} = \sqrt{1-cos(t)}[/itex]
 
phospho said:
well I took out the constants 2a^2, that's how I got √2a

I then done: [itex]\int \sqrt{1-\cos t}\ dt[/itex] using the substitution of u = cos(t), getting [itex]-2\sqrt{1+cos(t)}[/itex]

checking, the derivative of [itex]-2\sqrt{1+cos(t)}[/itex] is [itex]\dfrac{sin(t)}{\sqrt{1+cos(t)}} = \dfrac{\sqrt{1-cos^2t}}{\sqrt{1+cos(t)}} = \sqrt{1-cos(t)}[/itex]

Oh, yeah, right. I'm glad you spelled that out. What's going on is that ##\sqrt{1-cos^2t}## isn't equal to ##sin(t)##, it's equal to ##|sin(t)|##. You'll need to change the sign of the antiderivative depending on the sign of ##sin(t)##. Split the integral range up appropriately.
 
Dick said:
Oh, yeah, right. I'm glad you spelled that out. What's going on is that ##\sqrt{1-cos^2t}## isn't equal to ##sin(t)##, it's equal to ##|sin(t)|##. You'll need to change the sign of the antiderivative depending on the sign of ##sin(t)##. Split the integral range up appropriately.

I'm not quite sure what you mean?:

[itex]-2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_0^{\pi} -2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_{\pi}^{2\pi}[/itex]

Do you mean that? (I'm not sure of the answer, so can't check.)
 
phospho said:
I'm not quite sure what you mean?:

[itex]-2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_0^{\pi} -2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_{\pi}^{2\pi}[/itex]

Do you mean that? (I'm not sure of the answer, so can't check.)

For pi to 2pi the sine is negative. So sqrt(1-cos(t)^2)=(-sin(t)). You need to add an extra minus to the antiderivative in that range.
[itex]-2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_0^{\pi} +2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_{\pi}^{2\pi}[/itex]
 
Dick said:
For pi to 2pi the sine is negative. So sqrt(1-cos(t)^2)=(-sin(t)). You need to add an extra minus to the antiderivative in that range.
[itex]-2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_0^{\pi} +2 \sqrt{2} a \left[\sqrt{1 + \cos t} \right]_{\pi}^{2\pi}[/itex]

oh I see, thanks!
 
  • #10
phospho said:
oh I see, thanks!

You're welcome. The way you were doing it before you were getting a negative contribution to arclength from [pi,2pi] cancelling the positive part [0,pi]. You know that can't happen. arclength is positive everywhere.
 
  • #11
Dick said:
You're welcome. The way you were doing it before you were getting a negative contribution to arclength from [pi,2pi] cancelling the positive part [0,pi]. You know that can't happen. arclength is positive everywhere.

Sorry to bump this up but wolframalpha managed to get the integral of ∫√(1-cos(t))dt = -2cot(t/2)√(1-cos(t)) + C, could anyone explain which substitution they used or whatever? I've tried (and I am still trying) to figure out how they've done it.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
2
Views
1K
  • · Replies 9 ·
Replies
9
Views
1K