'Unusual' mathematical step in integration

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
jdbbou
Messages
4
Reaction score
0
I'm following a derivation in my lecture notes of total average particle number in an ideal classical gas (statistical physics approach). I follow it to the line (though the specific terms don't matter):
[tex]\left<N\right> = e^{\mu/\tau} \frac{\pi}{2} \int_0^\infty \left(n \,dn \,e^{- \frac{\hbar^2 \pi^2}{2m L^2 \tau} n^2} \right)[/tex]
at which point, the substitution [itex]n \, dn = \frac{1}{2} d(n^2)[/itex] is made. I've never seen a substitution like this before and don't understand how it is a valid mathematical step. It's as if the [itex]n[/itex] alone has been integrated, without concern for any integration by parts, and the differential term has spontaneously changed to [itex]d(n^2)[/itex]? I can't figure out how this could result from a u-substitution. I expect I'm missing something obvious.

Can anyone tell me the name of this manipulation, or give me some intuition as to why this step is valid?
 
Physics news on Phys.org
Its just a change of variables ## n -> y=f(n)=n^2/2## or ##n= \sqrt{2y}##. So ##dn=(d2\sqrt{y}/dy) dy= 1/n dy## or ##ndn=dy##.