Thursday, May 31, 2018

algebra precalculus - How to find the sum of the series by treating deonominator so that to split fraction frac1a1a2a3+frac1a2a3a4+......

This is a series in A.P ( Arithmetic Progression )



1a1a2+1a2a3+1a3a4+.......1anan+1 ( where a1,a2,a3..... are terms in A.P.)



When we do sum of such series then we use the common difference concept to split the denominator in two parts so that one part is negative and other is positive i.e.




1d[a2a1a1a2+a3a2a2a3+........anan+1anan+1 ] ( where d is common difference which is further equal to the difference of two consecutive terms)



=1d[1a11a2+1a21a3+........1an1an+1] which after adding the series give us



1d[1a1+1an+1] = 1d[an+1+a1a1an+1] ( here an+1 is the (n+1)th term ]



My question is do we have some method with the help of which we can split the following series ( which is in Arithmetic progression) ...



1a1a2a3+1a2a3a4+1a3a4a5+.......1anan+1an+2




If yes....then please suggest that method... thanks

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...