Find the order of a function

Viewed 2087

What is the lowest order of the following function as n tends to infinity? enter image description here

where a>1 and 0<p<1.

My answer: Since ln(1+x) <= x,

enter image description here

Therefore, f(n) = O(a^n). I am sure this is not a tight bound. I might be able to use enter image description here to obtain a tighter bound, but I don't think it will improve the order. Any idea? Please let me know anything you think may be helpful.

1 Answers
Related