How can 2^n > n be proven by induction?

  • Thread starter Thread starter Archetype2
  • Start date Start date
  • Tags Tags
    Induction
AI Thread Summary
The discussion focuses on proving the inequality 2^n > n using mathematical induction. The process involves three steps: establishing a base case (n=1), assuming the inequality holds for n=k, and then proving it for n=k+1. The participants clarify that the base case is crucial for the proof's validity. Additionally, an alternative method using the binomial theorem is suggested for proving the inequality without induction. Understanding these steps is essential for successfully applying mathematical induction to this problem.
Archetype2
Messages
4
Reaction score
0

Homework Statement



prove 2^n > n by induction

Homework Equations





The Attempt at a Solution


In my math class we start off assuming 2^n > n is true for n=k.
Then we try to prove that when n=k+1 the inequality is true. So,I
start off going, 2^(k+1) > (k+1) which is equivalent to 2*2^k > (k+1)

which is then equivalent to 2^k+2^k > (k+1) then my math teacher said

to make the next step which is, since we assumed that 2^k > k then 2^k

+ 2^k > k+k and then he said that k+k > (k+1) and that was the end of

the proof. I do not get this last part at all, since I thought that
when you prove something by induction, it's going to be proven for all
numbers but we only proved that the inequality is true for k>1
 
Physics news on Phys.org
There are all together 3 steps to the mathematical induction. You have left out the first step, namely showing the inequality holds true for the case when n = 1. Now, when n = 1, 2^1 = 2 > 1.

So he case is true when n = 1.

Then you proceed to the case where n = k, and finally n = k+1.

So when your k = 1 is true, (because you have shown that the inequality holds when n = k = 1), your k + 1 = 2 is also true.

When k = 2 is true, k + 1 = 3 is also true. And the rest is just like the dominoes effect.

I might be wrong, but that's my understanding regarding mathematical induction.
 
lkh1986 said:
There are all together 3 steps to the mathematical induction. You have left out the first step, namely showing the inequality holds true for the case when n = 1. Now, when n = 1, 2^1 = 2 > 1.
This is usually called the base case. It doesn't have to be for n = 1, but often is.
lkh1986 said:
So he case is true when n = 1.

Then you proceed to the case where n = k, and finally n = k+1.
The idea is that you assume that your statement is true for n = k (the induction hypothesis), and then use that to show that the statement is also true for n = k + 1.
lkh1986 said:
So when your k = 1 is true, (because you have shown that the inequality holds when n = k = 1), your k + 1 = 2 is also true.

When k = 2 is true, k + 1 = 3 is also true. And the rest is just like the dominoes effect.

I might be wrong, but that's my understanding regarding mathematical induction.
 
"The idea is that you assume that your statement is true for n = k (the induction hypothesis), and then use that to show that the statement is also true for n = k + 1."

Yes, I understand that this is the objective, but I am wondering if there is a general method of doing this and how you would you do it for 2^(k+1) > (k+1)
 
Archetype2 said:
"The idea is that you assume that your statement is true for n = k (the induction hypothesis), and then use that to show that the statement is also true for n = k + 1."

Yes, I understand that this is the objective, but I am wondering if there is a general method of doing this and how you would you do it for 2^(k+1) > (k+1)

Well, if it's true for n = k then

2^k > k

Try multiplying both sides by something appropriate.
 
By the way, an interesting non-inductive way to prove the same thing is to expand

2^n = (1 + 1)^n

using the binomial theorem.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top