Limit of a two variable function

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
40 replies · 6K views
Citan Uzuki said:
This limit does not exist. Note that the function isn't even defined on the path x=-y^2,
That's correct, but does that, by itself, prevent the limit from existing? This is very technical question involving how we interpret the definition of the limit. The definition has the form " For each ... there exists...such that...for each ##(x,y)##, ##| f(x,y) - L| < \epsilon##". ##\ ## Are we to understand that the implicit meaning is "for each ##(x,y)## in the domain of ##f##"? ##\ ## Or perhaps that ##| f(x,y) - L | < \epsilon##" is not a false statement when ##(x,y)## is not in the domain of ##f##, but rather an undefined expression?

and if you consider paths close to that path (e.g. x = -y^2 + y^4), the limit diverges to infinity.
That's a good idea, but does it work? ##\ | sin(\theta) | \le |\theta | ##. ##\ \theta## would be a polynomial of degree 12 in ##y## and the denominator would be a polynomial of degree 4 in ##y##.
 
Physics news on Phys.org
Drako Amorim said:
I'm trying to verify that: [tex]\lim_{(x,y)\rightarrow (0,0)}\frac{\sin (x^{3}+y^{3})}{x+y^{2}}=0.[/tex]

One thought is that ##|\sin(\theta)| \le |\theta| ##. ##\ ## Argue that for ##(x,y) \ne (0,0)##, $$ | \frac{ \sin(x^3 + y^3)}{x + y^2} | \le |\frac{x^3 + y^3}{x + y^2}|$$. Then try polar coordinates on the ratio of the polynomials.
Drako Amorim said:
[tex]\lim_{(x,y)\rightarrow (0,0)}\frac{\sin (x^{3}+y^{3})}{x^{3}+y^{3}}\frac{x^{3}+y^{3}}{x+y^{2}}=\lim_{(x,y)\rightarrow (0,0)} \frac{x^{3}+y^{3}}{x+y^2}[/tex]

That's a good intuitive idea, but notice how hard it is to make that algebra into correct logic. For example, it assumes at the outset that ##lim_{(x,y)\rightarrow (0,0)}\frac{\sin (x^{3}+y^{3})}{x^{3}+y^{3}}\frac{x^{3}+y^{3}}{x+y^{2}}## exists. Of course, some instructors (and many home work graders) prefer to see algebra instead of logic.

The basic pattern that obeys logic would be:
Show ##lim_{(x,y) \rightarrow (0,0)} p(x,y) = L_1##
Show ##lim_{(xy) \rightarrow (0,0)} q(x,y) = L_2##
Conclude that ##lim_{(x,y) \rightarrow (0,0)} p(x,y)q(x,y) = L_1 L_2##.

Polar coordinates might be a good way to tackle ## \lim_{(x,y)\rightarrow (0,0)} \frac{x^{3}+y^{3}}{x+y^2}## instead of using further algebra with ##x##'s and ##y##'s.
 
How about this approach. I plotted this function using quick graph. There are no breaks in the graph at the origin so therefore it is continuous there. Also the numerator sin(x^3 + y^3) can be rewritten as sin(x^3)cos(y^3) + cos(x^3)sin(y^3). Now that the numerator has been rewritten as a sum of the products of periodic continuous functions it should make it easier to prove the existence of the limit. Even though the denominator is undefined at (0,0), the numerator is approaching 0 faster than the denominator in terms of how the graph is changing.
 
i don't understand the "*. *". Comment. This site is not about PROVING someone is wrong or putting people down which you did with me. The dialog in these forums is not supposed to be judgmental towards others. So tell me why you disagree without being judgmental. What do you see in detail is wrong with my approach ?
 
Stephen Tashi said:
That's correct, but does that, by itself, prevent the limit from existing? This is very technical question involving how we interpret the definition of the limit. The definition has the form " For each ... there exists...such that...for each ##(x,y)##, ##| f(x,y) - L| < \epsilon##". ##\ ## Are we to understand that the implicit meaning is "for each ##(x,y)## in the domain of ##f##"? ##\ ## Or perhaps that ##| f(x,y) - L | < \epsilon##" is not a false statement when ##(x,y)## is not in the domain of ##f##, but rather an undefined expression?

All very true, but actually orthogonal to the point I was trying to make. What I was trying to get at is that if you are trying to find the limit of a rational function (or something which is effectively a rational function, since [itex]\sin (\theta) ~ \theta[/itex] for small [itex]\theta[/itex]) at the origin, the denominator being zero along some curve running through the origin usually means that you can make the function blow up by following another curve close to the first one. Thus seeing that the function fails to exist along some curve through the origin is usually a good sign that the limit won't exist, independently of the answer to that technical question.

That's a good idea, but does it work? ##\ | sin(\theta) | \le |\theta | ##. ##\ \theta## would be a polynomial of degree 12 in ##y## and the denominator would be a polynomial of degree 4 in ##y##.

Yes. Along the curve x=-y^2 + y^4:

[tex]\lim_{y \to 0^+} \frac{\sin (x^3 + y^3)}{x + y^2} \\<br /> = \lim_{y \to 0^+}\frac{\sin ((-y^2 + y^4)^3 + y^3)}{-y^2 + y^4 + y^2} \\<br /> = \lim_{y \to 0^+}\frac{\sin (y^3 - y^6 + 3y^8 - 3y^{10} + y^{12})}{y^4} \\<br /> = \lim_{y \to 0^+}\frac{y^3 + O(y^6)}{y^4} \\<br /> = \lim_{y \to 0^+}\frac{1 + O(y^3)}{y} \\<br /> = \infty[/tex]

So the original limit does not exist.
 
  • Like
Likes   Reactions: Stephen Tashi and Inventive
Citan Uzuki said:
All very true, but actually orthogonal to the point I was trying to make. What I was trying to get at is that if you are trying to find the limit of a rational function (or something which is effectively a rational function, since [itex]\sin (\theta) ~ \theta[/itex] for small [itex]\theta[/itex]) at the origin, the denominator being zero along some curve running through the origin usually means that you can make the function blow up by following another curve close to the first one. Thus seeing that the function fails to exist along some curve through the origin is usually a good sign that the limit won't exist, independently of the answer to that technical question.
Yes. Along the curve x=-y^2 + y^4:

[tex]\lim_{y \to 0^+} \frac{\sin (x^3 + y^3)}{x + y^2} \\<br /> = \lim_{y \to 0^+}\frac{\sin ((-y^2 + y^4)^3 + y^3)}{-y^2 + y^4 + y^2} \\<br /> = \lim_{y \to 0^+}\frac{\sin (y^3 - y^6 + 3y^8 - 3y^{10} + y^{12})}{y^4} \\<br /> = \lim_{y \to 0^+}\frac{y^3 + O(y^6)}{y^4} \\<br /> = \lim_{y \to 0^+}\frac{1 + O(y^3)}{y} \\<br /> = \infty[/tex]

So the original limit does not exist.
Thanks for taking the time to explain it this way. I can visualize what you are saying
 
Citan Uzuki said:
Yes. Along the curve x=-y^2 + y^4:

I see what you mean.

We can also use the way more often seen in textbooks - showing that different limits can be had by using different curves if we use curves of the form ##x = -y^2 + ky^3##.

Let ##G(x,y) = \frac{x^3 + y^3}{x + y^2}\ ## Use the path defined by ##x = -y^2 + k y^3## where ##k## is a non-zero constant. This path goes through ##(0,0)##
Along this path, for ##y \ne 0##, ##G(x,y) = g(y) = \frac{ (-y^2 + ky^3)^3 + y^3}{ky^3} = \frac{(y^6 + 3ky^7 - 3k^2 y^8 + k^3 y^9 ) + y^3}{ky^3} = \frac{y^3+ 3ky^4 - 3k^2y^5 + y^6 + 1}{k} ##
So ##lim_{y \rightarrow 0} g(y) = \frac{1}{k}##.
Since ##\sin()## is a continuous function ##lim_{y \rightarrow 0} \sin(g(y)) = \sin( \frac{1}{k})##.
This shows ##lim_{(x,y) \rightarrow (0,0)} sin(G(x,y)) ## does not exist since we have can get different limits on different paths depending on our choice for ##k##.
 
Thank you Stephen for the further information