Which grows faster, (x-4)^3 or

  • Thread starter Thread starter IntegrateMe
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around comparing the growth rates of the functions (x-4)³ and 2x³ + ln(x) as x approaches infinity. Participants explore the application of L'Hôpital's rule to analyze the limits of these functions.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the application of L'Hôpital's rule multiple times to evaluate the limit of the ratio of the two functions. There are questions about the correctness of expressions used in the calculations and the implications of the results obtained.

Discussion Status

Some participants have provided guidance on correcting calculations and clarifying concepts related to growth rates. There is an ongoing exploration of different interpretations of what it means for functions to grow at the same rate, with no explicit consensus reached.

Contextual Notes

There are mentions of potential errors in calculations and the need for clarification on the definitions of growth rates. Participants also question the relevance of the order of the functions in the limit evaluation.

IntegrateMe
Messages
214
Reaction score
1
Which grows faster as x tends to infinity, (x-4)3 or 2x3 + ln(x)?

Steps:

1) lim (x-4)3/[2x3 + ln(x)]
2) The limit is infinity/infinity as x tends to infinity, so we can use L'H rule.
3) Applying L'H rule we get [3x(x-4)2]/(6x3 + 1)
4) The limit is again infinity/infinity as the above function tends to infinity, so we apply L'H again.
5) Applying L'H rule we get [3(x-4)(3x-4)]/18x, which yet again yields infinity/infinity as x tends to infinity, so, we apply L'H rule again.
6) Applying L'H rule we get (18x-48)/18 which is equal to infinity/18 = infinity.

Solution:

(x-4)3 grows faster because the limit approaches infinity. I know i did something wrong because the answer is that they grow at the same rate. Can anyone point out my mistake(s)? Thanks!
 
Physics news on Phys.org
Your expression in step 5) is not correct. Shouldn't there be an x^2 in the denominator? Can you fix it?
 
I feel extremely stupid right now.

So, using x^2 i would get [3(x-4)(3x-4)]/18x2
Then using L'H rule i would get: (18x-48)/18x
Then using the rule again: 18/18 = 1

Since we got a number solution, they grow at the same rate.

Wow, haha.

I have a question though, when it asks me "which grows faster," does it matter if i place (x-4)^3 over 2x^3 + ln(x) or if i place 2x^3 + ln(x) over (x-4)^3, and why?
 
@oinkbanana, they grow at the same rate, looking at the graph + table you should see that.

We can't base our predictions on just a table and graph, which is why i went through the entire process above, so i could PROVE that one grew faster than the other, or they grew at the same rate, in which the latter turned out to be true.
 
It depends on what you mean by 'grow at the same rate'. If you get your limit right, then you'll figure out that the limit is actually 1/2. Which means the inverse limit is 2. Does that mean they grow at a 'different rate'?
 
Dick, check your PM!
& I have no idea what you're talking about.
 
IntegrateMe said:
I feel extremely stupid right now.

So, using x^2 i would get [3(x-4)(3x-4)]/18x2
Then using L'H rule i would get: (18x-48)/18x
Then using the rule again: 18/18 = 1

Since we got a number solution, they grow at the same rate.

Wow, haha.

I have a question though, when it asks me "which grows faster," does it matter if i place (x-4)^3 over 2x^3 + ln(x) or if i place 2x^3 + ln(x) over (x-4)^3, and why?

Just a minor note, your calculation is still a bit off. You got the right behaviour, but you should have found the limit to tend to 1/2, not 1.

As for which one to take as the numerator - it doesn't matter. If you get a number, they grow at the same rate, if you get zero, it means the denominator grows faster, and if you get infinity it means the numerator grows faster.

Also, a handy trick for these sorts of things: while L'Hopital is the essence behind determining which functions grow faster than others, it's often a cumbersome calculation to do. What you could do for a problem like this is note that any power of x greater than 1 will grow faster than the logarithm. Hence, 2x^3 + ln(x) -> 2x^3 as x gets large. Since x beats 4 as x gets large, (x-4)^3 -> x^3, so (x-4)^3/(2x^3 + ln(x)) -> x^3/(2x^3) = 1/2 as x gets large.

Of course, if you're asked to do the problem using L'Hopital then there's really no way around doing it that way, I guess!
 
IntegrateMe said:
Dick, check your PM!
& I have no idea what you're talking about.

As mute said, i) your l'Hopital is off, the limit is 1/2. BTW just after step 1) you could have dropped the 1/x you get from the ln(x). It just goes to zero. And if lim x->infinity f(x)/g(x)=C where C is a nonzero constant, most people would say they 'grow at the same rate'.
 
  • #10
Mute said:
What you could do for a problem like this is note that any power of x greater than 1 will grow faster than the logarithm.
Why are you confining this to only powers of x greater than 1? Don't all positive powers of x grow faster than a logarithm, including fractional powers less than 1?

Dick said:
where C is a nonzero constant, most people would say they 'grow at the same rate'.
What exactly does growing at the same rate mean? I understand the difference between the growth of exponentials -> polynomials -> logarithms and such, but why is the question the OP has shown considered as growing at the same rate?
One grows twice as fast as the other. Is this the same rate?
 
  • #11
Mentallic said:
Why are you confining this to only powers of x greater than 1? Don't all positive powers of x grow faster than a logarithm, including fractional powers less than 1?


What exactly does growing at the same rate mean? I understand the difference between the growth of exponentials -> polynomials -> logarithms and such, but why is the question the OP has shown considered as growing at the same rate?
One grows twice as fast as the other. Is this the same rate?

Depends on what you mean by 'rate of growth'. That's why I asked. They both grow as cubics for large x. Yes, with different coefficients, but they are both cubics.
 
  • #12
Ahh ok thanks :smile:

And just before this thread goes to rest, I want clarification on the topic with a question which is too short to deserve a new thread:

Logic tells me that [itex]e^x[/itex] and [itex]2^x[/itex] grow at different rates since youre multiplying continuously by a larger number with e, therefore it should be infinitely greater at infinite. Is my logic correct?
 
  • #13
Mentallic said:
Why are you confining this to only powers of x greater than 1? Don't all positive powers of x grow faster than a logarithm, including fractional powers less than 1?


What exactly does growing at the same rate mean? I understand the difference between the growth of exponentials -> polynomials -> logarithms and such, but why is the question the OP has shown considered as growing at the same rate?
One grows twice as fast as the other. Is this the same rate?

Yes, any positive power of x will grow faster than a logarithm. It was a tired mistake on my part to say only powers > 1.
 
  • #14
Mentallic said:
Ahh ok thanks :smile:

And just before this thread goes to rest, I want clarification on the topic with a question which is too short to deserve a new thread:

Logic tells me that [itex]e^x[/itex] and [itex]2^x[/itex] grow at different rates since youre multiplying continuously by a larger number with e, therefore it should be infinitely greater at infinite. Is my logic correct?

lim 2^x/e^x=0 as x->infinity, sure. Again, it would be a good idea to define what you mean by 'different rates'.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K