MHB Does the limit of (sin(x)sin(x))/(x^2 + y^2) as (x,y) approaches (0,0) exist?

  • Thread starter Thread starter Jamie2
  • Start date Start date
  • Tags Tags
    Limit
Jamie2
Messages
17
Reaction score
0
I need help showing that the
limit as (x,y)-->(0,0) of (sin(x)sin(x))/x2+y2 does not exist.

I've tried approaching the function along the path y=mx, x=y, y=x^3, and several other paths and am not getting any different limits.
 
Physics news on Phys.org
Jamie said:
I need help showing that the
limit as (x,y)-->(0,0) of (sin(x)sin(x))/x2+y2 does not exist.

I've tried approaching the function along the path y=mx, x=y, y=x^3, and several other paths and am not getting any different limits.

Welcome to MHB, Jamie! :)

Which limits do you get?

Easiest should be x=0 versus y=0.
 
I like Serena said:
Welcome to MHB, Jamie! :)

Which limits do you get?

Easiest should be x=0 versus y=0.

for both x=0 and y=0 I got that the limit is undefined (0/0)
 
Jamie said:
for both x=0 and y=0 I got that the limit is undefined (0/0)

Hmm, I am not getting (0/0)...
How did you arrive at that? :confused:

Let's pick one. With x=0 we get:
$$\lim_{y \to 0} \frac{\sin(0)\sin(0)}{0^2+y^2}
= \lim_{y \to 0} \frac{0}{y^2}
= \lim_{y \to 0} 0
= 0$$

How far can you get with y=0?
Can you perhaps show some of your workings?
 
I like Serena said:
Hmm, I am not getting (0/0)...
How did you arrive at that? :confused:

Let's pick one. With x=0 we get:
$$\lim_{y \to 0} \frac{\sin(0)\sin(0)}{0^2+y^2}
= \lim_{y \to 0} \frac{0}{y^2}
= \lim_{y \to 0} 0
= 0$$

How far can you get with y=0?
Can you perhaps show some of your workings?

sorry! i made a typo. the original problem has sin(x)sin(y) in the numerator
 
Jamie said:
sorry! i made a typo. the original problem has sin(x)sin(y) in the numerator

Okay... what do you get for x=0 then?
And can you show some of your thoughts for y=x?
 
I like Serena said:
Okay... what do you get for x=0 then?
And can you show some of your thoughts for y=x?

along the path y=x
x=t
y=t

limit as t-->0 of sint*sint/t^2+t^2 = sin(0)sin(0)/(0^2+0^2)= 0/0=undefined

along the path x=0
x=0
y=t

limit as t-->0 sin(t)*sin(0)/t^2+0= sin(0)*sin(0)/0^2+0=0/0 =undefined
 
Jamie said:
along the path x=0
x=0
y=t

limit as t-->0 sin(t)*sin(0)/t^2+0= sin(0)*sin(0)/0^2+0=0/0 =undefined

Let's start with this one.

When you take a limit, the variable approaching 0 ($t$ in this case) is considered to be non-zero at all times. That is part of the definition of a limit. When you would find 0/0 when you would fill in 0, that means that you are not done yet.

To give the example:
$$\lim_{t \to 0} \frac{\sin(t)\sin(0)}{t^2+0}
= \lim_{t \to 0} \frac{\sin(t)\cdot 0}{t^2}
= \lim_{t \to 0} \frac{0}{t^2}
= \lim_{t \to 0}\ 0 = 0$$
See how I postpone filling in 0 until I no longer have a result that would lead to 0/0?
 
Back
Top