Help limits

Can someone please prove that

limNN!(N+m2)!(Nm2)!=2Nem22N\lim _{ N \to \infty }{ \frac { N! }{ \left( \frac { N+m }{ 2 } \right) !\left( \frac { N-m }{ 2 } \right) ! } \quad } =\quad { 2 }^{ N }{ e }^{ -\frac { { m }^{ 2 } }{ 2N } }

I tried to use strilings approximation (simple form) and arrived here

limNN!(N+m2)!(Nm2)!NNeNe(N+m)/2+(Nm)/22N+m)/2+(Nm)/2(N+m)(N+m)/2(Nm)(Nm)/2=2NNN(N+m)(N+m)/2(Nm)(Nm)/2 \displaystyle\lim _{ N \to \infty }{ \frac { N! }{ \left( \frac { N+m }{ 2 } \right) !\left( \frac { N-m }{ 2 } \right) ! } \quad } \simeq \quad \frac { { N }^{ N } }{ { e }^{ N } } \frac { { e }^{ (N+m)/2\quad +\quad (N-m)/2 }{ 2 }^{ N+m)/2\quad +\quad (N-m)/2 } }{ { (N+m) }^{ (N+m)/2 }\left( N-m \right) ^{ (N-m)/2 } } ={ 2 }^{ N }\frac { { N }^{ N } }{ { (N+m) }^{ (N+m)/2 }\left( N-m \right) ^{ (N-m)/2 } }

but how to go beyond?

#Combinatorics #Calculus #Limits #Statisticalmechanics

Note by Mvs Saketh
6 years, 3 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Well it's easy from here rewrite it as :

L=limn2N(1+mN)N/2(1mN)N/2(N+mNm)m/2 \displaystyle L = \lim _{ n\rightarrow \infty }{\dfrac { { 2 }^{ N } }{ { (1+\frac { m }{ N } ) }^{ N/2 }{ (1-\frac { m }{ N } ) }^{ N/2 }{ (\frac { N+m }{ N-m } ) }^{ m/2 } }}

limn2N(1m2N2)N/2(N+mNm)m/2\displaystyle \Rightarrow \lim _{ n\rightarrow \infty }{ \frac { { 2 }^{ N } }{ { (1-\frac { { m }^{ 2 } }{ { N }^{ 2 } } ) }^{ N/2 }{ (\frac { N+m }{ N-m } ) }^{ m/2 } } }

L=limn2N((1m2N2)N2/m2)m2/2N(N+mNm)m/2\displaystyle \Rightarrow L = \lim _{ n\rightarrow \infty }{ \frac { { 2 }^{ N }{ { ((1-\frac { { m }^{ 2 } }{ { N }^{ 2 } } ) }^{ { N }^{ 2 }/{ m }^{ 2 } }) }^{ { -m }^{ 2 }/2N } }{ { (\frac { N+m }{ N-m } ) }^{ m/2 } } }

Now limn((1m2N2)N2/m2=e\displaystyle \lim _{ n\rightarrow \infty }{ { ((1-\frac { { m }^{ 2 } }{ { N }^{ 2 } } ) }^{ { N }^{ 2 }/{ m }^{ 2 } } } =e and

limn(N+mNm)m/2=1\displaystyle \lim _{ n\rightarrow \infty }{ { (\frac { N+m }{ N-m } ) }^{ m/2 } } =1

Resulting in L=2Nem2/2N\displaystyle L ={ 2 }^{ N }{ e }^{ { -m }^{ 2 }/2N }

@Mvs Saketh

Ronak Agarwal - 6 years, 3 months ago

Log in to reply

Thankyou , that was awesome :)

Mvs Saketh - 6 years, 3 months ago

Log in to reply

Are you learning statistical mechanics. @Mvs Saketh

Ronak Agarwal - 6 years, 3 months ago

Log in to reply

@Ronak Agarwal indeed , and thanks for helping :)

Mvs Saketh - 6 years, 3 months ago

@Ronak Agarwal @Ronak Agarwal - sorry but one small doubt again, there is a minus sign there,

i mean (1+x)^(1/x) = e so here it should be (1-x)^(1/x) =1/e right, why did you write e ?

Mvs Saketh - 6 years, 3 months ago

Log in to reply

@Mvs Saketh Even I am wondering about this, this should be 1e\frac{1}{e} but then the identity remains unproven.

Ronak Agarwal - 6 years, 3 months ago

Log in to reply

@Ronak Agarwal but it is definitely e because function must attain maxima at m=0, and also be positive on either side of m=0, and hence e^(-x^2) is only suitable

Mvs Saketh - 6 years, 3 months ago

please help @Ronak Agarwal @Shashwat Shukla @Deepanshu Gupta @Pratik Shastri and any one else who can

Mvs Saketh - 6 years, 3 months ago

You're missing a πn2\sqrt{\frac{\pi n}{2}} in the denominator.

It can be shown (using the central limit theorem) that :

(nk)=2nnπ2e(kn2)2n2\binom{n}{k}=\frac{2^n}{\sqrt{\frac{n\pi}{2}}}e^{-\frac{(k-\frac{n}{2})^2}{\frac{n}{2}}} (As nn\rightarrow \infty)

Here, setting k=n±m2k=\frac{n \pm m}{2} yields the desired result.

Mvs Saketh

Shashwat Shukla - 6 years, 3 months ago

Log in to reply

yes thats why i said that i have used the simpler form of stirlings theorem, without involving the pi terms,

The real expression is the one you said but i was studying just the introductory parts of the statistical limits and there the simpler form without the pi part was given, yours is indeed the more accurate one

and yes thanks for giving the general limit for nCr, that is helpful, thanks

Mvs Saketh - 6 years, 3 months ago

Log in to reply

You're welcome :)...Are you studying Boltzmann's law for entropy by any chance? This expression looks like one for the multiplicity of a system...

Shashwat Shukla - 6 years, 3 months ago

Log in to reply

@Shashwat Shukla Yes, indeed , i was studying the second law of thermodynamics, and the mathematical meaning of entropy

Mvs Saketh - 6 years, 3 months ago

Log in to reply

@Mvs Saketh Cool :)

Shashwat Shukla - 6 years, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...