ngkamsengpeter
- 193
- 0
How to prove that 2^n > n^2 when n>4 ?
If I don't want to use induction but want to prove it mathematically ,how to do it ?0rthodontist said:You could use the fact that both functions are continuous and never cross after that point. If you are only interested in integer n then you could use induction.
?ngkamsengpeter said:If I don't want to use induction but want to prove it mathematically ,how to do it ?
Induction would be simpler for this case if you want to prove it for integers. The other way I mentioned is using the function f(x) = 2^x - x^2. You should be able to show that f'(4) > 0 and also that f''(x) > 0 for any x larger than 4. And you know that f(4) = 0. Then usengkamsengpeter said:If I don't want to use induction but want to prove it mathematically ,how to do it ?