Proof that a function is of exponential order

Click For Summary

Discussion Overview

The discussion revolves around determining whether the function x * ln(x) is of exponential order. Participants explore various approaches to establish this property, including comparisons with other functions and the application of calculus theorems. The scope includes theoretical reasoning and mathematical justification.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant, Alex, proposes that since ln(x) grows slower than x for large x, it follows that abs(x * ln(x)) <= x^2, suggesting that if x^2 is of exponential order, then x * ln(x) might also be.
  • Another participant challenges Alex's reasoning, stating that while ln(x) is indeed less than x for large x, the conclusion that x^2 is of exponential order is incorrect, as it does not fit the required form.
  • A different approach is presented using calculus, where a participant applies Rolle's theorem to show that x > ln(x) for x >= 2, arguing that this supports the claim that ln(x) grows slower than x.
  • Another participant provides a direct integral comparison to show that ln(x) < x, reinforcing the argument that ln(x) grows slower than x.
  • There is a correction regarding the definition of "of exponential order," with some participants clarifying that it refers to the growth rate relative to functions of the form Me^{kx}.

Areas of Agreement / Disagreement

Participants express differing views on the validity of the approaches used to determine if x * ln(x) is of exponential order. There is no consensus on whether x * ln(x) meets the criteria, and multiple competing interpretations of the definition of "of exponential order" are present.

Contextual Notes

Some participants note limitations in the proofs provided, particularly regarding the assumptions made about growth rates and the forms of functions involved. There is also confusion about the precise definition of "of exponential order," which remains unresolved.

awelex
Messages
44
Reaction score
0
Hi,

I'm being asked to test whether a function is of exponential order, i.e. whether

abs( f(x) ) <= M*exp(a * t), for all t >= T (which is finite).

The function is x * ln( x ).

Now, I have the solution right here, so I know how to solve it. However, I did it a different way and wanted to ask if it is valid as well. Here it goes:

First, observe that ln( x ) < x for large x, because

ln( x ) grows that a slower rate than x.

Therefore,

abs(x * ln( x )) <= x^2.

If we can show that x^2 is of exponential order, then we have also shown that x * ln( x ) is of exponential order.

x^2 = exp( 2 * ln( x )), which is clearly of exponential order.I think the problem with this approach is the step where I show that ln( x ) < x for large x. I know that that is right by intuition and by looking at the graphs, but I don't think that I've proved it properly. I'm sure it is not enough to prove that one function grows slower than the other (i.e. that one derivative is always smaller than the other after a certain value). How do I proof this in a rigorous way?

Thanks,

Alex

EDIT: How about the following: after x = 1, ln( x ) grows slower than x. But since ln( 1 ) < 1, it follows that after x=1 ln( x ) will always be less than x (probably even before that). Is that good enough?
 
Last edited:
Physics news on Phys.org
Take the function f(x) = x-log(x) for x >= 2. the derivative is 1-1/x, which is positive. If f(x) = 0 for any x >= 2, rolles theorem says that f'(c) = 0 for some c between 2 and x. This is impossible, and since e.g. f(e) = e-1 > 0, the intermediate value theorem implies that f(x) must always be positive, and hence that x > log(x) for all x >= 2.

I used 2 and e as arbitrary constants a and b such that 1<a and 1<b to ensure that the derivative is positive, and without having to prove that 2 > log(2).
 
Or a direct way:

\frac 1 t &lt; 1 \hbox{ if } t&gt;1
\int_1^x\frac 1 t\,dt &lt; \int_1^x 1\,dt
\ln(x)-\ln(1) &lt; x-1
\ln(x)&lt;x-1&lt;x
 
awelex said:
Hi,

I'm being asked to test whether a function is of exponential order, i.e. whether

abs( f(x) ) <= M*exp(a * t), for all t >= T (which is finite).
This is incorrect. It should be "|f(x)|\le M exp(ax) for all x\ge X". You can't change variables.

The function is x * ln( x ).

Now, I have the solution right here, so I know how to solve it. However, I did it a different way and wanted to ask if it is valid as well. Here it goes:

First, observe that ln( x ) < x for large x, because

ln( x ) grows that a slower rate than x.
Yes, that is true.

Therefore,

abs(x * ln( x )) <= x^2.

If we can show that x^2 is of exponential order, then we have also shown that x * ln( x ) is of exponential order.

x^2 = exp( 2 * ln( x )), which is clearly of exponential order.
No, exp(2 ln(x)) is NOT of exponential order. It is of the form "Me^{af(x)}" where M= 1, a= 2, and f(x)= ln(x) but that is NOT of the form "Me^{ax}". You cannot just insert a (slowly increasing) nfunction of x in place of x itself.


I think the problem with this approach is the step where I show that ln( x ) < x for large x. I know that that is right by intuition and by looking at the graphs, but I don't think that I've proved it properly. I'm sure it is not enough to prove that one function grows slower than the other (i.e. that one derivative is always smaller than the other after a certain value). How do I proof this in a rigorous way?

Thanks,

Alex

EDIT: How about the following: after x = 1, ln( x ) grows slower than x. But since ln( 1 ) < 1, it follows that after x=1 ln( x ) will always be less than x (probably even before that). Is that good enough?
Your fundamental problem is NOT if this is "good enough". Your fundamental problem is that you are trying to prove that xln(x) is of exponential order and it is NOT.

In fact, you have shown that xln(x) increases more slowly than x^2 which is NOT of exponential order itself.
 
HallsofIvy said:
In fact, you have shown that xln(x) increases more slowly than x^2 which is NOT of exponential order itself.

Either I'm too drunk to read what you said or you don't mean that.

x2<ex for (even not very) large x.
 
Confusion as to exactly what "of exponential order" meant- does the function increase at the same rate as Me^{kx} for some M and k or just not as fast. I see now that we are talking about the second here.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K