Prove 2^n < (n+2)!; \forall n \ge 0 by Induction

  • Thread starter Thread starter jonroberts74
  • Start date Start date
jonroberts74
Messages
189
Reaction score
0

Homework Statement

prove by induction

2^n &lt; (n+2)!; \forall n \ge 0

P(0)

2^0 &lt; (0+2)! [easy]

P(k)

2^k&lt;(k+2)!
= 2^k &lt; (k+2)(k+1)k!

P(k+1)

2^{k+1} &lt; (k+1+2)!
= 2^k \cdot 2 &lt; (k+3)(k+2)(k+1)k!

its pretty clear that

2 &lt; k+3

how do I show that though
 
Last edited:
Physics news on Phys.org
jonroberts74 said:
its pretty clear that

2 &lt; k+3

how do I show that though

I would personally just say it's obvious. But if you want, you can prove it by induction. It all depends on how you defined ##<## and what your axioms are.
 
  • Like
Likes 1 person
I see you recognize that you cannot just write "2^{k+1}&lt;((k+1)+ 2)!" since that is what you want to find- you wrote it only to remind yourself what you want to arrive at.

Your "induction hypothesis" is that 2^k&lt; (k+ 2)!. Now write 2^{k+1}= 2(2^k)&lt; 2(k+2)!.

Now, use your "2< k+ 3" to get 2^{k+1}&lt; 2(k+2)!&lt; (k+2)!(k+ 3)= (k+3)!= (k+1+2)!.

To prove that 2< k+ 3, start from the fact that, since 0\le k, -1&lt; k and add 3 to both sides.
 
  • Like
Likes 1 person
HallsofIvy said:
I see you recognize that you cannot just write "2^{k+1}&lt;((k+1)+ 2)!" since that is what you want to find- you wrote it only to remind yourself what you want to arrive at.

Your "induction hypothesis" is that 2^k&lt; (k+ 2)!. Now write 2^{k+1}= 2(2^k)&lt; 2(k+2)!.

Now, use your "2< k+ 3" to get 2^{k+1}&lt; 2(k+2)!&lt; (k+2)!(k+ 3)= (k+3)!= (k+1+2)!.

To prove that 2< k+ 3, start from the fact that, since 0\le k, -1&lt; k and add 3 to both sides.


I am taking this

2^{k+1}= 2(2^k)&lt; 2(k+2)!

by hypothesis, adding the multiple 2 to each side doesn't change the inequality

then prove 2<k+3

and do this from the fact

0 \le k so -1<k ---> -1+3<k+3 = 2< K+3

then I can say 2(2^k)&lt; 2(k+2)! &lt; (k+2)!(k+3).
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top