Solving Derivative Problem with Summation Function

  • Thread starter Thread starter Moneer81
  • Start date Start date
  • Tags Tags
    Derivative
Moneer81
Messages
158
Reaction score
2
Hello,
I was trying to take the derivative of the following summation function:
f(\varepsilon)=\sum_{n=0}^\infty e^ \frac {-n\varepsilon} {kT}

so since the derivative of an exponential function that is raised to a power and that power is function will just be the function itself times the derivative of the power, I figured that the answer would be"

\frac {df}{d\varepsilon} = \sum_{n=0}^\infty (\frac{-n}{kT}) . e^ \frac {-n\varepsilon}{kT}

and then of course we can take the constants outside the summation

but to my surprise, the book did it this way:

\frac {df}{d\varepsilon} = \sum_{n=1}^\infty (\frac{n}{kT}) . e^ \frac {-n\varepsilon}{kT}

so my question is how did the lower limit change from n=0 to n=1 and where did the minus sign (-n/kT) go? do these two have something to do with each other?

thanks a lot
 
Last edited:
Physics news on Phys.org
Well, when n is 0 the term is 0 so that explains the limit change.
 
actually I knew about the lower limit of the summation I don't know why I still asked the question :)

do you know where the minus sign went though ?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top