How can Stirling's approximations be used to simplify a log equation?

  • Context: Graduate 
  • Thread starter Thread starter UniPhysics90
  • Start date Start date
  • Tags Tags
    Log
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
UniPhysics90
Messages
15
Reaction score
0
This is from a worked example involving using Stirlings approximations.

I have the log equation, where c<<1:

S=K(Nln(N)-cNln(cN)-N(1-c)ln(1-c))


In the next line of the example, this is simplified to

S=-kNcln(c)



I've tried a few ways of getting to this, but have had no success. I've tried making the last term 0, but still don't get the right answer.

Any help would be great :) Thanks
 
Mathematics news on Phys.org
First off, I think you're missing a factor of N inside the last logarithm. I.e., your expression (aside from the Boltzmann constant) is

[tex]N\ln N - cN\ln(cN) - N(1-c)\ln(N(1-c))[/tex]

From there a bunch of stuff should cancel, leaving you with

[tex]-Nc\ln c - N(1-c)\ln(1-c)[/tex].

Using the fact that c is small, you can show that the first term is much larger than the other term, hence you can neglect the other term.