Does factoring out 1/n² make a divergent geometric series valid?

  • Thread starter Thread starter iRaid
  • Start date Start date
  • Tags Tags
    Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
iRaid
Messages
558
Reaction score
8

Homework Statement


Well I have a series that I solved one way, but my professor solved another and I'm wondering if my way is ok.
[tex]\sum\limits_{n=1}^\infty \frac{(-5)^{2n}}{n^{2}9^{n}}[/tex]

Homework Equations





The Attempt at a Solution


Alright well I started out by changing it to:
[tex]\sum\limits_{n=1}^\infty \frac{1}{n^{2}}(\frac{(-5)^{2n}}{9^{n}})=\sum\limits_{n=1}^\infty \frac{1}{n^{2}}(\frac{25}{9})^{n}[/tex]

So I concluded since the second part is a geometric series with r>1, it's divergent.

Is this allowed?
 
Physics news on Phys.org
Your manipulations are legal, but how do you conclude that just because the "second part" of the series is divergent, that the entire series is divergent. There is, after all, a factor of [itex]\frac{1}{n^2}[/itex] that reduces each term. You could look at long term behavior of the terms however and note that [itex]\displaystyle\lim_{n\rightarrow \infty} {\frac{(\frac{25}{9})^n}{n^2}} = \infty[/itex].
 
HS-Scientist said:
Your manipulations are legal, but how do you conclude that just because the "second part" of the series is divergent, that the entire series is divergent. There is, after all, a factor of [itex]\frac{1}{n^2}[/itex] that reduces each term. You could look at long term behavior of the terms however and note that [itex]\displaystyle\lim_{n\rightarrow \infty} {\frac{(\frac{25}{9})^n}{n^2}} = \infty[/itex].

Very interesting, never thought about doing that. Could of just done the standard ratio test, which I think would work out easier, but hey this is a good way to do this problem I think.

Thanks.