#Harder limit

34 messages · Page 1 of 1 (latest)

ivory adder
#

$ \displaystyle \lim_{n \to \infty}\frac{1}{4^n}\begin{pmatrix}
2n \
n
\end{pmatrix}$

How do I solve this?

tough totemBOT
#

danilojonic

brave latchBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
ivory adder
#

$\begin{pmatrix}
2n \
n
\end{pmatrix} = \frac{2n!}{n!^2}$

tough totemBOT
#

danilojonic

ivory adder
#

I think the form I got to is $0 \cdot 0$

tough totemBOT
#

danilojonic

ivory adder
#

But I dont see the implementation of Lhopital for example

slate hull
#

But also I don't think that is what you got.

ivory adder
ivory adder
slate hull
#

What do you mean, you "don't see the implementation of L'Hopital" then?

ivory adder
slate hull
#

Something to note is that 4^n = 2^(2n).

#

Also, (2n)!/(4^n * (n!)^2) goes to inf/inf, so L'Hopital's rule is kind of valid here.

#

Though you'd need to use the gamma function to have a differentiable form of the factorial function.

#

But wait, that's not differentiable I don't think.

#

Or maybe it is, but not in the way I thought.

sonic ibex
sonic ibex
slate hull
ivory adder
sonic ibex
slate hull
sonic ibex
#

I mean, if not that, we can at least prove that a(n + 1)/a(n) is less than 1 (from some n, at least).

#

That is pretty easy.

polar nest
#

First off I would show that the limit of 2n!/((n!)^2) is 0, which is what OP most likely showed.

we can replace n! by x, we have 2x/(x^2) and the limit is clearly 0. This is enough. Or, just divide, we have 2/n! which is clearly 0.

1/4^n has a trivial limit of 0.

The limit product rule then applies and the limit does equal 0.

sonic ibex
polar nest
#

Ah yes, my mistake, I just blindly looked at the comments

#

${2n \choose n} = \frac{(2n)!}{n!^2} \neq \frac{2n!}{n!^2}$

tough totemBOT
sonic ibex
#

Ah, I see.