Change from polar to rectangular coordinates

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
3 replies · 6K views
duki
Messages
264
Reaction score
0

Homework Statement



change from polar to rectangular coordinates

Homework Equations



[tex]\cos{theta}+r^2\sin{theta}=\tan{theta}[/tex]

The Attempt at a Solution



I got
[tex]x^2 + y^2 + x + y = \frac{y}{x}\sqrt{x^2+y^2}[/tex]

does that look right?
 
Physics news on Phys.org
Since [tex]r^2[/tex] is multiplied by [tex]\sin \theta[/tex] rather than added to it, shouldn't it be

[tex]x + (x^2 + y^2)y = \frac{y}{x}\sqrt{x^2 + y^2}[/tex]?
 
The simplest way to do this is to multiply the entire equation by r:
[tex]r cos(\theta)+ r^2(r sin(\theta))= r tan(\theta)= r \frac{r sin(\theta)}{r cos(\theta)}[/tex]
so
[tex]x+ (x^2+ y^2)y= \sqrt{x^2+ y^2}\frac{y}{x}[/tex]