Finding the Upper Bound for a Convergent Series: A Comparison Method

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
IniquiTrance
Messages
185
Reaction score
0

Homework Statement



I need to show that:

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

converges. I know I can compare it with the larger convergent geometric series:

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

Which is larger for all terms for n> 13.

My question is, I found this "13" through trial and error. Is there any concrete way of determining when bn becomes larger than nc?

Thanks!

Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
You could use induction to show that it works for all n>13. However, using the ratio test or root test would be much easier for this series.
 
Yeah the problem actually asks me to put an upper bound on Sn, so I needed to compare it to a geometric series with a known sum. So trial and error is the only way to go to get that 13?
 
Finding that 13 by trial and error isn't important; what is important is that you can show that it's true for n>13.
 
But I need to know at which point it becomes true to collect a partial sum...
 
Ok, so basically the problem asks me to place an upper bound on:

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

So what I did was use this:

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

as my bound.

Is there a more methodical way than trial and error to figure out at which point the geomtric series is larger than the original one?