Proving the Convergence of a Math Function: A Step-by-Step Analysis

  • Thread starter Thread starter broegger
  • Start date Start date
  • Tags Tags
    Analysis
AI Thread Summary
The discussion focuses on proving that the function f(x) = ∑(1/(x²+n²)) tends to 0 as x approaches infinity. Participants highlight the importance of analyzing the two components of the inequality provided, where the first term approaches 0 as x increases, while the second term, a sum over n, is questioned regarding its behavior. The function is noted to be continuous and decreasing on the positive axis, leading to the conclusion that the limit must be zero. There is some confusion about the role of N in the limit process and how it interacts with the terms of the function. Ultimately, the consensus is that as x increases, the overall sum converges to zero.
broegger
Messages
257
Reaction score
0
Hi,

I have to show that the function

f(x) = \sum_{n=1}^{\infty}\frac1{x^2+n^2}​

tends to 0 as x \rightarrow \infty, i.e. \lim_{x\rightarrow\infty}f(x) = 0. How can I do this?

There is a hint that says I should use the inequality f(x) \leq \sum_{n=1}^N\tfrac1{x^2+n^2} + \sum_{n=N+1}^\infty\tfrac1{n^2}. It is obvious that the first term approaches 0 as x \rightarrow \infty, but what about the second term?
 
Physics news on Phys.org
How do you know that?

How do you know that

\lim_{x\rightarrow +\infty}\sum_{n=1}^{N}\frac{1}{x^{2}+n^{2}}=? 0

My Maple says it's undefined,as well as the initial limit...


Daniel.
 
Denote the initial limit by F =:\lim_{x\rightarrow +\infty} f(x)

U can show that f(0)=\zeta\left(2\right)=\frac{\pi^{2}}{6} and \forall x\in\mathbb{R}, f(x)\leq f(0).

Daniel.
 
I've looked at the graph and the function quicky goes to 0 as "x" increases.

It's continuous everywhere on \mathbb{R} and has the derivative

f'(x)=\sum_{n=1}^{\infty}\left(-\frac{2x}{\left(x^{2}+n^{2}\right)^{2}}\right)

which is negative on the positive semiaxis.Therefore the function decreases continuously on the positive semiaxis.Since it's continuous,even and strictly positive,the asymptotic limits have to be zero.

Looking forward for critique.

Daniel.
 
but what about the second term?

It's a function of N.

(Notice that f(x) is not a function of N...)
 
Therefore the function decreases continuously on the positive semiaxis.Since it's continuous,even and strictly positive,the asymptotic limits have to be zero.

Why wouldn't the asymptotic limit be 1/10, or π4/792?
 
You know what, I would give a whole dollar if someone could explain to me why:

\sum_{n=1}^{\infty}\frac{1}{a^2+n^2}=\frac{a\pi Coth[a\pi]-1}{2a^2}

This is what Mathematica returns and I don't wish to suggest using Mathemtaica to prove things but I don't know how to prove the original question, and in my attempts to learn how, I've reduced it to the above. Now, you know what happens to the RHS as a goes to infinity right?
 
Interesting.My ancient version of Maple returned a difference of psi functions of complex arguments multiplied with 1/(ix).


Daniel.
 
Hurkyl said:
It's a function of N.

(Notice that f(x) is not a function of N...)

I can let N -> infinity and thereby make the second term vanish but then what about the first term which also depends on N?
 
  • #10
It's a finite sum.
 
  • #11
Hey in response to your question, I have observed that it's very easy to tell that the sum tends to 0 as n goes to infinity. As n^2 gets large, the x^2 term gets very large too at the same rate. Any # with an inreasing denominator decreases in value, therefore the total sum goes to zero. :smile:
 
Last edited:
  • #12
Phoenix Assault said:
Hey in response to your question, I have observed that it's very easy to tell that the sum tends to 0 as n goes to infinity.

"n" is not what is tending to infinity here. "x" is, as far as I can see. But even it it were n doing the increasing, the following still makes no sense:

Phoenix Assault said:
As n^2 gets large, the x^2 term gets very large too at the same rate.

Why? How does the value of n affect x in any way?
 
Back
Top