- The series ∑∞n=114n2−1 telescopes. Find a simple formula for the kth partial sum Sk, and use it to determine whether the series converges. If it converges, find its value.
I've mostly tried to intuit my way through. Calculating the partial sums to several degrees by varying n, I got 13+115+135+163+199+⋯
I computed the first few multiplicative differences between the values and saw that 13 was multiplied by 15 to get 115, 115 by 37, 135 by 711.
I see that both the denominator and the numerator of the multiplier is increasing by two each time. So I see that it is certainly converging. But I cannot quite put the pieces together on the formula. Any help?
Answer
Basically the telescoping technique is like this: You have a sequence a1,a2,⋯,an⋯. You find a sequence b1,b2,⋯,bn⋯ such that ak=bk−bk+1. So summing ak would be like summing
n∑k=1ak=n∑k=1(bk−bk+1)=b1−b2+b2−b3+b3−b4⋯+bn−bn+1.
You can see here that the terms −b2+b2, −b3+b3 etc. vanish when you sum. So you only have to pick up the first and the last term:
n∑k=1ak=n∑k=1bk−bk+1=b1−bn+1.
So what you need to do here is to find bn such that 14n2−1=bn−bn+1.
No comments:
Post a Comment