Proving Continuity of a Function in R^2 Using Sequences

Click For Summary

Homework Help Overview

The problem involves proving the continuity of a function defined on \(\mathbb{R}^2\) at the point (0,0). The function is given by \(f(0,0)=0\) and \(f(x,y)=\frac{x|y|}{\sqrt{x^2+y^2}}\) for \((x,y)\neq(0,0)\). Participants are exploring various approaches to establish continuity or discontinuity at this point.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss attempts to show continuity by using sequences that converge to (0,0) and analyzing the behavior of the function's output. There are considerations of both proving continuity and finding counterexamples. Questions arise regarding the validity of ignoring the absolute value in certain quadrants and whether a Lipschitz condition can be applied effectively.

Discussion Status

The discussion includes various attempts to analyze the function's continuity through different sequences and methods. Some participants suggest using a brute force approach with bounds, while others are working on generalizing the proof for arbitrary sequences converging to (0,0). There is no explicit consensus on the method to be used, and multiple lines of reasoning are being explored.

Contextual Notes

Participants are navigating constraints related to the function's definition and the need to consider different approaches to continuity. There is an emphasis on the requirement to show continuity for arbitrary sequences, which adds complexity to the discussion.

jjou
Messages
63
Reaction score
0
Let f:\mathbb{R}^2\rightarrow\mathbb{R} be f(0,0)=0 and f(x,y)=\frac{x|y|}{\sqrt{x^2+y^2}} for (x,y)\neq(0,0). Is f continuous at (0,0)?



I tried showing it WAS NOT continuous by finding sequences that converge to 0 but whose image did not converge to 0. I tried sequences of the form (ct, t) where c was a constant and t went to 0 as well as sequences of the form (t^c, t). Simple forms such as (t^c, t^c) or (1/t, 1/t) did not work either.

Then I tried to show it WAS continuous by showing it was lipschitz, which turned into a horribly horribly long expansion without a clear inequality - so I'm pretty sure this isn't the correct method.

Is there a method I am overlooking?

(Also, am I allowed to ignore the absolute value in the numerator if I restrict (x,y) to the first and second quadrants of \mathbb{R}^2?)
 
Physics news on Phys.org
Brute force is always good. Take sqrt(x^2+y^2)=r. Then |x|<=r and |y|<=r. So the absolute value of the numerator is less than r^2. So |f(x,y)|<=r. Now let r->0.
 
Thanks!

So, I define a sequence (a_n) such that, for each n, a_n=(x_n,y_n)\in\D_{1/n}(0,0)=\{a\in\mathbb{R}^2|d(a,0)=1\n\}. Then as n\rightarrow\infty we have a_n\rightarrow0. Then for any n, \sqrt{x_n^2+y_n^2}=1/n which implies that |x_n|\leq1/n and |y_n|\leq1/n.

Then we have that f(a_n)\rightarrow f(0)=0 iff |f(a_n)|\rightarrow0.

|f(a_n)|=\left|\frac{x_n|y_n|}{\sqrt{x_n^2+y_n^2}}\right|=\frac{|x_n||y_n|}{\sqrt{x_n^2+y_n^2}}=n*|x_n||y_n|\leq n*\frac{1}{n}*\frac{1}{n} = \frac{1}{n}

which completes the proof since \frac{1}{n}\rightarrow0. Thus the function f is continuous.

Thanks again! :)
 
Actually... I have to show this works for arbitrary sequence a_n converging to (0,0). So I should define the sequence r_n=d(a_n,0)=\sqrt{x_n^2+y_n^2} and the rest is the same.

8-)
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
Replies
34
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K