C(n,n/2)/(2^(N+1)) > 1/(2*sqrt(n))

  • Thread starter Thread starter neginf
  • Start date Start date
neginf
Messages
56
Reaction score
0

Homework Statement



For n even, C(n,n/2)/(2^(N+1)) > 1/(2*sqrt(n)).

Homework Equations



sqrt(2*pi*k) * k^k * e^-k < k! < sqrt(2*pi*k) * k^k * e^-k * (1 + 1/4*k)

The Attempt at a Solution



Have tried using the inequality to get lower bound for C(n,n/2), but get something smaller than 1/(2*sqrt(n)).
 
Physics news on Phys.org
neginf said:

Homework Statement



For n even, C(n,n/2)/(2^(N+1)) > 1/(2*sqrt(n)).

Homework Equations



sqrt(2*pi*k) * k^k * e^-k < k! < sqrt(2*pi*k) * k^k * e^-k * (1 + 1/4*k)

The Attempt at a Solution



Have tried using the inequality to get lower bound for C(n,n/2), but get something smaller than 1/(2*sqrt(n)).

If your inequality is *exactly* as written, it is false. Look at R(n) = 2*sqrt(n)*C(n,n/2)/2^(n+1). We can easily plot it, and see that it is strictly increasing, starting at R(1) = 1/sqrt(pi) = 0.6366 and rising asymptotically to R(infinity) = sqrt(2/pi) = 0.7979. In other words, we never have R(n) > 1, which your inequality gives. We can get simple bounds on R(n) by using bounds S(k) < k! < S(k)*exp(1/ 12k) [see Feller, Intro. to Probability for a simple proof], where S(k) = sqrt(2*pi*k)*k^k*exp(-k) is Stirling's formula. Then we get a lower bound on R(n) by using the lower bound in the numerator and upper bounds in the denominator, and vice-versa for an upper bound. In this way we get:
sqrt(2/pi)*exp(-1/ 3n) < R(n) < sqrt(2/pi)*exp(1/ 12n). The upper bound is < 1 for all n >= 1.

RGV
 
Sorry for the mistake. This is from the top of page 17 in Approximation Of Functions By Rivlin,
unless I'm reading it wrong. If you're familiar with the book, I'd be grateful for some help with this.
 
neginf said:
Sorry for the mistake. This is from the top of page 17 in Approximation Of Functions By Rivlin,
unless I'm reading it wrong. If you're familiar with the book, I'd be grateful for some help with this.

I don't have the book, and since retiring and moving away from my old university I no longer have access to its books---only to some e-journals. What, exactly, is the statement you want to prove?

RGV
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top