Is the limit of g(x,y) undefined or indeterminate at (0,0)?

  • Thread starter Thread starter negation
  • Start date Start date
AI Thread Summary
The limit of g(x,y) = sin(x)/(x+y) as (x,y) approaches (0,0) is indeterminate, yielding a 0/0 form that necessitates further analysis to determine if it exists. It has been clarified that encountering a 0/0 situation does not automatically imply the limit does not exist; rather, additional work is required to evaluate it. The limit's behavior is path-dependent, with different values along different approaches, indicating that the limit does not exist. Specifically, along the line y=0, the limit approaches 1, while along y=x, it approaches 1/2. This illustrates the connection between limits and continuity, emphasizing that continuity requires consistent limit values from all directions.
negation
Messages
817
Reaction score
0
What can we deduce about the lim g(x,y) as (x,y) -> (0,0)?
where g(x,y) = sin(x)/x+y

in substituiting, we get 0/0 so it has an indeterminate form which requires further work to ascertain if it is truly DNE or if it has a limit.
What I've been hearing too is that since it is 0/0 for the above function, the limit DNE. Which is which? Or are definitions being loosely used?
 
Mathematics news on Phys.org
Is that ##\frac{\sin(x)}{x} + y## or ##\frac{\sin(x)}{x+y}##?
 
negation said:
What can we deduce about the lim g(x,y) as (x,y) -> (0,0)?
where g(x,y) = sin(x)/x+y

in substituiting, we get 0/0 so it has an indeterminate form which requires further work to ascertain if it is truly DNE or if it has a limit.

That is correct.

What I've been hearing too is that since it is 0/0 for the above function, the limit DNE.

That is incorrect. Just because you get a "0/0"-situation doesn't mean the limit does not exist. It does mean that you need to do some more work to find out what the limit is and whether it actually does exist.
 
micromass said:
That is correct.



That is incorrect. Just because you get a "0/0"-situation doesn't mean the limit does not exist. It does mean that you need to do some more work to find out what the limit is and whether it actually does exist.

Can I then presume a case of "loose" definition has been employed?

From my notes, it reads
" the limiting behaviour is path dependent so lim of the function g(x,y) as (x,y) ->0 does not exists.
 
pwsnafu said:
Is that ##\frac{\sin(x)}{x} + y## or ##\frac{\sin(x)}{x+y}##?

The former.

Edit: sorry, latter!

The former has a limit by performing l'hopital rule.
 
negation said:
From my notes, it reads
" the limiting behaviour is path dependent so lim of the function g(x,y) as (x,y) ->0 does not exists.
That is the correct definition. In this case, ##\frac{\sin x}{x+y}## takes on different values as (x,y)→0 depending on the path. For example, the limit is 1 along the line y=0, but it's 1/2 along the line y=x. The limit does not exist.

This can happen even in one dimension. What's the derivative of |x| at x=0?
 
D H said:
That is the correct definition. In this case, ##\frac{\sin x}{x+y}## takes on different values as (x,y)→0 depending on the path. For example, the limit is 1 along the line y=0, but it's 1/2 along the line y=x. The limit does not exist.

This can happen even in one dimension. What's the derivative of |x| at x=0?

It is differentiable everywhere except x=0.
 
Precisely. The one-sided limits ##\lim_{h \to 0^+} \frac{|x+h| - |x|}{h}## and ##\lim_{h \to 0^-} \frac{|x+h| - |x|}{h}## exist at x=0 but differ from one another. Therefore the two-sided limit ##\lim_{h \to 0} \frac{|x+h| - |x|}{h}## doesn't exist at x=0.
 
D H said:
Precisely. The one-sided limits ##\lim_{h \to 0^+} \frac{|x+h| - |x|}{h}## and ##\lim_{h \to 0^-} \frac{|x+h| - |x|}{h}## exist at x=0 but differ from one another. Therefore the two-sided limit ##\lim_{h \to 0} \frac{|x+h| - |x|}{h}## doesn't exist at x=0.

I might be wrong. But intuitively, this appears to relate to the idea of continuity. From what you've stated, I gather that if both limit from the left f(x-) = f(x+) = f(x), then the graph is continuous.
 
  • #10
Continuity and limits go hand in hand. A function f(x) is continuous at some point x=a if
  • The function is defined at x=a (i.e., f(a) exists),
  • The limit of f(x) as x→a exists, and
  • These two quantities are equal to one another.
 
  • Like
Likes 1 person
Back
Top