Continuous Extension of Function at Origin: Can f=1?

  • Context: Graduate 
  • Thread starter Thread starter Alexx1
  • Start date Start date
  • Tags Tags
    Continuous Extension
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
4 replies · 3K views
Alexx1
Messages
86
Reaction score
0
How can the function

f: ℝ² → ℝ : (x,y) |--> [tex]{{x^2+y^2-(x^3y^3)}\over{x^2+y^2}}[/tex] if (x,y) ≠ (0,0)

be defined in the origin so that we get a continuous function?When I take 'x=y' (so (y,y)) and 'y=x' (so (x,x)) I get:

[tex]{{2-y^4}\over{2}}[/tex]

and

[tex]{{2-x^4}\over{2}}[/tex]

So for the first one I get '1' when y=0
and for the second one I get '1' when x=0

So can I say that if (x,y)=0 --> f=1 ??
 
Physics news on Phys.org
Yes, you can extend your function to a continuous one if you define f(0,0)=1.
 
Petr Mugver said:
Yes, you can extend your function to a continuous one if you define f(0,0)=1.

Thx!
 
In order to make this general, you should switch to polar coordinates.

Then, we can transforme the fraction to:
[tex]\frac{r^{2}-r^{6}\sin^{3}\theta\cos^{3}\theta}{r^{2}}=1-r^{4}\sin^{3}\theta\cos^{3}\theta, r\neq{0}[/tex]
clearly, this is readily extendable for r=0.
 
arildno said:
In order to make this general, you should switch to polar coordinates.

Then, we can transforme the fraction to:
[tex]\frac{r^{2}-r^{6}\sin^{3}\theta\cos^{3}\theta}{r^{2}}=1-r^{4}\sin^{3}\theta\cos^{3}\theta, r\neq{0}[/tex]
clearly, this is readily extendable for r=0.

Thank you very much!
And how about this one?

https://www.physicsforums.com/showthread.php?t=421612