2^(sqrt(log(n))
isO(n(^4/3))
n^(4/3)
isO(n(log(n))^3)
n(log(n))^3)
isO(n^(log(n))
n^(log(n))
isO(2^n)
I can do it for them when they have the same base; I can't figure it out when they don't have the same base--I know that these are all true.
Take log on both sides, for each of them. This is permitted because log is a monotonically increasing function