Find the inverse of following function

  • Context: Undergrad 
  • Thread starter Thread starter sit.think.solve
  • Start date Start date
  • Tags Tags
    Function Inverse
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
sit.think.solve
Messages
9
Reaction score
0
How do you find the inverse of following function?

p(x)=(cos2pix,sin2pix) where pi means 3.14etc NOT p times i.
 
Physics news on Phys.org
This is a function from R to R2? I.e. [itex]p(t)= (cos(2\pi x), sin(2\pi x)[/itex]. Then it maps the half open interval [0, 1) in R onto the unit circle in R2. At t=1 you start around the circle again so the function is not one-to-one and you do not have an inverse outside that interval. The range of that function is, of course, {(x,y)|x2+ y2= 1} and that must be the domain of the inverse function. On that domain, [itex]p^{-1}(x,y)= arccos(x)/(2\pi)[/itex] if y>= 0, [itex]1- arcos(x)/(2\pi)[/itex] if y< 0.