Petkovsky said:
I have to prove that 2^n > n^2 for every n>=5
So...
2^k > k^2 /log base 2
You mean take the logarithm, base 2, of both sides?
log2(2^k) > log2(k^2)
k*log2(2) > 2*log2(k)
k/2 > log2(k)
So I'm stuck here and I am having problems solving for k, since i have it on both sides. I just need someone to gimme a slight push :)
Generally speaking, equations that involve the unknown number both "inside" and "outside" a transcendental function, such as log
2(x), cannot be solved algebraically. Even if you did "solve for k" how would that help you? You don't know that "2^k> k^2" to begin with. If you were doing an induction, and I see no sign of that here, you would be concerned with 2^(k+1)> (k+1)^2. I can see no good reason for introducing a logarithm.
To remind you of how induction works, you first prove that the statement is true for n= 1: is 2
1> 1
2?
If it is then you can assume that 2
k> k
2 for some k and try to prove that 2
k+1> (k+1)
2. Certainly 2
k+1= 2(2
k) so 2
k+1> 2k
2. How does that compare with (k+1)
2= k
2+ 2k+ 1? Can prove that k
2> 2k+1? That is the same as k
2- 2k> 1, k
2-2k+ 1= (k-1)
2> 2. Obviously, you will have to deal with the fact that this last inequality is not true for k= 1 or 2!