Continuous Function Outgrowing Polynomial but Not Exponential

  • Context: Graduate 
  • Thread starter Thread starter disregardthat
  • Start date Start date
  • Tags Tags
    Function Growth
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Messages
1,864
Reaction score
34
Does there exist a continuous function which outgrows polynomial growth, but not exponential growth?

I.e. does a there exist a continuous function f such that [tex]\frac{x^n}{f(x)} \to 0[/tex] and [tex]\frac{f(x)}{a^x} \to 0[/tex] for all positive real n and a?
 
Physics news on Phys.org
Yes. Look at it this way: you take logs of the polynomial and the exponential, you get [tex]g_1(x) = C_1 \ln x[/tex] and [tex]g_2(x) = C_2 x[/tex]. Can you find a function that grows faster than g_1 and slower than g_2 for all C? Clearly you can, because ln grows extremely slowly.
 
Or [tex]e^{\sqrt{x}}[/tex], or [tex]e^{x/\ln{x}}[/tex].