<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, implicit differentiation</title>
    <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 15:05:34 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 15:05:34 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, implicit differentiation</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, implicit differentiation</title>
      <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation</link>
    </image>
    <item>
      <title>a way</title>
      <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation?ref=Feed:MaplePrimes:implicit differentiation:Comments#answer60491</link>
      <itunes:summary>&lt;p&gt;For instance:&lt;/p&gt;
&lt;pre&gt;
implicitdiff(x*sin(x*y)=x,y,x):
simplify(%,{sin(x*y)=1});
                                - y/x
&lt;/pre&gt;
&lt;p&gt;Or&lt;/p&gt;
&lt;pre&gt;
eq:=x*sin(x*y)=x:
implicitdiff(eq,y,x):
simplify(%,{eq/x});

                                - y/x
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;For instance:&lt;/p&gt;
&lt;pre&gt;
implicitdiff(x*sin(x*y)=x,y,x):
simplify(%,{sin(x*y)=1});
                                - y/x
&lt;/pre&gt;
&lt;p&gt;Or&lt;/p&gt;
&lt;pre&gt;
eq:=x*sin(x*y)=x:
implicitdiff(eq,y,x):
simplify(%,{eq/x});

                                - y/x
&lt;/pre&gt;</description>
      <guid>60491</guid>
      <pubDate>Sun, 03 Jan 2010 23:39:29 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>perfect</title>
      <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation?ref=Feed:MaplePrimes:implicit differentiation:Comments#answer60486</link>
      <itunes:summary>thanks !</itunes:summary>
      <description>thanks !</description>
      <guid>60486</guid>
      <pubDate>Mon, 04 Jan 2010 05:45:29 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>comment</title>
      <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation?ref=Feed:MaplePrimes:implicit differentiation:Comments#answer60489</link>
      <itunes:summary>&lt;p&gt;Your original premise is flawed.&amp;nbsp; That is, the additional assumption that cos(x*y) &amp;lt;&amp;gt; 0 implies sin(x*y) &amp;lt;&amp;gt; 1.&amp;nbsp; So the only solution to the equation is x=0. &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Your original premise is flawed.&amp;nbsp; That is, the additional assumption that cos(x*y) &amp;lt;&amp;gt; 0 implies sin(x*y) &amp;lt;&amp;gt; 1.&amp;nbsp; So the only solution to the equation is x=0. &lt;/p&gt;</description>
      <guid>60489</guid>
      <pubDate>Mon, 04 Jan 2010 09:27:03 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
    <item>
      <title>strange</title>
      <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation?ref=Feed:MaplePrimes:implicit differentiation:Comments#answer60490</link>
      <itunes:summary>I realised a little while ago that the question is quite strange. Adding to the strangeness is the page where I saw the question posed:
http://www.analyzemath.com/calculus/Differentiation/implicit.html
Note the given answer at the bottom

</itunes:summary>
      <description>I realised a little while ago that the question is quite strange. Adding to the strangeness is the page where I saw the question posed:
http://www.analyzemath.com/calculus/Differentiation/implicit.html
Note the given answer at the bottom

</description>
      <guid>60490</guid>
      <pubDate>Mon, 04 Jan 2010 10:03:00 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>x=0 ? Surely not.....?</title>
      <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation?ref=Feed:MaplePrimes:implicit differentiation:Comments#answer60487</link>
      <itunes:summary>Surely if x=0 then sin(x*y)=0 which contradicts the original relation sin(x*y)=1

From the original relationship, sin(x*y) = 1, provided that x is *not* equal to zero. Thus, xy = pi/2 ± k.2pi; ie xy = const. This gives dy/dx = - y/x immediately. In the second method, before dividing by x^2cos(x*y), we have the expression 
x{cos(xy)[y + x.dy/dx]} + sin(xy) = 1. But sin(xy) = 1, xy = Pi/2 ±k*2*Pi, so cos(xy) = 0
</itunes:summary>
      <description>Surely if x=0 then sin(x*y)=0 which contradicts the original relation sin(x*y)=1

From the original relationship, sin(x*y) = 1, provided that x is *not* equal to zero. Thus, xy = pi/2 ± k.2pi; ie xy = const. This gives dy/dx = - y/x immediately. In the second method, before dividing by x^2cos(x*y), we have the expression 
x{cos(xy)[y + x.dy/dx]} + sin(xy) = 1. But sin(xy) = 1, xy = Pi/2 ±k*2*Pi, so cos(xy) = 0
</description>
      <guid>60487</guid>
      <pubDate>Mon, 04 Jan 2010 10:21:25 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>Look at the curve</title>
      <link>http://www.mapleprimes.com/questions/36042-Implicit-Differentiation?ref=Feed:MaplePrimes:implicit differentiation:Comments#answer60488</link>
      <itunes:summary>&lt;p&gt;The &amp;quot;curve&amp;quot; defined by the equation x*sin(x*y)=x consists of hyperbolas y=c/x, where c=(2*k+1)*Pi/2, along with the y-axis, from the solution x=0.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So when x=0, dy/dx is undefined.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The &amp;quot;curve&amp;quot; defined by the equation x*sin(x*y)=x consists of hyperbolas y=c/x, where c=(2*k+1)*Pi/2, along with the y-axis, from the solution x=0.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So when x=0, dy/dx is undefined.&lt;/p&gt;</description>
      <guid>60488</guid>
      <pubDate>Mon, 04 Jan 2010 21:52:27 Z</pubDate>
      <itunes:author>Alex
 Smith
</itunes:author>
      <author>Alex
 Smith
</author>
    </item>
  </channel>
</rss>