Calculating the Limit of an Einstein Solid Specific Heat

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Amok
Messages
254
Reaction score
1
So, I can't really find this limit:

[tex]\lim_{T \to \infty} \ 3Nk {(\epsilon/kT)}^2 \frac{e^{(\epsilon/kT)}}{{(e^{(\epsilon/kT)}-1)}^2}[/tex]

This is actually the formula for the specific heat of an Einstein solid, which is pretty easy to derive but I haven't been able to calculate the limit to show it becomes Dulong-Petit at height temperatures. Maybe I've been missing something simple... I don't see how you could use l'Hopital's rule.

note: I wasn't sure whether I should post this in one of the physics forums, but I figured it's more of a calculus problem at this point.
 
Last edited:
Physics news on Phys.org
I think you can use L'Hôpital's rule. First of all, I made the change of variables
[tex] y = \frac{\epsilon}{kT}[/tex]
so that [itex]y \to 0[/itex] as [itex]T \to \infty[/itex]. This yields
[tex] \lim_{y \to 0} 3Nk\frac{y^2 e^y}{(e^y - 1)^2}[/tex]
which is of the form [itex]\frac{0}{0}[/itex]. Using L'Hôpital's rule, this equals
[tex] \lim_{y \to 0} 3Nk \frac{2y e^y + y^2 e^y}{2(e^y -1)e^y} = 3Nk \lim_{y \to 0} \frac{2y + y^2}{2e^y -2}[/tex]
which is once again of the form [itex]\frac{0}{0}[/itex]. Applying LH again, we get
[tex] 3Nk \lim_{y \to 0} \frac{2 + 2y}{2 e^y} = 3Nk \lim_{y \to 0} \frac{y +1}{e^y} = 3Nk \frac{0 +1}{1} = 3Nk[/tex]

I hope this helps: hopefully I didn't make any mistakes!
 
spamiam said:
I think you can use L'Hôpital's rule. First of all, I made the change of variables
[tex] y = \frac{\epsilon}{kT}[/tex]
so that [itex]y \to 0[/itex] as [itex]T \to \infty[/itex]. This yields
[tex] \lim_{y \to 0} 3Nk\frac{y^2 e^y}{(e^y - 1)^2}[/tex]
which is of the form [itex]\frac{0}{0}[/itex]. Using L'Hôpital's rule, this equals
[tex] \lim_{y \to 0} 3Nk \frac{2y e^y + y^2 e^y}{2(e^y -1)e^y} = 3Nk \lim_{y \to 0} \frac{2y + y^2}{2e^y -2}[/tex]
which is once again of the form [itex]\frac{0}{0}[/itex]. Applying LH again, we get
[tex] 3Nk \lim_{y \to 0} \frac{2 + 2y}{2 e^y} = 3Nk \lim_{y \to 0} \frac{y +1}{e^y} = 3Nk \frac{0 +1}{1} = 3Nk[/tex]

I hope this helps: hopefully I didn't make any mistakes!

That makes perfect sense. For some reason I forgot that there is also an inverse exponential in the numerator (I was thinking it was just an exponential). Thanks a bunch dude.