ngkamsengpeter
- 193
- 0
How to prove that [tex]2^n > n^2[/tex] 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 [tex]f(x) = 2^x - x^2[/tex]. You should be able to show that [tex]f'(4) > 0[/tex] and also that [tex]f''(x) > 0[/tex] 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 ?