Gear2d
- 49
- 0
I was wondering how would I go about proving the Log of a Power Rule:
log(n^k) is O(log(n)) for any constant k > 0
log(n^k) is O(log(n)) for any constant k > 0
mistermath said:You should show what you've tried, but basically..
log (n^k) = k log (n), and use w/e technique you want to show the constant up front does not matter.
OR are you asking how to prove the power rule for logs? I'll give a hint..
log (x) = y <=> 10^y = x
(assuming log has base 10 and <=> means if and only if).