What is the appropriate way to simplify such an expression. i am unsure of how to use the series i know to apply to this situation
$$\sum_{L=0}^{M}s^{L}L^{2}$$
do i modify such a series as power series, or is there a more efficient series to use here?
thank you very much!!
Try to make the inner expression look like a derivative: $$ \begin{align} \sum_{L=0}^M\left(Ls^{L-1}\right)sL & =s\sum_{L=0}^M\left(\partial_ss^L\right)L\\ & =s\partial_s\sum_{L=0}^Ms^LL\\ & =s\partial_s\sum_{L=0}^M\left(Ls^{L-1}\right)s\\ & =s\partial_s\left(s\sum_{L=0}^M\left(Ls^{L-1}\right)\right)\\ & =s\partial_s\left(s\sum_{L=0}^M\partial_ss^L\right)\\ & =s\partial_s\left(s\partial_s\sum_{L=0}^Ms^L\right)\\ & =s\partial_s\left(s\partial_s\frac{s^{M+1}-1}{s-1}\right)\\ \end{align}$$ Now just take it from here, simplifying from the inside out.