CompuChip said:
So you have
[tex]\lim_{n \to \infty} \frac{n!}{(n+1)!} \frac{(2n + 1)}{(2n)!} \frac{x^{n+1}}{x^n}[/tex]
There is a small typo in CompuChip's post, he forgot the factorial sign "!" that comes after (2n + 1), and it's not (2n + 1), it's (2n + 2), (as rocophysics have pointed out), it should've been better read as:
[tex]\lim_{n \to \infty} \frac{n!}{(n+1)!} \frac{(2n + {\color{red}2}) {\color{red}!}}{(2n)!} \frac{x^{n+1}}{x^n}[/tex]
You can do the cancellation by expanding all the terms out, by using the definition of factorial:
n! = n . (n - 1) . (n - 2) . (n - 3) . ... . 3 . 2 . 1
I'll give you an example:
-----------------------------
Example: Simplify the following expression:
[tex]\frac{(3n + 2)!}{(3n)!}[/tex]
[tex]= \frac{(3n + 2) . (3n + 1) . (3n) . (3n - 1) . (3n - 2) ... 2 . 1}{(3n)!}[/tex]
[tex]= \frac{(3n + 2) . (3n + 1) . [(3n) . (3n - 1) . (3n - 2) ... 2 . 1]}{(3n)!}[/tex]
[tex]= \frac{(3n + 2) . (3n + 1) . [(3n)!]}{(3n)!}[/tex]
[tex]= (3n + 2) (3n + 1)[/tex]
Now, can you work out your problem? :)