Proving Convergence of an Infinite Series

AI Thread Summary
The discussion revolves around proving that the function f(x) = ∑(n=1 to ∞) (sin(nx)/(x+n^4)) approaches zero as x approaches infinity. Participants confirm that the series converges uniformly and absolutely for x > 0, with one suggesting the use of the comparison test. There is confusion regarding the implications of the absolute convergence of the series, particularly in relation to the sum of 1/n^4 not equating to zero. Another participant proposes using the integral test, noting that it not only confirms convergence but also demonstrates that the series approaches zero as x increases. The conversation highlights the importance of understanding convergence theorems in advanced calculus.
broegger
Messages
257
Reaction score
0
Okay, I have this function defined as an infinite series:

f(x) = \sum_{n=1}^{\infty}\frac{\sin(nx)}{x+n^4}​

which is converges uniformly and absolutely for x > 0. I have shown that f is continuous and has a derivative for x > 0. Now I have to show that f(x) \rightarrow 0 as x \rightarrow \infty. It's obvious that it is the case, but how do I prove it. I've tried putting 1/x outside the sum, but then I don't know about the remaining part. Any ideas?
 
Last edited:
Physics news on Phys.org
set f_n(x) = \frac{sin(nx)}{x+n^4}, then |f_n(x)| \leq \frac{1}{n^4} for all x>0
 
Hmm.. How does that show that f(x) -> 0 as x -> infinity?
 
broegger said:
Hmm.. How does that show that f(x) -> 0 as x -> infinity?
by the comparison test
 
lurflurf said:
by the comparison test

Maybe I'm a little slow here, but \sum_{n=1}^{\infty}\frac1{n^4} does not equal 0, so how come?
 
broegger said:
Maybe I'm a little slow here, but \sum_{n=1}^{\infty}\frac1{n^4} does not equal 0, so how come?
My mistake. Have you any theorems concerning the interchange of limits for uniformly convergent series?
 
No, I can't find any relevant theorems to apply. I'm lost at sea.
 
fourier jr said:
set f_n(x) = \frac{sin(nx)}{x+n^4}, then |f_n(x)| \leq \frac{1}{n^4} for all x>0

This series converges absolutely by the p-series test. I don't see why you have to look for any limits or to check it is decreases. If it comverges absolutely, then it converges.

Regards,

Nenad
 
f(x) = \frac{sin(x)}{x+1} + \sum_{n=2}^{\infty}\frac{\sin(nx)}{x+n^4}

This is clearly bounded by:

\frac{1}{x+1} + \int_{n=1}^\infty \frac{1}{x+n^4}\,\,dn

which can be shown to go to zero.

Carl
 
  • #10
isn't that a much harder way to do it though? & judging by brogger's other posts i would say he's in the standard advanced calculus course where you'd learn the usual tests for convergence. (like comparison)
 
  • #11
It's been a few decades, but I suppose that the integral test is still taught in freshman calculus. The advantage of using the integral test is that in addition to convergence, since the bounding integral goes to zero as x to infinity, you also get that the series goes to zero.

Carl
 

Similar threads

Back
Top