Thursday, May 23, 2019

sequences and series - Why suminftyk=0qk sum is frac11q when |q|<1


Why is the infinite sum of k=0qk=11q when |q|<1


I don't understand how the 11q got calculated. I am not a math expert so I am looking for an easy to understand explanation.


Answer




By definition you have +k=0qk=lim Notice now that (1-q)S_n=(1-q)(1+q+q^2+\dots+q^n)=1-q^{n+1}; so dividing both sides by 1-q (in order to do this, you must be careful only to have 1-q\neq0, i.e. q\neq1) we immediately get S_n=\frac{1-q^{n+1}}{1-q}. If you now pass to the limit in the above expression, when |q|<1, it's clear that S_n\stackrel{n\to+\infty}{\longrightarrow}\frac1{1-q}\;\;, as requested. To get this last result, you should be confident with limits, and know that \lim_{n\to+\infty}q^n=0 when |q|<1.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...