General question on function growth
#1
I've been reading this explanation.

Now take functions
f(x) = x^x
g(x) = (x + 1)^(x + 1)

According to the definition of "little-oh", I'd conclude that f(x) = o(g(x)).

Am I right?
Reply
#2
(03/08/2011, 07:37 AM)dyitto Wrote: I've been reading this explanation.

Now take functions
f(x) = x^x
g(x) = (x + 1)^(x + 1)

According to the definition of "little-oh", I'd conclude that f(x) = o(g(x)).

Am I right?

Yes, because f is not \( \Omega(g) \): if you would chose any constant C>0 (> 0 is essential though omitted in that text, better look at wikipedia), then you always find
x^x < C (x+1)^(x+1) for large enough x
because
x^x / (x+1)^(x+1) < (x+1)^x / (x+1)^(x+1) = 1/(x+1) < C
Reply
#3
Intuitively I would say that the above functions f and g have about the same growth rate, since f simply stays one step behind g.
A function with a REAL different growth rate would be:

h(x) = x^(x^x)

So if I wanted to look into the relative growth of hyperoperational functions, then these Bachmann–Landau notation apparently wouldn't be of much use in this context.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Question] Classifying dynamical system by connected components MphLee 6 7,988 10/22/2025, 11:53 AM
Last Post: MphLee
  A question about tetration from a newbie TetrationSheep 2 6,267 08/26/2024, 12:38 PM
Last Post: TetrationSheep
  Is there any ways to compute iterations of a oscillating function ? Shanghai46 3 7,829 10/15/2023, 11:21 PM
Last Post: tommy1729
  Anyone have any ideas on how to generate this function? JmsNxn 3 5,028 05/21/2023, 03:30 PM
Last Post: Ember Edison
  Question about the properties of iterated functions Shanghai46 9 11,358 04/21/2023, 09:07 PM
Last Post: Shanghai46
  [MSE] Mick's function Caleb 1 3,844 03/08/2023, 02:33 AM
Last Post: Caleb
  [special] binary partition zeta function tommy1729 1 3,785 02/27/2023, 01:23 PM
Last Post: tommy1729
  [NT] Extending a Jacobi function using Riemann Surfaces JmsNxn 2 4,792 02/26/2023, 08:22 PM
Last Post: tommy1729
  toy zeta function tommy1729 0 2,770 01/20/2023, 11:02 PM
Last Post: tommy1729
  geometric function theory ideas tommy1729 0 2,877 12/31/2022, 12:19 AM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)