MHB Find the limit as x goes to infinity

  • Thread starter Thread starter Umar
  • Start date Start date
  • Tags Tags
    Infinity Limit
Click For Summary
The discussion revolves around finding the limit as x approaches infinity using L'Hospital's Rule and understanding the behavior of rational functions. The original poster initially struggled with simplifying expressions involving infinity and sought clarification on their approach. Another participant explained that for the expression 3x/(1+2x^2), the degree of the denominator is greater than that of the numerator, leading to a limit of 0 as x approaches infinity. They also suggested a method of dividing all terms by the highest power of x, which can be applied to all rational functions for similar limits. This approach clarified the original poster's confusion and provided a more straightforward method for evaluating such limits.
Umar
Messages
36
Reaction score
0
View attachment 6188Hi, I am having trouble with these kind of questions where we have to use L'Hospital's Rule. I took the ln of the function to get the x out of the exponent, and then followed the Rule by taking the derivative of the top and bottom (using a shortcut we learned: lim x --> infty f(x)g(x) = lim x --> infty f(x) / lim x --> infty g(x).

I got to this point after taking the limits: (infinity) x (- infinity) / (infinity) = 0

where e^(- infinity) = 0 which is the answer.

However, I don't feel confident about the way I simplified those infinities, it doesn't seem right to me. I don't think I have a good understanding of how to deal with those infinites..

Can someone try this question out, and see if you had the same intuition, or is there a different approach I should be taking?
 

Attachments

  • Screen Shot 2016-11-13 at 10.42.43 AM.png
    Screen Shot 2016-11-13 at 10.42.43 AM.png
    3.2 KB · Views: 129
Physics news on Phys.org
This limit has the form $0^{\infty}$, and as such is not an indeterminate form, and is simply 0. :D
 
MarkFL said:
This limit has the form $0^{\infty}$, and as such is not an indeterminate form, and is simply 0. :D

Hmm.. can you explain how you found the limit to be 0 inside of the bracket please?
 
Umar said:
Hmm.. can you explain how you found the limit to be 0 inside of the bracket please?

You have inside the brackets:

$$\frac{3x}{1+2x^2}$$

One could simply observe that the degree in the denominator is greater than that of the numerator, and so as $x\to\infty$, this expression goes to 0. This was what I did. Or you can rewrite the expression by dividing both numerator and denominator by $x^2$ to obtain:

$$\frac{\dfrac{3}{x}}{\dfrac{1}{x^2}+2}$$

And we see that as $x\to\infty$, this expressions becomes:

$$\frac{0}{0+2}=0$$
 
MarkFL said:
You have inside the brackets:

$$\frac{3x}{1+2x^2}$$

One could simply observe that the degree in the denominator is greater than that of the numerator, and so as $x\to\infty$, this expression goes to 0. This was what I did. Or you can rewrite the expression by dividing both numerator and denominator by $x^2$ to obtain:

$$\frac{\dfrac{3}{x}}{\dfrac{1}{x^2}+2}$$

And we see that as $x\to\infty$, this expressions becomes:

$$\frac{0}{0+2}=0$$

Oh wow! I didn't even think of it as simply a rational at first. Can you use that method of dividing all terms by the highest power of x for all rationals?
 
Umar said:
Oh wow! I didn't even think of it as simply a rational at first. Can you use that method of dividing all terms by the highest power of x for all rationals?

I don't see why not, for limits as $x\to\pm\infty$. :D