Convergence of an Integral: Evaluating the Convergence of an Infinite Series

  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Convergence Integral
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the convergence of the integral \(\int_{1}^{\infty} \cos\left(\frac{2}{x}\right)dx\). Participants are exploring the behavior of the integrand as \(x\) approaches infinity and the implications for convergence or divergence.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss substitution methods and the importance of changing endpoints correctly. There are questions about the behavior of \(\cos\left(\frac{2}{x}\right)\) as \(x\) approaches infinity and how this relates to the integral's convergence.

Discussion Status

There is an ongoing exploration of various approaches to prove divergence, including bounding techniques and the application of limit properties. Some participants suggest using the ordering property of integrals and infinite series to support their arguments.

Contextual Notes

Participants are navigating through assumptions about the behavior of the integrand and the implications of bounding from above or below. There is a recognition of the need for rigorous proof while also considering the limitations of certain methods discussed.

MathematicalPhysicist
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
i need to verify my work, i need to evalute the next integral, and decide if it converges or diverges:
[tex]\int_{1}^{\infty}cos(\frac{2}{x})dx[/tex]

here what i did:
2/t=x (-2/t^2)dt=dx
[tex]\int_{1}^{\infty}-2cos(t)/t^2dt[/tex]

cos(t)>=-1
-2cos(t)/t^2<=2/t^2
the integral of 1/t^2 between 1 and infinity converges to 1, and therefore also the orginal integral with cosine converges.

is this line of reasoning correct?
 
Physics news on Phys.org
When you substituted 2/x=t, you didn't change the endpoints.

You might want to take a moment to think about what the graph of cos(2/x) looks like on [1,infinity)
 
ok i understand it diverges.
so i get:
[tex]\int_{2}^{0}\frac{-2cos(t)}{t^2}dt=-\int_{0}^{2}\frac{-2cos(t)}{t^2}dt[/tex]

when
-2cos(t)/t^2>=-2/t^2

and -2/t^2 diverges on those limits.
 
-2cos(t)/t^2>=-2/t^2 won't help show that diverges. You're bounding it from the wrong side, your bound is 0<=2cos(t)/t^2<=2/t^2, on [0,1] say. Bounding something from above by something divergent tells you nothing.

You can fix this, but why bother with a change of variables at all? You know what cos(2/x) is doing as x->infinity right?
 
lim cos(2/x)=1
2/x->0
but how do i find the integral of cos(2/x)?
 
What do you mean "find the integral"? I thought you already agreed it diverged?
 
then how do i prove it?
 
cos(2/x)->1 as x->infinity, so the integral over [1,infinity) diverges.

You've surely got a result to this effect, if not just show you can make the integral over [1,N] arbitrarily large by taking N large enough.
 
but surely the integral of cos(2/x) is different than cos(2/x), so how the limit of cos(2/x) helps us to prove the integral of cos(2/x) diverges?
 
  • #10
Here's one way of looking at it. Consider the function f(x) = cos(2/x). Now as [itex]x \rightarrow \infty[/itex], f(x) tends to 1. So, when you calculate the area under the graph from 1 to infinity, can you see that the area blows up to infinity?
 
Last edited:
  • #11
i uderstand that it diverges but how do i prove it rigourosly?
 
  • #12
In order to prove this rigorously, use some version of the simple ordering property of the integral:
If the integral of a function f (strictly greater than your own integrand) diverges, then your integral diverges as well ("bigger integrand means bigger integral").
 
  • #13
Why not expand it out as an infinite series, then integrate?
It can be shown that the first term diverges, and the remainder converges.
 
Last edited:
  • #14
Another way would be to write:

[tex]\int_1^\infty \cos(2/x)dx = \sum_{n=1}^\infty \int_n^{n+1} \cos(2/x)dx[/tex]

And then use what you know about the convergence of infinite series.
 
  • #15
loop quantum gravity said:
but surely the integral of cos(2/x) is different than cos(2/x), so how the limit of cos(2/x) helps us to prove the integral of cos(2/x) diverges?

The limit of cos(2/x) is 1, so there is an M where cos(2/x)>1/2 if x>M. How big can you then say the integral of cos(2/x) is on the interval [M,N]?
 
  • #16
Ok, what does it mean if someone says that:
[tex]\lim_{x \rightarrow \infty} \cos \left( \frac{2}{x} \right) = 1[/tex]?
It means that, for every [tex]\varepsilon > 0[/tex], there exists a [tex]\delta > 0[/tex], such that [tex]\forall x > \delta \ : \ \left| \cos \left( \frac{2}{x} \right) - 1 \right| < \varepsilon[/tex]
As x increases without bound, [tex]\cos \left( \frac{2}{x} \right) < 1[/tex], so:
[tex]\cos \left( \frac{2}{x} \right) - 1 < 0[/tex], breaking the absolute value, we have:
[tex]\forall x > \delta \ : \ - \cos \left( \frac{2}{x} \right) + 1 < \varepsilon[/tex]
[tex]\forall x > \delta \ : \ \cos \left( \frac{2}{x} \right) > 1 - \varepsilon[/tex]
Now, you can choose [tex]\varepsilon = \frac{1}{2}[/tex] as shmoe.
So we have:
[tex]\forall x > \delta \ : \ \cos \left( \frac{2}{x} \right) > 1 - \frac{1}{2} = \frac{1}{2}[/tex]
So we have:
[tex]\int_{\delta} ^ \infty \cos \left( \frac{2}{x} \right) dx > \int_\delta ^ \infty \frac{dx}{2}[/tex].
Does the integral [tex]\int_{\delta} ^ \infty \cos \left( \frac{2}{x} \right) dx[/tex] converge or diverge? :)
----------------------
Ok, it works just like series, we know that if the series:
[tex]\sum_{n = \alpha} ^ {\infty} a_n[/tex] converges then [tex]\lim_{n \rightarrow \infty} a_n = 0 , \ n \in \mathbb{N}[/tex].
So if: [tex]\int_{\alpha} ^ \infty f(x) dx[/tex] converges, then [tex]\lim_{x \rightarrow \infty} f(x) = 0[/tex]. :)
Note that the reverse is, however not true.
 
Last edited:
  • #17
Hammie said:
Why not expand it out as an infinite series, then integrate?
It can be shown that the first term diverges, and the remainder converges.
Why bother with FOTC at all?
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
3K
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K