Why does the series Taylor expand as e^-nx?

  • Thread starter Thread starter unscientific
  • Start date Start date
  • Tags Tags
    Expansion
unscientific
1,728
13
In this section, they derive the Sommerfeld formula.

In the first step it seems like they have expanded . I'm not sure why does the series taylor expand as ?

Also how did they get from the 2nd to the 3rd step?

Simply by comparing terms we see they are different:

For 2nd step we get terms of .
For 3rd step we get terms of

11j2jwi.jpg
 
Physics news on Phys.org
Yeah in the second step it needs to be multiplied by -1 and the e^x should be e^(-x) instead.

To get the expansion, you could write \frac{1}{(1+e^x)^2} as \frac{e^{-2x}}{(1+e^{-x})^2}. Then you could do the binomial series expansion on it, or you could write it out using the geometric series formula, which gives \frac{e^{-2x}}{(1+e^{-x})^2}=e^{-2x}(1-e^{-x}+e^{-2x}-e^{-3x}+...)^2. Collecting the terms that come from squaring it, you get the appropriate formula.
 
chingel said:
... \frac{e^{-2x}}{(1+e^{-x})^2}=e^{-2x}(1-e^{-x}+e^{-2x}-e^{-3x}+...)^2. Collecting the terms that come from squaring it, you get the appropriate formula.

Collecting the terms give the right terms, but how did they obtain a general expression ?
 
To expand , do it in terms of .
\frac{1}{1 + y} = \sum{(-1)^n y^n}
Differentiate both sides wrt :
- \frac{1}{(1 + y)^2} = \sum{(-1)^n n y^{n-1}} = \sum{(-1)^{n+1} (n+1) y^n}
 
Last edited by a moderator:
  • Like
Likes 1 person
Bill_K said:
To expand ##\frac{1}{(1 + e^{-x})^2}##, do it in terms of ##y = e^{-x}##.
\frac{1}{1 + y} = \sum{(-1)^n y^n}
Differentiate both sides wrt ##y##:
- \frac{1}{(1 + y)^2} = \sum{(-1)^n n y^{n-1}} = \sum{(-1)^{n+1} (n+1) y^n}

Actually I think it's instead:

Starting, LHS is simply geometric series with factor :

\frac{1}{1+e^x} = \sum (-1)^n e^{-nx}

Differentiating both sides with respect to x,

-\frac{e^x}{(1+e^x)^2} = -\sum (-1)^{n+1} n e^{-nx}

\frac{e^x}{(1+e^x)^2} = \sum (-1)^{n+1} n e^{-nx}

This leads to the answer immediately.
 
Back
Top