Understanding Limits at Infinity: Conceptual Difficulties

soandos
Messages
166
Reaction score
0
so i understand how to resolve a limit at x->oo, but from a conceptual standpoint, i do not get it. for example,
limit x->oo, 4x/5x
so the answer is 4/5, but oo/oo is an indeterminate expression
i understand that if i treat x as a variable, then it makes sense, but still
if the example was 4x/5x and i said that x was infinity, then there would be no answer.
in addition
4*oo = 5*oo = oo
so following that method, it would return one as the answer every time there were the same exponents on the x (so in other words, a*x/(b*x)

can someone please explain this to me?
thanks.
 
Mathematics news on Phys.org
For every non-zero value of x, 4x/(5x) = 4/5.
An indeterminate expression is one for which further analysis of the components is necessary. It does not imply that the limit does not exist.
 
Since \frac{\infty}{\infty} is indeterminate, you can use L'Hopital's rule which says that \lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} iff \lim_{x \to a} \frac{f(x)}{g(x)} is interterminate in the form \frac{0}{0} or \frac{\infty}{\infty} and \lim_{x \to a} \frac{f'(x)}{g'(x)} exists. \lim_{x \to \infty} \frac{4x}{5x} = \lim_{x \to \infty} \frac{(4x)'}{(5x)'} = \lim_{x \to \infty} \frac{4}{5} = \frac{4}{5}

Of course, that's not necessary because you can simply cancel the x's, but it's useful if you run into things like these.
 
can you prove that?
 
Prove what, L'Hopital's rule? Tedious, but the proof is found in any Calculus textbook.

For this simple problem, it is better to note that in the definition of "limit at infinity",
"\lim_{x\rightarrow \infty} f(x)= L if and only if, for any \epsilon&gt; 0, there exist N such that whenever x > N, |f(x)- L|<\epsilon"
x is always a real number- you never "set x= infinity". For any real number x, other than 0, 4x/5x= 4/5 so |4x/5x- 4/5|= |4/5- 4/5|= 0 which is less than any positive \epsilon.

It is also interesting to note that, although setting x= 0 gives an "indeterminant", the limit there is also 4/5. For finite a, the definition of limit is
"\lim_{x\rightarrow a} f(x)= L if and only if for any \epsilon&gt; 0 there exist \delta&gt; 0 such that if 0&lt; |x- a|&lt; \delta, then |f(a)- L|&lt; \epsilon."

Notice that "0< |x- a|". What happens AT x= a is irrelevant. for all x such that 0< x, 4x/5x= 4/5 so 4/5 is the limit.
 
soandos said:
if the example was 4x/5x and i said that x was infinity, then there would be no answer.

That's why the question is "what is the limit of the expression as x approaches infinity", not "what is the value of this expression evaluated at x = infinity".
 
related, but is limit x->oo a finite number?
 
soandos said:
related, but is limit x->oo a finite number?
Limit of what function? It has already been made clear that the limit, as x goes to infinity of the particular expression here, 4x/5x, is 4/5. If it were instead (4x+ 5)/(5x- 2) the limit would still be 4/5. If it were 4/5x, the limit would be 0. If it were 4x/5, then there would be no limit.

(Strictly speaking, because the limit must be a real number, ANY limit is a finite number. We should say "the limit does not exist" rather than "the limit is infinity". (Some textbooks use the phrase "diverges to infinity".)
 

Similar threads

Replies
2
Views
2K
Replies
3
Views
1K
Replies
7
Views
2K
Replies
10
Views
2K
Replies
7
Views
2K
Replies
2
Views
1K
Replies
3
Views
24K
Back
Top