Wednesday, March 2, 2016

Sum up the series: suminftyk=1kak(1a)=fraca1a




How can I show that





k=1kak(1a)=a1a




I tried to integrate the series, but that did not help me.


Answer



S=a(1a)+2a2(1a)+3a3(1a)++



aS=a2(1a)+2a3(1a)+3a4(1a)++




(1)(2) gives



(1a)S=a(1a)+a2(1a)+a3(1a)++



(1a)S=a(1a)[1+a+a2+a3+]



(1a)S=a(1a).11a=a



S=a1a


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...