Limit approaching infinity with absolute function

physicoo
Messages
19
Reaction score
0
Hi guys,

I have a little problem with this question:

Determine the limit (x approaching infinity) \frac{|9-3x^{2}|}{x-2x^{2}}

(Sorry, I'm not sure on how to use the Latex feature)

Anyways, I've combed the forum and found a couple of threads that are somewhat related to my problem.

Yes, I've found the two one-sided limits, and I got -3/2 and 3/2. I know for one, that if they aren't the same, the limit for a function does not exist. However, does this apply to this case, where x approaches infinity?

Would appreciate if someone could guide me on this :)

Cheers!
 
Physics news on Phys.org
Not sure how to find the limit, but how can it be 3/2? abs() is always positive and (x-2x^2) is negative for large x.
 
it's through using one of the limit methods, that is to divide both the numerator and dominator by the highest power which in this case is x^2
 
physicoo said:
it's through using one of the limit methods, that is to divide both the numerator and dominator by the highest power which in this case is x^2

You should remove the abs value at the first step. Clearly 9-3x^2 is negative as x goes to infinity, therefore the absolute value can be replaced with the negative of it's argument.
 
May I know what's the purpose of removing the modulus? I'm not quite sure what you mean by

uart said:
You should remove the abs value at the first step. Clearly 9-3x^2 is negative as x goes to infinity, therefore the absolute value can be replaced with the negative of it's argument.

Sorry. It's a little confusing to me. I was referring to this thread:

https://www.physicsforums.com/showthread.php?t=115063

while solving my problem. But I wasn't sure if it was the same concept when it comes to x approaching infinity. In that thread, it was x approaching 1.
 
Last edited:
physicoo said:
May I know what's the purpose of removing the modulus? I'm not quite sure what you mean by

|u| = +u : u \ge 0

|u| = -u : u<0

So if you know that u is less than zero (in the region of interest) then just drop the absolute value and replace it with -u.
 
The limit as x \to +\infty is a left-sided limit -- there is no such thing as a right sided limit at +\infty.

I expect you didn't compute one-sided limits -- I expect what you actually did is:

  • You separated the real line into two regions: one where x^2 \leq 3 and one where x^2 \geq 3
  • On the first region, you simplified the expression into a rational function, and you took the limit of that rational function as x \to +\infty
  • On the second region, you simplified the expression into a rational function, and you took the limit of that rational function as x \to +\infty

If you think about what you're doing, one of these calculations obviously gives the limit as x \to +\infty, and the other calculation is obviously irrelevant...
 
Hurkyl said:
The limit as x \to +\infty is a left-sided limit -- there is no such thing as a right sided limit at +\infty.

I expect you didn't compute one-sided limits -- I expect what you actually did is:

  • You separate the real line into two regions: one where x^2 \leq 3 and one where x^2 \geq 3
  • On the first region, you simplified the expression into a rational function, and you took the limit of that rational function as x \to +\infty
  • On the second region, you simplified the expression into a rational function, and you took the limit of that rational function as x \to +\infty

If you think about what you're doing, one of these calculations obviously gives the limit as x \to +\infty, and the other calculation is obviously irrelevant...

You're right in a way!

Yes I actually did separated them into two to find both side limits. Like I said, I was referring to the thread that I had pasted earlier on. But I was unsure if it was correct since, like you said, when x approaches infinity, it is a left-sided limit, which is the reason why I had doubts with my own answer.

I suppose the one approaching from the left is the relevant one and the other is not. However, if this is the case, does the limit still exist? Because to my knowledge, a limit only exists when both side limits are equal. In this case, one is irrelevant.

Cheers!
 
I wonder if you have a terminology mix-up?

The right-sided limit at a is called such because its epsilon-delta definition is
For all \epsilon > 0 there exists \delta > 0 such that for every x with a < x < a + \delta, we have |f(x) - L| < \epsilon​
In other words, x is restricted to being on the right of a on the number line.



I get the feeling you are thinking of the sidedness as relating to an absolute value appearing in the expression -- e.g. thinking of the two sides as being where 9 - 3x^2 is positive and where 9 - 3x^2 is negative.

If you were computing the limit as x \to \sqrt{3} (or the limit as x \to -\sqrt{3}), then the two are closely related. For \delta chosen sufficiently small, the ordinary limit looks involves the set of x with 0 < |x - \sqrt{3}| < \delta. The left and right-sided limits break this region up into whether or not x is less than or greater than \sqrt{3} respectively, and these happen to be exactly the regions where 9 - 3x^2 is positive or negative, respectively.


However, in the problem you're actually solving, there is no such relationship between the point x is approaching and the argument of the absolute value.



Because to my knowledge, a limit only exists when both side limits are equal.
Since this piece of knowledge is involved in your conflict, it would be worth checking up on the theorem that says such. In this case, there's a hypothesis you're forgetting -- the statement you've made only applies to limits as x \to a for a real number a.
 
  • #10
I guess I have to relook into the question and theorems.

Thanks for the advice so far :)
 
Back
Top