Proving n2 < 2n using Mathematical Induction

  • Thread starter Thread starter skeough15
  • Start date Start date
  • Tags Tags
    Induction
skeough15
Messages
5
Reaction score
0

Homework Statement


We are asked to try and prove the values n where n2 < 2(n) .
It asks us to prove it by Math Induction.

The Attempt at a Solution


I can see it works for n=0 and n=1 but not for n=2,3,4 . So I made my base step n=5 and showed that 52 = 25 < 25 =32 as 25<32. I then started simple mathematical induction off by assuming that n2<2n for n>5, and tried to prove it using (n+1)2<2(n+1) but can't seem to get that proven. Any suggested help on how to prove that?
 
Last edited:
Physics news on Phys.org


It seems that you need to show that 2n+1&lt;2^n... Maybe another induction?
 


yes that is exactly what I had to do, I assume it is sufficient to have an induction proof within an induction proof?
 


I can't really see a problem with that...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top