Could you please help me to calculate this finite sum ? \begin{align} S=\sum _{n=1}^{\text{Nmax}} n*P^n \end{align} where $P\leq 1$ and $\text{Nmax}>1$.
2026-04-04 02:31:13.1775269873
How could I calculate this sum of series
148 Views Asked by user17762 https://math.techqa.club/user/user17762/detail At
2
$$S=P.\sum_{n=1}^N nP^{n-1}=P.\frac{d}{dP}\sum_{n=1}^NP^n=P.\frac{d}{dP}\frac{P(1-P^N)}{1-P}$$ So $$S=\frac{(1-P)(1-(N+1)P^N)+P(1-P^N)}{(1-P)^2}$$
Simplify to get the answer.
Another way to do this ( and this does not need derivatives ) is
$$S=1.P+2.P^2+3.P^3\cdots +(N-1)P^{N-1}+N.P^N$$ Now $$S.P=1.P^2+2.P^3\cdots+(N-1)P^N+(N+1)P^{N+1}$$ So $$S-SP=P+P^2+P^3+\cdots+P^N+(N+1)P^{N+1}$$ Which implies $$S(1-P)=\frac{P(1-P^N)}{1-P}+(N+1)P^{N+1}$$ Now simplify to get the value of $S$