Monday, April 16, 2018

sequences and series - Proof of the formula 1+x+x2+x3+cdots+xn=fracxn+11x1





Proof to the formula 1+x+x2+x3++xn=xn+11x1.


Answer



Let S=1+x+x2+...+xn. Then, xS=x+x2+...+xn+1=1+x+x2+...+xn+(xn+11)=S+xn+11. So, xSS=xn+11. So, S=xn+11x1. (The exponent of the x in the numerator of the RHS should be n+1 not n).


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