SpicyPepper
- 20
- 0
Homework Statement
This is a problem in my book, and the answer is in the back. Unfortunately I can't solve it.
If the nth partial sum of a series \sum a_{n} n=1 to infinity is
s_{n} = (n - 1) / (n + 1)
find a_{n} and \Sigma a_{n} n=1 to infinity
Homework Equations
a_{n} = s_{n} - s_{n-1}
The Attempt at a Solution
I used the equation above to get a_{n} = 2/(n(n+1))
To get the sum, I wrote out the sequence after I figured out:
2/(n(n+1)) = 2/n - 2/(n+1)
so
= lim n->infinity (2/1 - 2/2) + (2/2 - 2/3) + (2/3 - 2/4) + ... + (2/n - 2/(n+1))
= lim n->infty 2/1 - 2(n+1)
= 2
But the answer for the sum is 1.