How to Convert Polar to Rectangular Coordinates in Calculus?

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Polar Rectangular
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
2 replies · 3K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$r=3-\cos\left({\theta}\right)$
${r}^{2}=3r-r\cos\left({\theta}\right)$
${x}^{2}+{y}^{2}=3r+x$
How you deal with 3r ?
 
Physics news on Phys.org
karush said:
$r=3-\cos\left({\theta}\right)$
${r}^{2}=3r-r\cos\left({\theta}\right)$
${x}^{2}+{y}^{2}=3r+x$
How you deal with 3r ?
You have a slight mistake: [math]x^2 + y^2 = 3r - x[/math]

As always [math]r = \sqrt{x^2 + y^2}[/math].

Continuing:
[math]x^2 + y^2 = 3 \sqrt{x^2 + y^2} - x[/math]

[math]x^2 + x + y^2 = 3 \sqrt{x^2 + y^2}[/math]

[math]\left ( x^2 + x + y^2 \right ) ^2 = 9(x^2 + y^2)[/math]

etc.

Yes, it's ugly.

-Dan
 
Last edited by a moderator:
Funny I had that answer and thot it was wrong, quess intuition is always right?