Group Abstract Group Abstract

Message Boards Message Boards

0
|
9.5K Views
|
4 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Someone could tell me please do that I'm doing wrong?

Posted 11 years ago

Hi all, I write for a little help, I have the function

y^2 = x and I turned it to its polar form by the following steps

    ini = y^2 == x /. {x -> r*Cos[x], y -> r*Sin[x]} ;
    conv = Replace[r, Solve[ini, r]][[2]];
PolarPlot[Cot[t] Csc[t], {t, 0, 2 Pi}, 
 PlotRange -> {{0, 80}, {-10, 10}}]

Then attempt to convert it to its form parametric from the polar form but the plot is where the problem arises

conv*Cos[x] (* This is x[t]*)
conv*Sin[x]   (* This is y[t]*)

The problem is the graph the equations parametric I have obtained, someone could tell me please do that I'm doing wrong?

ParametricPlot[{Cot[t]^2, Cot[t]}, {t, 0, 2 Pi}]

Thanks in advance.

POSTED BY: Luis Ledesma
4 Replies

Not using an informative subject header, for a start.

POSTED BY: Daniel Lichtblau
POSTED BY: Nasser M. Abbasi

That's right... enter image description here

POSTED BY: Simon Cadrin
Posted 11 years ago

Thank you very much for your help this Nasser it is the graph that he hopes to obtain, also thanks for your council to tabulate I bear it very in mind it might be said that I already did mine.

Luis Ledesma

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