1

I'm trying to compute the limit:

$$\lim_{n\to\infty} \frac{n!\cdot(3n)!}{(4n)!}$$

user2976686
  • 185
  • 8

2 Answers2

3

$$\frac{n!(3n)!}{4n!} = \frac{n(n-1) ... 1}{4n(4n-1)...(3n+1) } \leq \frac{1}{3n+1} \rightarrow 0 \quad \textrm{as} \quad n \rightarrow \infty. $$

Frank
  • 3,844
2

*Hint:*$$\frac{(3n)!}{(4n)!} = \frac{1\cdot 2 \cdot 3\cdots 3n}{1\cdot 2\cdot 3 \cdots 3n\cdot (3n+1) \cdot (3n+2) \cdots (4n-1)\cdot 4n}=\frac{1}{(3n+1)(3n+2)\cdots 4n}$$

5xum
  • 123,496
  • 6
  • 128
  • 204
  • hi,thanks but what about: $$\lim_{x\to\infty} \frac{n!}{(3n+1)...4n}$$ what i need to do now? – user2976686 Mar 25 '14 at 21:54
  • Well, my answer is just a hint, so this is where you should stare at the equation for a while and see what comes up. In this case, both the denominator and numerator have $n$ factors. Try writing the fraction as a product of $n$ fractions and see what you can discover about each. The first is $\frac1{3n+1}$ which limits to $0$, if the others are bounded, you are done! – 5xum Mar 25 '14 at 21:56
  • whan i tried to continue: $$\lim_{x\to\infty} \frac{1}{(4n)\cdot(3n+1)\cdot....\cdot1}$$

    but this is limit to 0 no to inf,where is my mistake?

    – user2976686 Mar 25 '14 at 22:11
  • 1
    @5xum, when setting $n=1$ it goes to $\frac 1 {3(1)+1}=\frac 1 4$. Then $n=2 \mapsto \frac 2{7\cdot 8}$, $n=3 \mapsto \frac 6 {10\cdot 11\cdot 12 }$, et cetera. The denominator appears to be increasing faster than the numerator. – Graham Kemp Mar 25 '14 at 22:33
  • Where is the first $n!$? – Ofir Attia Mar 26 '14 at 21:04