\substack x → 0 + y → 0 + lim y x x y x − x y 2 = ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Remember that for limits, you have to consider all possible paths towards that point.
In 1-variable tending to 0 , there are essentially two paths - the left-hand path and the right-hand path (along with the path that goes back and forth between the left hand and right-hand path). This is why we say the limit exists if and only if the left-hand and right-hand limit exists.
In 2-variables tending to ( 0 , 0 ) , there are a lot of paths which are essentially different. It is not sufficient to only consider paths of the type y = m x . We also have paths like y = m x 2 , y = e x − 1 , and those which spiral around the point.
To show that a 2-variable limit does not exist, it is sufficient to find 2 paths with different limits, or a path which has no limit.
To prove that a 2-variable limit exists, it is almost impossible to consider all possible paths. As such, it is often better to use the delta-epsilon definition of a limit , which states that
Let f ( x , y ) be a function defined on an open interval around x 0 , y 0 ( f ( x 0 , y 0 ) need not be defined). We say that the limit of f ( x ) as ( x , y ) approaches ( x 0 , y 0 ) is L , i.e. ( x , y ) → ( x 0 , y 0 ) lim f ( x ) = L , if for every ε > 0 there exists δ > 0 such that for all x 0 < ∣ x − x 0 ∣ + ∣ y − y 0 ∣ < δ , ⇒ ∣ f ( x ) − L ∣ < ε .
You are saying that 0 y 2 = 1 . No it isn't; it is 0 . Moreover, the part ( 0 , y ) is not possible (since x > 0 throughout), except after a limiting process.
Is it worth taking the time to show that the existence of the double limit would prove the existence of these directional limits (including the ones along ( x , 0 ) and ( 0 , y ) ), and that all these limits are equal to the double limit?
Log in to reply
Ah yes. That will need a fix.
Isn't the second obvious by definition, since the existence of the double limit is taken also every possible path? Also, I would like to stress that it's not just directional limits that we have to care about. We also need polynomial paths and spirals.
Log in to reply
It is obvious, yes, but questions of limits are done badly, so an example of good practice would be a good idea.
Log in to reply
@Mark Hennings – Alright, I've made a bunch of edits. Thoughts?
Log in to reply
@Calvin Lin – The proof is fine, but the subsequent discursion may still be a little off...
If the double limit exists, all path limits will exist and be the same. Is the converse itrue, unless you have some uniformity on the rate of convergence across all paths.
Problem Loading...
Note Loading...
Set Loading...
All limits are to 0 + unless otherwise stated.
Taking the path ( x , x ) , we get the limit of lim x x x x x − x x 2 = 1 0 − 1 = − 1 .
Here, we use the fact that lim x x = 1 , lim x x 2 = 1 and lim x x x = 0 , which can be shown by taking logs.
Taking the path ( − ln y 1 , y ) , we get the limit of lim e 1 x e 1 − x y = lim e x y = e .
Here, we use the fact that y − ln y 1 = e 1 and lim ( − ln y 1 ) y = 1 , which can be shown by taking logs.
Hence, the limit (over all possible paths) does not exist.
Consider lim x y . We know that lim x x = 1 , and want to understand why lim x y does not exist.
Useful Lemma: If f ( x ) and g ( x ) are polynomials such that x → 0 + , f ( 0 ) , g ( 0 ) → 0 + , then lim x → 0 f ( x ) g ( x ) = 1 .
This follows because the linear term is the most important contributor, and we know that lim ( a x ) ( b x ) = 1 for (positive) constants a , b .
Most people would be checking (somewhat) polynomial paths, which is why they always get the limiting value of 1. However, we can see that to get a case where lim x y = 1 , we have to avoid polynomial paths. For example, the logarithmic path ( x , − ln x 1 ) works and we get lim x y = lim e 1 = e 1 .
In fact, by taking logarithms, we want to check against lim g ( x ) ln f ( x ) . From here, we can start to deduce how to get an instance where lim f ( x ) g ( x ) = lim g ( x ) f ( x ) .
(Might not be true, but I believe it is) Relating back to this problem. If we kept to polynomial paths, we will always get the limit of -1.