Message Boards Message Boards

0
|
21908 Views
|
6 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

how to use wolfram to convert rectangular equations to polar equations??

Posted 9 years ago

Trying to figure this out but havent been able to.Example of rectangular would be x^2-y+2=0 and it would need to be in some sort of "r=" form

POSTED BY: jerrod dockan
6 Replies
POSTED BY: Simon Cadrin

enter image description here

POSTED BY: Simon Cadrin
Posted 9 years ago

Take x^2-y+2=a and later make a go to zero

In[13]:= x^2 - y^2 == a /. 
  Thread[Rule[{x, y}, FromPolarCoordinates[{r, \[Theta]}]]];
Solve[%, r]

Out[14]= {{r -> -(Sqrt[a]/Sqrt[
    Cos[\[Theta]]^2 - Sin[\[Theta]]^2])}, {r -> Sqrt[a]/Sqrt[
   Cos[\[Theta]]^2 - Sin[\[Theta]]^2]}}

You can see a approach zero in this manipulate:

Manipulate[
 PolarPlot[a/Sqrt[
  Cos[\[Theta]]^2 - Sin[\[Theta]]^2], {\[Theta], 0, 2 \[Pi]}, 
  PlotPoints -> 1000, PlotRange -> 5], {{a, 0.5}, 0.02, 1, 
  Appearance -> "Labeled"}]

enter image description here

POSTED BY: Erik Mahieu

What specifically have you tried?

POSTED BY: Daniel Lichtblau
Posted 9 years ago

Im a noob to this. I just typed in "x^2-y+2=0 Convert to polar" and its just popping up as a graph (helpful but not exactly what im looking for) Im wondering if it will somehow be able to give me an answer in r= some term of sin(theta)/cos(theta)

POSTED BY: jerrod dockan
Posted 9 years ago

Im a noob to this. I just typed in "x^2-y+2=0 Convert to polar" and its just popping up as a graph (helpful but not exactly what im looking for) Im wondering if it will somehow be able to give me an answer in r= some term of sin(theta)/cos(theta)

POSTED BY: jerrod dockan
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract