lakshya91
- 3
- 0
sum up the series :
1/(1.3.5)+1/(3.5.7)+1/(5.7.9)+.......n terms.
1/(1.3.5)+1/(3.5.7)+1/(5.7.9)+.......n terms.
Dickfore said:The general term of the series is:
<br /> a_{n} = \frac{1}{(2 n - 1)(2 n + 1)(2 n + 3)}, \ n \ge 1<br />
It can be represented in terms of partial fractions:
<br /> a_{n} = \frac{A}{2 n - 1} + \frac{B}{2 n + 1} + \frac{C}{2 n + 3}<br />
Find A, B and C!
After you do that, notice that the denominator of the second term is just that of the first term evaluated for n + 1 and the third is for n + 2. You can use some trick after that which is pretty common to simplify the n-th partial sum of the series
<br /> S_{n} = \sum_{k = 1}^{n} {a_{k}}, \ n \ge 1<br />
lakshya91 said:hey, i tried this way but it does not worked out for me or may be i do not grasp your solution. Please give me a detailed solution