Summation Problem: Evaluate k2-k+1/k(k-1)

  • Thread starter Thread starter darkvalentine
  • Start date Start date
  • Tags Tags
    Summation
darkvalentine
Messages
11
Reaction score
0

Homework Statement


Evaluate: Sum[k2-k+1/k(k-1),{k,2,infinity}]

Homework Equations


The Attempt at a Solution


k2-k+1/k(k-1) can be written as k/(k-1) - 1/k, but then I get stuck because when n->infinity, the sum is divergent.
 
Physics news on Phys.org
Your notation is slightly ambiguous.

If this is your problem:
http://www.wolframalpha.com/input/?i=Sum+k^2-k%2B1/k(k-1)+from+2+to+infinity
then yes it diverges.
 
If the general term is

<br /> \frac{k^2 - k + 1}{k(k-1)}<br />

the key is that numerator and denominator are polynomials of the same degree: what is the limit of this term (not the sum, just this term) as k \to \infty?
 
statdad said:
If the general term is

<br /> \frac{k^2 - k + 1}{k(k-1)}<br />

the key is that numerator and denominator are polynomials of the same degree: what is the limit of this term (not the sum, just this term) as k \to \infty?

Thanks for input sir,
The limit of the term above when k->infinity is 1, but can I conclude that the lim(the sum above, k->infinity) = 1 also?
 
Now that I know what problem you need answer to I can give an answer. Instead of writing k2-k+1/k(k-1) write (k^2-k+1)/(k(k-1)) because the first one is not the same as the second one.

If you have
\sum_{n=0}^\infty a_n
there is a specific property that a_n needs to have when n \to \infty for the sum to converge. Does your a_n have this?

Tip: you just showed that it didn't.
 
darkvalentine said:
Thanks for input sir,
The limit of the term above when k->infinity is 1, but can I conclude that the lim(the sum above, k->infinity) = 1 also?

Are you familiar with the limit comparison test? If so compare it to Bn = 1. This should also make it apparent that for ΣAn to converge it must be the case that: An → 0 as n → ∞
 
As others have noted, you know that the general term does not go to zero. What does that alone say about the series' convergence?
 
Thanks guy, I think I figure it out ))
 
Back
Top