Simplifying expressions with factorials

120 Views Asked by At

If $$\large{a_n = \frac{x^n}{2^n n!}}$$ , Then find $$\large{ \frac{a_{n +1}}{a_n}}$$

..

I tried the following: $$\large{a_{n + 1} = \frac{x^n}{2^n n!} + \frac{2^n n!}{ 2^n n!} = \frac{x^n + 2^n n!}{2^n n!}}$$

Then I divided this thing by an and got: $$\large{x^n(x^n + 2^n n!) = 3x^{2n} n!}$$

But there was no such choice where I faced this question so I got it wrong. How could I really solve this?

2

There are 2 best solutions below

6
On BEST ANSWER

Note $a_n = \frac{x^n}{2^n \cdot n!}$. So we have:

$$a_{n+1} = \frac{x^{n+1}}{2^{n+1} \cdot (n+1)!}$$

Thus we see:

$$\frac{a_{n+1}}{a_n} = \frac{x^{n+1}}{2^{n+1} \cdot (n+1)!} \cdot \frac{2^n \cdot n!}{x^n} $$

Can you simplify further?

EDIT:

Note that $n! = 1 \cdot 2 \cdot 3 \: \cdot \: ... \: \cdot \: (n-1) \cdot n$.

So that means that $(n+1)! = 1 \cdot 2 \: \cdot \: ... \: \cdot \: (n-1) \cdot n \cdot (n+1)$.

0
On

$$\frac{a_{n+1}}{a_n}=\frac{\frac{x^{n+1}}{2^{n+1}(n+1)!}}{\frac{x^n}{2^nn!}}=\frac{x^{n+1}}{2^{n+1}(n+1)!}\frac{2^nn!}{x^n}=\frac{x}{2(n+1)}$$