QUESTION: Interval of Convergens for a series

  • Thread starter Thread starter Hummingbird25
  • Start date Start date
  • Tags Tags
    Interval Series
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
Hummingbird25
Messages
84
Reaction score
0
Hi

I have this series here

[tex]\sum_{n=1} ^{\infty} \frac{1}{x^2+n^2}[/tex]

I need to show that the Radius of convergens [tex]R = \infty[/tex] and the interval of convergens therefore is [tex](- \infty, \infty)[/tex]

My question is to do this don't I use the ratio-test?

Sincerely Yours

Hummingbird25
 
Last edited:
Physics news on Phys.org
a_n is the nth term, so:

[tex]\left| \frac{a_{n+1}}{a_n} \right | = \left| \frac{1}{x^2+(n+1)^2} \cdot \frac{x^2+n^2}{1} \right |[/tex]

However, this goes to 1 as n goes to inifinity so this really doesn't help you. What you probably want to do is use comparison test with 1/n^2 to show that it converges for any x.
 
Last edited:
Hi and thanks for Your answer,

[tex]\sum_{n=1} ^{\infty} \frac{1}{x^2+n^2}[/tex]

Then by the comparison test:

[tex]\frac{1}{x^2 + n^2} < \frac{1}{n^2}[/tex] ??

Sincerely

Hummingbird25

eok20 said:
a_n is the nth term, so:

[tex]\left| \frac{a_{n+1}}{a_n} \right | = \left| \frac{1}{x^2+(n+1)^2} \cdot \frac{x^2+n^2}{1} \right |[/tex]

However, this goes to 1 as n goes to inifinity so this really doesn't help you. What you probably want to do is use comparison test with 1/n^2 to show that it converges for any x.
 
Hummingbird25 said:
Then by the comparison test:

[tex]\frac{1}{x^2 + n^2} < \frac{1}{n^2}[/tex] ??
Thats right, and since [tex]\sum_{n=1} ^{\infty} \frac{1}{n^2}[/tex] converges (by p-series), [tex]\sum_{n=1} ^{\infty} \frac{1}{x^2+n^2}[/tex] converges since every term is smaller.