#Harder limit
34 messages · Page 1 of 1 (latest)
danilojonic
- 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.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
$\begin{pmatrix}
2n \
n
\end{pmatrix} = \frac{2n!}{n!^2}$
danilojonic
I think the form I got to is $0 \cdot 0$
danilojonic
But I dont see the implementation of Lhopital for example
...if it's 0 * 0, that's not an indeterminate form, it's... just 0.
But also I don't think that is what you got.
yes I think that too
yeah I know, what I wanted to say is that I dont think I got something correct
What do you mean, you "don't see the implementation of L'Hopital" then?
cuz I first made a mistake and got infinity * 0 in original comment. then I fixed it but forgot to remove lhopital
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.
You can use Stirling's approximation.
Well, f(x) = 4^(-x) C(2x, x) is differentiable, but its derivative won't look very nice - a lot of digammas.
Okay, but we're talking about using L'Hopital's rule, so we're not talking about differentiating that, we're talking about differentiating (2n)! and 4^n * (n!)^2.
I never differentiated a factorial so I have absolutely no clue how that would go
I don't think that's really feasible to use here.
Yeah, I was just saying it does technically apply, not that it was a good idea.
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.
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.
(2x)!/(x!)^2 doesn't go to 0 for x -> +∞, though. It behaves like ||4^x/√(πx).||
Ah yes, my mistake, I just blindly looked at the comments
${2n \choose n} = \frac{(2n)!}{n!^2} \neq \frac{2n!}{n!^2}$
EmeX
Ah, I see.