Proving 2n > n by Induction: A Simple Homework Solution

  • Thread starter Thread starter missavvy
  • Start date Start date
  • Tags Tags
    Induction Proof
missavvy
Messages
73
Reaction score
0

Homework Statement



Prove by induction on n that n belonging to N (set of natural #'s)
2n > n

Homework Equations





The Attempt at a Solution



So here's my stab at it!

Base case: n = 0 (My prof includes 0 in N)

20 > 0, 1 >0
True. So this works for the base case.

Assume this holds for n. Let n = k+1

2(k+1) > k + 1

Here is where I'm a bit confused..
I'm not sure if it should be:

2(2k) > k + 1
> 2k

OR

2k + 1 > k + 1

And with either one, how do I continue??

Eekkk. any help is appreciated! Thanks.
 
Physics news on Phys.org
You tell me. Is 2^(k+1) equal to (2^k)+1 or is it 2*(2^k)? You must know something about how exponents work, right?
 
missavvy said:
Base case: n = 0 (My prof includes 0 in N)

20 > 0, 1 >0
True. So this works for the base case.

This is perhaps a bit nitpicky, but you should probably write 20 = 1 > 0.

Assume this holds for n. Let n = k+1

This should be something along the lines of: "Assume this relation holds for the natural number k. If we can show that this implies that the relation holds for the natural number k+1, then we know that it holds for all natural numbers."

Granted, my statement is quite verbose, but it makes it clear in what direction the proof is headed and doesn't leave near as much room for confusion.

2(k+1) > k + 1

Here is where I'm a bit confused..
I'm not sure if it should be:

2(2k) > k + 1
> 2k

OR

2k + 1 > k + 1

And with either one, how do I continue??

Eekkk. any help is appreciated! Thanks.

I think that you've managed to confuse yourself here. By the statement above, you already know that 2k > k. All you now need to show is that 2k+1 > k+1 must be true. To do this, note that 2k+1 = 2*2k > 2k. Now, can you prove that 2k > k+1?
 
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...

Similar threads

Back
Top