Finding a function in x,y from function in polar coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
sara_87
Messages
748
Reaction score
0

Homework Statement


v is in polar coordinates and i want to fin u(x,y) knowing that v(r,theta)=u(rcos(theta),rsin(theta))
therefore, u(x,y)=v(sqrt(x^2+y^2), arctan(y/x))
v(r,theta) = 9+18cos(2(theta))-9sin(4(theta))
question: what is u(x,y)?

Homework Equations





The Attempt at a Solution



u(x,y)=9+18cos(2arctan(y/x))-9sin(4arctan(y/x))

Is this correct and can i simplify this more?
Thank you.
 
Physics news on Phys.org


It's correct, but you can simplify a lot more. I would use double-angle formulas to express [itex]\sin(4\theta)[/itex] and [itex]\cos(2\theta)[/itex] in terms of [itex]\sin(\theta)[/itex] and [itex]\cos(\theta)[/itex]. Then I could substitute [itex]\theta=\tan^{-1}(y/x)[/itex] and work the resulting expressions into algebraic expressions.