- #1
- 1,666
- 2
I'm not exactly sure what to do. Sn is the harmonic series. It diverges.
http://i111.photobucket.com/albums/n149/camarolt4z28/Untitled-1.png
http://i111.photobucket.com/albums/n149/camarolt4z28/Untitled-1.png
I'm not exactly sure what to do. Sn is the harmonic series. It diverges.
http://i111.photobucket.com/albums/n149/camarolt4z28/Untitled-1.png
Both of the sums shown in the linked-to image are finite sums.Well, I realized that Sn - Sn+1 = S the first series. If I multiply that by 2 I get the sum identity inverse.
So, he's wanting an expression for the finite sum? I suspected it was finite, but I wasn't sure.
Terms would cancel in that difference. The first series is a telescoping series.
It simplifies to 1 - (1/n+1) for some n.
Both of the sums shown in the linked-to image are finite sums.
You don't have the parentheses in the right places. This should be 1 - 1/(n+1).
Based on the photo you uploaded, the question has nothing to do with limits. It could be that this is asked for in the problem itself, but it looks to me like what they're asking you to do is find Sn = 1 + 1/2 + 1/3 + ... + 1/n, which I say again, is a finite sum.Yeah, I have 1 - 1/(n+1) on my paper. If you take the limit as n goes to infinity it tends to 1. Since n does not go to infinity, then you have the expression for some finite n.
Based on the photo you uploaded, the question has nothing to do with limits. It could be that this is asked for in the problem itself, but it looks to me like what they're asking you to do is find Sn = 1 + 1/2 + 1/3 + ... + 1/n, which I say again, is a finite sum.
Sn - Sn+1 = 1 - 1/(n+1).
This is incorrect - the left side is negative and the right side is close to 1 (hence positive).
Hint: Expand [itex]\frac 1 {n(n+1)}[/itex] into partial fractions.
Yes.Are you sure about that?
Sn - Sn+1 = (1 + 1/2 + 1/3 + ... + 1/n) - (1/2 + 1/3 + ... + 1/n + 1(n+1)) = 1 - 1/(n+1).
?If I write this in partial fractions I get
1 = A(n+1) + Bn
If I continue, I don't get a nice expression.
Yes.
The expression you have for Sn+1 is wrong because it is missing a term. Sn is a sum of n terms, while Sn+1 is a sum of n + 1 terms. Sn - Sn+1 < 0.
?
The equation above is an identity that must be true for all n. That means that the polynomial on the left has to be identically equal to the one on the right.
Grouping by powers of n gives
1 = (A + B)n + A
More suggestively, this is
0n + 1 = (A + B)n + A
Yes, that's better. Now, do you understand how all this ties into the real problem?
Namely, finding the sum
[tex]\frac{1}{1 \cdot 2} + \frac{2}{2 \cdot 3} + \frac{3}{3 \cdot 4} + ... + \frac{n}{n \cdot (n + 1)}[/tex]
The whole business of partial fraction decomposition is intended to help you rewrite the individual terms in the sum above.
Yes, that's better. Now, do you understand how all this ties into the real problem?
Namely, finding the sum
[tex]\frac{1}{1 \cdot 2} + \frac{2}{2 \cdot 3} + \frac{3}{3 \cdot 4} + ... + \frac{n}{n \cdot (n + 1)}[/tex]
The whole business of partial fraction decomposition is intended to help you rewrite the individual terms in the sum above.
How are you getting this?Maybe.
S = 2Sn - Sn+1
How are you getting this?
I worked this problem using the suggested hint and have something completely different for S.
One thing that bothers about the problem statement is their confusing use of S and Sn to represent unrelated things. For example, in the problem it is given that
[tex]S = \frac{1}{1 \cdot 2} + \frac{2}{2 \cdot 3} + \frac{3}{3 \cdot 4} + ... + \frac{n}{n \cdot (n + 1)}[/tex]
Later on, they have Sn = 1 + 1/2 + 1/3 + ... + 1/n. For this latter sum, they should have used a different letter altogether, maybe Hn.
Then lets' not give names to 1 + 1/2 + ... + 1/n and 1 + 1/2 + ... + 1/n + 1/(n+1). And let's reserve Sn to mean the first n terms of the original sum. IOW,
[tex]S_n = \frac{1}{1 \cdot 2} + \frac{2}{2 \cdot 3} + \frac{3}{3 \cdot 4} + ... + \frac{n}{n \cdot (n + 1)}[/tex]
As I see it, you aren't making the connection between the partial fractions business and the terms in this series. The partial fractions decomposition you did says that 1/(n(n+1)) = 1/n - 1/(n + 1).
Apply this formula to each term in the sum above to get a formula for Sn
This thread has gotten so bollixed up I can't tell whether Shackleford has solved the problem or not. The original sum was
[tex]\sum_{k=1}^n \frac 1 {k(k+1)} = \sum_{k=1}^n \left(\frac 1 {k}-\frac 1 {1+k}\right)[/tex]
Just write that out and cancel what you can and it's done.
That's the sum I interpreted initially.
You get 1 - 1/(n+1), right?
And using partial fractions you show that the above equals the desired series.