Author |
Topic: Evaluate Sum (Read 1699 times) |
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
The dewdrop slides into the shining Sea
Gender:
Posts: 4489
|
|
Evaluate Sum
« on: Jul 22nd, 2010, 5:55pm » |
Quote Modify
|
Evaluate for k = 1 to 1/k(n + 1)
|
|
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
Immanuel_Bonfils
Junior Member
Posts: 114
|
|
Re: Evaluate Sum
« Reply #1 on: Jul 23rd, 2010, 5:41am » |
Quote Modify
|
Is n+1 a constant factor in the denominator? In that case it 'll divide an harmonic series that diverges to + \infinity (I couldn't get to the symbos "facilities")
|
|
IP Logged |
|
|
|
0.999...
Full Member
Gender:
Posts: 156
|
|
Re: Evaluate Sum
« Reply #2 on: Jul 23rd, 2010, 5:46am » |
Quote Modify
|
If instead we are summing over 1/(k^2+k) then the sum will be 1 after making it into a telescoping series.
|
|
IP Logged |
|
|
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
The dewdrop slides into the shining Sea
Gender:
Posts: 4489
|
|
Re: Evaluate Sum
« Reply #3 on: Jul 23rd, 2010, 3:17pm » |
Quote Modify
|
Sorry, major typo! That should have been: Evaluate for k = 1 to 1/[k(n + k)] Stilll not that difficult.
|
|
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
0.999...
Full Member
Gender:
Posts: 156
|
|
Re: Evaluate Sum
« Reply #4 on: Jul 24th, 2010, 4:23pm » |
Quote Modify
|
It is easily seen that by the comparison test the sum is absolutely convergent for n >= 0. For n = 0, it evaluates as a special case (AFAIK) to 2/6 For n > 0, we shall split each term into 1/n(1/k-1/(n+k)). And since the series is absolutely convergent, we may rearrange the terms like so: 1/n[H(n) + (1/(n+1)-1/(n+1))+(1/(n+2)-1/(n+2))+...] = 1/n*H(n) where H(n) is the harmonic sum from 1 to n. In the scope of the problem, I do not see a means of further simplifying the result.
|
« Last Edit: Jul 24th, 2010, 7:48pm by 0.999... » |
IP Logged |
|
|
|
|