PDA

View Full Version : Math problem (analysis)


broegger
Apr21-05, 02:58 AM
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?

dextercioby
Apr21-05, 05:18 AM
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.

dextercioby
Apr21-05, 06:04 AM
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.

dextercioby
Apr21-05, 06:26 AM
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.

Hurkyl
Apr21-05, 06:43 AM
but what about the second term?

It's a function of N.

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

Hurkyl
Apr21-05, 06:44 AM
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?

saltydog
Apr21-05, 08:32 AM
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?

dextercioby
Apr21-05, 08:37 AM
Interesting.My ancient version of Maple returned a difference of psi functions of complex arguments multiplied with 1/(ix).


Daniel.

broegger
Apr21-05, 10:59 AM
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?

Hurkyl
Apr21-05, 03:49 PM
It's a finite sum.

Phoenix Assault
Apr21-05, 11:24 PM
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. :rofl:

cepheid
Apr21-05, 11:41 PM
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:

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?