Annoyingly simple problem - rational functions and limits at infinity

AI Thread Summary
The limit of the rational function f(x) = (x^3 - 2x)/(2x^2 - 10) as x approaches infinity is a point of contention. While some argue that the limit is undefined and tends towards infinity, others suggest that the function approaches an asymptotic form of x/2. The discussion highlights the importance of distinguishing between the limiting behavior of the function and the numerical limit itself. Ultimately, the consensus is that the limit can be expressed as infinity, but the function behaves like x/2 asymptotically. This illustrates the nuances in interpreting limits in rational functions.
damian6961
Messages
1
Reaction score
0
Hi all

This is my first post so please be gentle with me!

Limit of this rational function as x approaches infinity?

f(x) = (x^3 - 2x)/(2x^2 - 10)

I was under the impression that if the degree of the polynomial of the numerator exceed that of the denominator then there could be no horizontal asymptote. Is this correct?

I've used l'hopitals rule and found the limit to be 3x/2. I've been told the limit as x tends to infinity is x/2. Which is the correct solution and why? This has been driving me crazy!

Damian
 
Mathematics news on Phys.org
It's x/2. Just divide everything by 2x^2.
 
Or, just retain the highest order term in the numerator and also in the denominator.

This leaves a ratio of {{x}\over{2}}
 
The limit is \infty. You can find that by taking the above suggestions and taking x/2 as x goes to infinity, but x/2 itself is not the limit.
 
adriank said:
The limit is \infty. You can find that by taking the above suggestions and taking x/2 as x goes to infinity, but x/2 itself is not the limit.

You misunderstand what I'm saying. The function approaches a "limiting" (asymptotic) form of x/2 in the limit at x goes to infinity. It doesn't matter if the value of the function goes to infinity as x goes to infinity. Electrical engineers use this trick all the time to find out the high frequency response of a system. We always have frequency response as a ratio of polynomials in frequency. We just keep the highest order terms in the numerator and in the denominator to find the high frequency response.
 
I'm not misunderstanding anything. The question didn't ask about the asymptotic behaviour of the function as x goes to infinity; it only asked about the limit. I was giving a clear answer to the question.
 
adriank said:
I'm not misunderstanding anything. The question didn't ask about the asymptotic behaviour of the function as x goes to infinity; it only asked about the limit. I was giving a clear answer to the question.

Well, I read the question differently. It says "what is the limit of the rational function?". This implies finding the limiting functional form which is born out by the answer. He tried to solve the problem as if he needs the numerical limit, which is why he is confused.

If you are saying that the wording of the question is vague and that the answer of infinity could be acceptable as an answer, I won't argue about that.
 
I didn't find the problem statement unclear or ambiguous at all. Oh well.
 
The limit of the function as x approaches infinity is undefined (it tends towards infinity).

The f(x) - x/2 goes to zero in the limit of large n, implying that the function f(x) ~ x/2 asymptotically.
 
  • #10
adriank said:
I didn't find the problem statement unclear or ambiguous at all. Oh well.

Yes, I see your point. Math requires precise statements. I shouldn't read things into it.
 
  • #11
AUMathTutor said:
The limit of the function as x approaches infinity is undefined (it tends towards infinity).

The f(x) - x/2 goes to zero in the limit of large n, implying that the function f(x) ~ x/2 asymptotically.

I always use extended reals for limits, so I would say
\lim_{x\to\infty}f(x)=+\infty.

If you really want to get technical, what the original poster was asking for is the first term of the asymptotic expansion of f(x) about infinity:
f(x)=\frac x2+\frac{3}{2x}+\frac{15}{2x^3}+\frac{75}{2x^5}+\cdots
 

Similar threads

Back
Top