Improper integrals with singularities at both endpoints.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
17 replies · 3K views
Lavabug
Messages
858
Reaction score
37

Homework Statement


Study the continuity of [tex]\int\frac{dx}{x \sin x}[/tex] from 0 to pi/2
That's 1/(xsinx), latex isn't showing up clearly for me.

I've been having a go at simply solving it as an indefinite integral to evaluate it but I keep ending up with more complicated expressions if I try integrating by parts.
 
Last edited by a moderator:
Physics news on Phys.org
The integral [tex]\int{\frac{1}{x*\sin(x)}dx}[/tex] is a notorious example of an integral which can't be solved using elementary functions.
So the only thing you can do is showing that the definite integral converges by using tests like the comparison test and stuff. You can probably find the solution to the definite integral, but that needs a lot of advanced math...
 
Lavabug said:

Homework Statement


Study the continuity of [tex]\int\frac{dx}{xsenx}[/tex] from 0 to pi/2
That's 1/(xsinx), latex isn't showing up clearly for me.

I've been having a go at simply solving it as an indefinite integral to evaluate it but I keep ending up with more complicated expressions if I try integrating by parts.

I think you should more clearly define the problem. You're asking about the continuity of the function:

[tex]f(u)=\int_0^{u}\frac{1}{x\sin(x)}dx,\quad u\geq 0[/tex]

Well surely if the lower limit wasn't zero, the function would be continuous in the interval [itex]0+\epsilon<u<\pi[/itex]

so perhaps you could focus on analyzing it's continuity at zero. Does the integral:

[tex]\int_{0}^{1} \frac{1}{x\sin(x)}dx[/tex]

converge? If it does, then the function f(u) would be continuous in that interval. If it doesn't, can you prove why it does not converge?
 
Thanks hallsofivy, I missed that.

I've been having a look at the comparison test method here:
http://tutorial.math.lamar.edu/Classes/CalcII/ImproperIntegralsCompTest.aspx

So basically, since my problem is at the lower limit of integration(0), I need to figure out the convergence using by taking the limit of the expression as t approaches 0(from the right?). I'm still facing the problem of solving the integral.

The site I posted says I need to test for a "larger function" and see if it converges. I'm not quire sure I'm interpreting this method correctly. Is the larger function in this case 1/x? 1/sinx? Both seem to diverge as x approaches 0.
 
First of all, is 1/x smaller than my given integral? (I think so, how can I know for sure?) It doesn't converge, so neither does my given integral? How do I prove this formally?
 
micromass said:
Yes, that is correct. Try to formalize this...

Thanks, here's what I've got, would appreciate any comment:

[PLAIN]http://img831.imageshack.us/img831/7277/p10008950.jpg
 
Last edited by a moderator:
whoops yeah, so -ln t would become positive infinity?
 
Question about the comparison method: I'm not too quick on telling if the 1/x^p function you choose to compare an integral to is "bigger" or "smaller", what's a surefire way of telling? Just plugging in any number and evaluating?
 
Not sure I understood. As a general rule, should I pick a 1/x^p function with a denominator I can easily tell is bigger/smaller than the denominator in the integral for any x? If x^p is smaller, that implies 1/x^p jumps to infinity faster than the other function, therefore is "bigger"?
 
Thanks a lot for the quick replies!