Smooth Mapping Between Unit Circle and Curve in R^2?

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
Pip021
Messages
2
Reaction score
0
Hi, I have been told that in R^2 the unit circle {(x,y) | x^2 + y^2 = 1} is smoothly mappable to the curve {(x,y) | x^4 + y^2 = 1}.

Can someone please tell me what this smooth map is between them? I can only think of using the map (x,y) --> (sqrt(x), y) if x is non-negative and (sqrt(-x), y) if x is negative. Thanks for any help.
 
Physics news on Phys.org
Both [itex]x^2+ y^2= 1[/itex] and [itex]x^4+ y^2= 1[/itex] loop around the origin. Draw the line from the origin through a point on the circle. Where that ray crosses the second graph is s(x,y).
 
The advantage of Halls' answer seems to be that he is projecting along a direction that never becomes tangent to the circle. I.e. #1 projects horizontally, and #2 projects radially. Still it is not so trivial for me to prove #2 is actually smooth, as the equation I am getting for r is still undefined at x=0, although it seems to extend.

An abstract approach is Riemann's mapping theorem, with extension to the boundary, that apparently gives an analytic map.
 
HallsofIvy: Thanks, that's a nice bijection. I clearly need to think more geometrically for this type of problem.

mathwonk: I don't think there is a problem at x=0 (for Halls' map) because you can just define r to be 1 for x=0 and then it is smooth on S1.