Arclength of polar cardiod problem

  • Thread starter Thread starter QuarkCharmer
  • Start date Start date
  • Tags Tags
    Arclength Polar
Click For Summary

Homework Help Overview

The problem involves finding the total arclength of the polar curve defined by r = 1 + sin(x). The original poster mentions that the integral setup is provided in their textbook but does not include a solution, leading to their exploration of the integral manually and with a calculator.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to solve the integral for arclength but encounters issues leading to a result of zero. They express frustration over reaching a dead end despite multiple attempts.
  • Some participants question the handling of absolute values in the integral, particularly regarding the sign of cos(x) over different intervals.
  • Others suggest splitting the integral into segments where cos(x) maintains a consistent sign to address the absolute value issue.
  • There is a discussion about the implications of integrating over specific intervals and how to appropriately adjust the signs of the integrand based on the behavior of cos(x).

Discussion Status

Participants are actively engaging with the problem, exploring different approaches to handle the absolute value and the integral's limits. Guidance has been offered regarding the need to split the integral into parts based on the sign of cos(x), and there is a recognition of the complexity introduced by the absolute value in the integral.

Contextual Notes

The original poster notes that they have tried various substitutions and methods without success, indicating a potential lack of familiarity with integrals involving absolute values. The discussion reflects a mix of interpretations and approaches to the problem, with no clear consensus on the next steps yet.

QuarkCharmer
Messages
1,049
Reaction score
3

Homework Statement


My textbook sets up the integral, but does not solve, claiming that it's "trivial to solve manually or by using a CAS". I put the integral into my TI-89, and sure enough, there is a solution, and that solution happens to be "8". However...

Homework Equations



The actual problem is to find the total arclength of r = 1+sin(x)
(It's polar, I just let theta = x, since theta is a pain to LaTeX)

The Attempt at a Solution


Here is my attempt at solving this integral manually:

[tex]s = \int_{0}^{2π}\sqrt{(1+sin^{2}(x))+cos(x)^{2}}dx[/tex]

[tex]\int_{0}^{2π}\sqrt{2+2sin(x)}dx[/tex]

[tex]\int_{0}^{2π}\sqrt{2+2sin(x)} \frac{\sqrt{2-2sin(x)}}{\sqrt{2-2sin(x)}}dx[/tex]

[tex]\int_{0}^{2π}\sqrt{\frac{4-4sin^{2}(x)}{2-2sin(x)}}dx[/tex]

[tex]\int_{0}^{2π}\sqrt{\frac{4cos^{2}(x)}{2(1-sin(x))}}dx[/tex]

[tex]\sqrt{2}\int_{0}^{2π}\frac{cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

[itex]u = 1-sin(x)[/itex]
[itex]du = -cos(x)dx[/itex]

[tex]-\sqrt{2}\int_{1}^{1}\frac{1}{\sqrt{u}}du[/tex]

I stopped here, because it's clear to me that the integral from one to one will be zero...

...and now the whole thing equals zero... I have tried doing the integral with substitutions other than [itex]u=1-sin(x)[/itex] to no avail. I tried to devise a way so I could take a limit (much like some improper integral problems are done), no luck. I can't seem to figure this out without using a CAS! It is one thing if I just got to a point where I didn't know how to proceed I could deal with, but I come up with zero every time!

This is my best attempt, I have done it 11 different ways now..
 
Last edited:
Physics news on Phys.org
You did a pretty dangerous thing there. You said sqrt(cos(x)^2)=cos(x). That's not right. cos(x) is negative for some values in [0,2pi]. It's |cos(x)| isn't it?
 
Yeah, that makes sense, good catch. I still have no clue how to proceed though, especially now with the abs in the integral :cry:

[tex]\sqrt{2}\int_{0}^{2π}\frac{|cos(x)|}{\sqrt{1-sin(x)}}dx[/tex]
 
QuarkCharmer said:
Yeah, that makes sense, good catch. I still have no clue how to proceed though, especially now with the abs in the integral :cry:

[tex]\sqrt{2}\int_{0}^{2π}\frac{|cos(x)|}{\sqrt{1-sin(x)}}dx[/tex]

Split the region of integration up into parts where cos(x) has a definite sign. Isn't that what you usually do with abs problems? It's premature to cry over it.
 
[tex]\sqrt{2}\int_{\frac{-π}{2}}^{\frac{π}{2}}\frac{cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

Since, cos(x) will be positive in that domain.

And;

[tex]\sqrt{2}\int_{\frac{π}{2}}^{\frac{3π}{2}}\frac{-cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

Like that? Forgive me, I have never encountered an integral with an abs yet.

So:

[tex]\sqrt{2}\int_{\frac{-π}{2}}^{\frac{π}{2}}\frac{cos(x)}{\sqrt{1-sin(x)}}dx + \sqrt{2}\int_{\frac{π}{2}}^{\frac{3π}{2}}\frac{-cos(x)}{\sqrt{1-sin(x)}}dx[/tex]
 
QuarkCharmer said:
[tex]\sqrt{2}\int_{\frac{-π}{2}}^{\frac{π}{2}}\frac{cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

Since, cos(x) will be positive in that domain.

And;

[tex]\sqrt{2}\int_{\frac{π}{2}}^{\frac{3π}{2}}\frac{-cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

Like that? Forgive me, I have never encountered an integral with an abs yet.

So:

[tex]\sqrt{2}\int_{\frac{-π}{2}}^{\frac{π}{2}}\frac{cos(x)}{\sqrt{1-sin(x)}}dx + \sqrt{2}\int_{\frac{π}{2}}^{\frac{3π}{2}}\frac{-cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

No, you want to integrate from 0 to 2pi. Integrate separately over the regions [0,pi/2], [pi/2,3pi/2] and [3pi/2,2pi] and add them up with appropriate signs.
 
Thanks for the help.

Dick said:
No, you want to integrate from 0 to 2pi. Integrate separately over the regions [0,pi/2], [pi/2,3pi/2] and [3pi/2,2pi] and add them up with appropriate signs.

[tex] \sqrt{2}\int_{0}^{\frac{π}{2}}\frac{cos(x)}{\sqrt{1-sin(x)}}dx + \sqrt{2}\int_{\frac{π}{2}}^{\frac{3π}{2}}\frac{-cos(x)}{\sqrt{1-sin(x)}}dx + \sqrt{2}\int_{\frac{3π}{2}}^{2π}\frac{cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

(No clue why that sqrt is not showing.)

I see that you are splitting it up for the regions in which cos(x) would be positive or negative, but I am not sure how to sign the cos(x) in the functions. If integrating through the range of pi/2 to 3pi/2, cos(x) would turn out negative anyway? I am not seeing what effect this would have exactly?

Here is how I am imagining the situation:

Suppose you had [itex]\int_{0}^{2π}|sin(x)|dx[/itex].

Since, that integral would be zero if there were no abs value, to handle the abs value case I would split the integral up like so:

[tex]\int_{0}^{π}sin(x)dx + \int_{π}^{2π}-sin(x)dx[/tex]

In this way, when sin(x) is negative, the negative that I placed into the split region would force the sin(x) to act positive?
 
QuarkCharmer said:
Thanks for the help.



[tex] \sqrt{2}\int_{0}^{\frac{π}{2}}\frac{cos(x)}{\sqrt{1-sin(x)}}dx + \sqrt{2}\int_{\frac{π}{2}}^{\frac{3π}{2}}\frac{-cos(x)}{\sqrt{1-sin(x)}}dx + \sqrt{2}\int_{\frac{3π}{2}}^{2π}\frac{cos(x)}{\sqrt{1-sin(x)}}dx[/tex]

(No clue why that sqrt is not showing.)

I see that you are splitting it up for the regions in which cos(x) would be positive or negative, but I am not sure how to sign the cos(x) in the functions. If integrating through the range of pi/2 to 3pi/2, cos(x) would turn out negative anyway? I am not seeing what effect this would have exactly?

Here is how I am imagining the situation:

Suppose you had [itex]\int_{0}^{2π}|sin(x)|dx[/itex].

Since, that integral would be zero if there were no abs value, to handle the abs value case I would split the integral up like so:

[tex]\int_{0}^{π}sin(x)dx + \int_{π}^{2π}-sin(x)dx[/tex]

In this way, when sin(x) is negative, the negative that I placed into the split region would force the sin(x) to act positive?

That's it exactly. Now evaluate those integrals and add them. I get 8.
 

Similar threads

Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K