Continuity 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
5 replies · 2K views
eptheta
Messages
64
Reaction score
0
I have a function in x and y, and I was trying to figure out if it was continuous or not.
[itex]f(x,y)=\frac{x^2-y^2}{(x^2+y^2)^2}[/itex]

As far as I know, the only problematic point in the domain is (x,y)=(0,0) so I tried to use the [itex]\epsilon,\delta[/itex] definition.
My proposed limit at (0,0) being 0,
[itex]\frac{|x^2-y^2|}{(x^2+y^2)^2} < \epsilon[/itex]
when [itex]\sqrt{x^2+y^2}<\delta[/itex]

The epsilon term [itex]< \frac{|x^2|+|y^2|}{(x^2+y^2)^2}<br /> =\frac{x^2+y^2}{(x^2+y^2)^2}<br /> =\frac{1}{(x^2+y^2)} = \frac{1}{\delta^2}[/itex]
therefore, take [itex]\delta=\frac{1}{\sqrt{\epsilon}}[/itex] and the definition is fulfilled.

1.Wolfram alpha tells me the limit doesn't exist, the plot clearly shows me the graph tends towards infinity at (0,0), so there's something wrong with my concepts.
Could someone point out what ?
2.Is the fact that the limit exists at every point a sufficient condition for continuity?

Thanks.
 
Physics news on Phys.org
A more general way to look at this is with polar coordinates.

x = r cos(θ), y = r sin(θ) .

x2 + y2 = r2

[itex]\displaystyle \frac{x^2-y^2}{(x^2+y^2)^2}=\frac{r^2(\cos^2(\theta)-sin^2(\theta))}{(r^2)^2}=\frac{\cos(2\theta)}{r^2}[/itex]

When y = ±x, cos(2θ) = 0. So approaching (0,0) along a line of slope ±1, gives a result of zero.

Approaching (0,0) along any other line gives a result of +∞.

Try approaching (0,0) along the curves: y = x ± 2x3 .
 
eptheta said:
I have a function in x and y, and I was trying to figure out if it was continuous or not.
[itex]f(x,y)=\frac{x^2-y^2}{(x^2+y^2)^2}[/itex]

As far as I know, the only problematic point in the domain is (x,y)=(0,0) so I tried to use the [itex]\epsilon,\delta[/itex] definition.
My proposed limit at (0,0) being 0,
[itex]\frac{|x^2-y^2|}{(x^2+y^2)^2} < \epsilon[/itex]
when [itex]\sqrt{x^2+y^2}<\delta[/itex]

The epsilon term [itex]< \frac{|x^2|+|y^2|}{(x^2+y^2)^2}<br /> =\frac{x^2+y^2}{(x^2+y^2)^2}<br /> =\frac{1}{(x^2+y^2)} = \frac{1}{\delta^2}[/itex]
therefore, take [itex]\delta=\frac{1}{\sqrt{\epsilon}}[/itex] [\QUOTE]

Should be [itex]\frac{1}{(x^2+y^2)}>\frac{1}{\delta^2}[/itex]

since a>b implies [itex]\frac{1}{a}< \frac{1}{b}[/itex] when a,b ±0
and the definition is fulfilled.

1.Wolfram alpha tells me the limit doesn't exist, the plot clearly shows me the graph tends towards infinity at (0,0), so there's something wrong with my concepts.
Could someone point out what ?
2.Is the fact that the limit exists at every point a sufficient condition for continuity?[\QUOTE]

Limit as xn→x should equal f(x).

Sorry, I don't know how to correct quotes.
 
Last edited: