<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, polarplot -- parametric</title>
    <link>http://www.mapleprimes.com/questions/39382-Polarplot--Parametric</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 14:21:47 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 14:21:47 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, polarplot -- parametric</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, polarplot -- parametric</title>
      <link>http://www.mapleprimes.com/questions/39382-Polarplot--Parametric</link>
    </image>
    <item>
      <title>Polar</title>
      <link>http://www.mapleprimes.com/questions/39382-Polarplot--Parametric?ref=Feed:MaplePrimes:polarplot -- parametric:Comments#answer71745</link>
      <itunes:summary>&lt;p&gt;The relationship between a polar equation &lt;b&gt;r&lt;/b&gt; and parametric equations is that &lt;b&gt;x = r cos(&amp;theta;)&lt;/b&gt; and &lt;b&gt;y = r sin(&amp;theta;)&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&amp;gt;restart:&lt;/p&gt;
&lt;p&gt;&amp;gt;with(plots):&lt;/p&gt;
&lt;p&gt;&amp;gt;polarplot([sin(2*theta),theta,theta=0..2*Pi]);&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&amp;gt;r1:=sin(2*theta);&lt;br /&gt;
&amp;gt;x1:=r1*sin(theta);&lt;br /&gt;
&amp;gt;y1:=r1*cos(theta);&lt;br /&gt;
&amp;gt;plot([x1,y1,theta=0..2*Pi]);&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;The relationship between a polar equation &lt;b&gt;r&lt;/b&gt; and parametric equations is that &lt;b&gt;x = r cos(&amp;theta;)&lt;/b&gt; and &lt;b&gt;y = r sin(&amp;theta;)&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&amp;gt;restart:&lt;/p&gt;
&lt;p&gt;&amp;gt;with(plots):&lt;/p&gt;
&lt;p&gt;&amp;gt;polarplot([sin(2*theta),theta,theta=0..2*Pi]);&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&amp;gt;r1:=sin(2*theta);&lt;br /&gt;
&amp;gt;x1:=r1*sin(theta);&lt;br /&gt;
&amp;gt;y1:=r1*cos(theta);&lt;br /&gt;
&amp;gt;plot([x1,y1,theta=0..2*Pi]);&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</description>
      <guid>71745</guid>
      <pubDate>Wed, 14 May 2008 00:59:39 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>polar plot -- parametric</title>
      <link>http://www.mapleprimes.com/questions/39382-Polarplot--Parametric?ref=Feed:MaplePrimes:polarplot -- parametric:Comments#answer71744</link>
      <itunes:summary>&lt;p&gt;Sorry, Georgios, neither of your suggestions work.&amp;nbsp; I get a four-leat rose in both cases.&lt;/p&gt;
&lt;p&gt;Allan&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Sorry, Georgios, neither of your suggestions work.&amp;nbsp; I get a four-leat rose in both cases.&lt;/p&gt;
&lt;p&gt;Allan&lt;/p&gt;</description>
      <guid>71744</guid>
      <pubDate>Wed, 14 May 2008 01:20:29 Z</pubDate>
      <itunes:author>alla</itunes:author>
      <author>alla</author>
    </item>
    <item>
      <title>polar plot parametric</title>
      <link>http://www.mapleprimes.com/questions/39382-Polarplot--Parametric?ref=Feed:MaplePrimes:polarplot -- parametric:Comments#answer71743</link>
      <itunes:summary>&lt;p&gt;Georgios, you had it right except that you wrote sin(2*theta) instead of 2 sin(theta).&lt;/p&gt;
&lt;p&gt;Alla&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Georgios, you had it right except that you wrote sin(2*theta) instead of 2 sin(theta).&lt;/p&gt;
&lt;p&gt;Alla&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>71743</guid>
      <pubDate>Wed, 14 May 2008 01:35:12 Z</pubDate>
      <itunes:author>alla</itunes:author>
      <author>alla</author>
    </item>
    <item>
      <title>2*sin(theta)</title>
      <link>http://www.mapleprimes.com/questions/39382-Polarplot--Parametric?ref=Feed:MaplePrimes:polarplot -- parametric:Comments#answer71742</link>
      <itunes:summary>&lt;p&gt;Georgios has slipped the 2 into the wrong place; you want&lt;/p&gt;
&lt;p&gt;polarplot([2*sin(theta),theta,theta=0..2*Pi]);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Georgios has slipped the 2 into the wrong place; you want&lt;/p&gt;
&lt;p&gt;polarplot([2*sin(theta),theta,theta=0..2*Pi]);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>71742</guid>
      <pubDate>Wed, 14 May 2008 01:35:32 Z</pubDate>
      <itunes:author>dharr</itunes:author>
      <author>dharr</author>
    </item>
    <item>
      <title>Correction</title>
      <link>http://www.mapleprimes.com/questions/39382-Polarplot--Parametric?ref=Feed:MaplePrimes:polarplot -- parametric:Comments#answer71737</link>
      <itunes:summary>&lt;p&gt;Thank you for the correction, sometimes what I see and what I type are not aligned.&amp;nbsp; I need to copy and paste instead of transcribing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you for the correction, sometimes what I see and what I type are not aligned.&amp;nbsp; I need to copy and paste instead of transcribing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</description>
      <guid>71737</guid>
      <pubDate>Wed, 14 May 2008 03:44:33 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
  </channel>
</rss>