Annoyingly simple problem - rational functions and limits at infinity

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
10 replies · 6K views
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'hospital's 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
 
Physics news on Phys.org
Or, just retain the highest order term in the numerator and also in the denominator.

This leaves a ratio of [tex]{{x}\over{2}}[/tex]
 
The limit is [tex]\infty[/tex]. 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 [tex]\infty[/tex]. 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.
 
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.
 
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
[tex]\lim_{x\to\infty}f(x)=+\infty.[/tex]

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:
[tex]f(x)=\frac x2+\frac{3}{2x}+\frac{15}{2x^3}+\frac{75}{2x^5}+\cdots[/tex]