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.
The discussion centers around the sum of a series defined by the terms 1/(1.3.5) + 1/(3.5.7) + 1/(5.7.9) and so forth, focusing on finding a general term and methods for summation. The scope includes mathematical reasoning and exploration of series convergence.
There is no consensus on the method of solving the series, as one participant struggles with the proposed approach while another seeks clarification on the constants involved in the partial fractions.
The discussion does not clarify the specific values of A, B, and C, nor does it resolve the method for summing the series. The participants' understanding of the telescoping nature of the series remains unverified.
Dickfore said:The general term of the series is:
[tex] a_{n} = \frac{1}{(2 n - 1)(2 n + 1)(2 n + 3)}, \ n \ge 1[/tex]
It can be represented in terms of partial fractions:
[tex] a_{n} = \frac{A}{2 n - 1} + \frac{B}{2 n + 1} + \frac{C}{2 n + 3}[/tex]
Find [itex]A[/itex], [itex]B[/itex] and [itex]C[/itex]!
After you do that, notice that the denominator of the second term is just that of the first term evaluated for [itex]n + 1[/itex] and the third is for [itex]n + 2[/itex]. You can use some trick after that which is pretty common to simplify the n-th partial sum of the series
[tex] S_{n} = \sum_{k = 1}^{n} {a_{k}}, \ n \ge 1[/tex]
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