1

Let $G:[0,1] → R$ be given by:

$G(s)= \sum s^n$ (this sum is from $0$ to $\infty$)

I have to evaluate $G'(s)$ in two different ways:

  1. Differentiate the terms in the sum terms by term.
  2. Sum the series on the right hand side of equation and then differentiate the sum.

Then by equating the two answers show that:

$\sum ns^{n-1}$ (this sum is from $1$ to $\infty$) = $\frac {1}{(1-s)^2}$

I feel silly for not knowing exactly how to do this, anyway what I have done is:

  1. $\sum ns^{n-1}$ (this sum is from $1$ to $\infty$)
  2. Differential of $\frac {1}{1-s}$ is $\frac {1}{(1-s)^2}$
Rich A
  • 11

1 Answers1

2

$\frac{1}{1-s}=(1-s)^{-1}$. Differentiate with the chain rule, as $(-1)(1-s)^{-2}(-1)=\frac{1}{(1-s)^2}$. One -1 comes from the exponent, one comes from the derivative of $1-s$.

vadim123
  • 82,796