Rearranging functions/inverse relationships

  • Thread starter Thread starter adron
  • Start date Start date
  • Tags Tags
    Relationships
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 · 2K views
adron
Messages
5
Reaction score
0

Homework Statement


Say z = f(x,y) where x = r cos(theta) and y = r sin(theta), how would I go about rearranging this to find r(x,y)?


Homework Equations





The Attempt at a Solution


I thought maybe I should find r in terms of x and y and then equate them, but I don't think that's right.. a point in the right direction would be much appreciated.
 
Physics news on Phys.org
Ok, so now I have
r = (x^2 + y^2)/sqrt(cos^2 theta + sin^2 theta)

since x^2 + y^2 = 1.

Is that correct? And is that the same as r(x,y)?
 
adron said:
Ok, so now I have
r = (x^2 + y^2)/sqrt(cos^2 theta + sin^2 theta)

since x^2 + y^2 = 1.

Is that correct? And is that the same as r(x,y)?

x^2+y^2=r^2*(sin(theta)^2+cos(theta)^2). Isn't that what you mean??
 
x^2 + y^2 = 1 doesn't it?
so then (r cos(theta))^2 + (r sin(theta))^2 = 1 = x^2 + y^2
And then I just rearranged them to find r in terms of x,y.