Prove that for any real numbers, a, b such that a > b > 0, b^n is O(a^n), n >=1.
I have searched several textbooks I own on Discrete Mathematics as well as several online searches for any examples that are similar or theorems that related to this proof. I am not looking for a direct solution, but perhaps being shown the right methods or paradigms to solve the proof.
If you mean
Then, think about the definition of
O(a^n)From wiki,
In this case
f(x) = b^xandg(x) = a^x. I’m going to treat this question as if it’s a homework question, even though it isn’t tagged as one…please correct me if I’m wrong!Consider plugging the funciton into the steps (especially 3) and see if you can figure out any x_0, M pair for which it is true. Good luck!
EDIT
I changed
f(x) = b^nandg(x) = a^ntof(x) = b^xandg(x) = a^xEDIT – HINT
Step 3) can be interpreted as:
Choose your favorite constant
Mand then see if you can find somex_0which worksfor all x.