Determine if integral is convergent or divergent?

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
4 replies · 5K views
theBEAST
Messages
361
Reaction score
0

Homework Statement


I attached the problem to this post.

The Attempt at a Solution


I was wondering if I could use the limit comparison test for this integral. My professor taught us this test that can be used for series but could it work for improper integrals as well?

So what I would do is an = 1/(2ex-x) and bn = 1/2ex.

Then take the limit approaching infinity of an/bn which yields 1. Since bn converges so does an. Does that make sense?
 

Attachments

  • Capture.PNG
    Capture.PNG
    7.8 KB · Views: 883
Physics news on Phys.org
I don't quite understand how you're applying the limit comparison test from series to integrals. However, my instinct is that you are making a jump that can't be made. You might check this yourself by seeing if you can find a counterexample to your method.

However, there does exist a technique that is similar to the limit comparison test. The idea is to find an integral that you know converges/diverges on the interval and use that. So if we had 1/x^2 + 1, we know that on [0,infinity) this integral is < the integral of 1/x^2 on [0,infinity) and therefore converges since the integral of 1/x^2 converges (why? this one is easily computed manually). Can you find such a function here?
 
theBEAST said:

Homework Statement


I attached the problem to this post.

The Attempt at a Solution


I was wondering if I could use the limit comparison test for this integral. My professor taught us this test that can be used for series but could it work for improper integrals as well?

So what I would do is an = 1/(2ex-x) and bn = 1/2ex.

Then take the limit approaching infinity of an/bn which yields 1. Since bn converges so does an. Does that make sense?
attachment.php?attachmentid=45246&d=1332127986.png


This is the equivalent comparison test for integrals.

If [itex]\displaystyle |g(x)|\ge|f(x)|\text{ for all }x \ge a\,,[/itex] and if [itex]\displaystyle \int_a^\infty\ |g(x)|\ dx[/itex] converges, then so does [itex]\displaystyle \int_a^\infty\ |f(x)|\ dx[/itex] converge.
 
zooxanthellae said:
I don't quite understand how you're applying the limit comparison test from series to integrals. However, my instinct is that you are making a jump that can't be made. You might check this yourself by seeing if you can find a counterexample to your method.

However, there does exist a technique that is similar to the limit comparison test. The idea is to find an integral that you know converges/diverges on the interval and use that. So if we had 1/x^2 + 1, we know that on [0,infinity) this integral is < the integral of 1/x^2 on [0,infinity) and therefore converges since the integral of 1/x^2 converges (why? this one is easily computed manually). Can you find such a function here?

Yup I can use 1/e^x but why wouldn't the limit comparison test work for integrals as well?
 
theBEAST said:
Yup I can use 1/e^x but why wouldn't the limit comparison test work for integrals as well?

I initially interpreted your post as using the a_n, a_n+1 limit test. What you've actually described is very close to what SammyS has posted, which is what the Integral Limit Comparison Test usually describes. I'm reasonably sure that your method works, but the method SammyS has posted is, I think, usually easier.