<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Is this a standard PDE ?</title>
    <link>http://www.mapleprimes.com/questions/102001-Is-This-A-Standard-PDE-</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 09:42:02 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 09:42:02 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Is this a standard PDE ?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Is this a standard PDE ?</title>
      <link>http://www.mapleprimes.com/questions/102001-Is-This-A-Standard-PDE-</link>
    </image>
    <item>
      <title>Not many chances</title>
      <link>http://www.mapleprimes.com/questions/102001-Is-This-A-Standard-PDE-?ref=Feed:MaplePrimes:Is this a standard PDE ?:Comments#answer102005</link>
      <itunes:summary>&lt;p&gt;Using that the two mixed partials w.r.t. x and y are equal you can write down a condition for solving the system:&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;pde1 := diff(f(x,y),x) + A(x) * ( p11* f(x,y) + p12 + p13*x ) &lt;br&gt;= p14 * B(y)/B(x) * diff(f(x,y),x);&lt;br&gt;&lt;br&gt;pde2 := diff(f(x,y),y) + A(y) * ( p21* f(x,y) + p22 + p23*y ) &lt;br&gt;= p24 * B(x)/B(y) * diff(f(x,y),y);&lt;br&gt;&lt;br&gt;diff(isolate(pde1,diff(f(x,y),x)),y);&lt;br&gt;diff(isolate(pde2,diff(f(x,y),y)),x);&lt;br&gt;factor(rhs(%%-%));&lt;br&gt;Nm:=numer(%):&lt;br&gt;#Your first special case:&lt;br&gt;collect(eval(Nm,{p11=0,p21=0}),diff,factor); #This has to be zero&lt;br&gt;#Your second special case:&lt;br&gt;factor(eval(Nm,{p11=0,p21=0,p24=0}));#This has to be zero&lt;/p&gt;
&lt;p&gt;In both cases you get requirements on the coefficients for solutions to exist.&lt;/p&gt;
&lt;p&gt;In the latter special case the requirement is that&lt;/p&gt;
&lt;p&gt;A(x)*B(y)^2*B(x)*(diff(B(y), y))*p14*(p12+p13*x)=0 for all (x,y) in some open non-empty set.&lt;/p&gt;
&lt;p&gt;Unless p14 = 0 or p12 = p13 = 0 then the only interesting case would be B = constant.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Using that the two mixed partials w.r.t. x and y are equal you can write down a condition for solving the system:&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;pde1 := diff(f(x,y),x) + A(x) * ( p11* f(x,y) + p12 + p13*x ) &lt;br&gt;= p14 * B(y)/B(x) * diff(f(x,y),x);&lt;br&gt;&lt;br&gt;pde2 := diff(f(x,y),y) + A(y) * ( p21* f(x,y) + p22 + p23*y ) &lt;br&gt;= p24 * B(x)/B(y) * diff(f(x,y),y);&lt;br&gt;&lt;br&gt;diff(isolate(pde1,diff(f(x,y),x)),y);&lt;br&gt;diff(isolate(pde2,diff(f(x,y),y)),x);&lt;br&gt;factor(rhs(%%-%));&lt;br&gt;Nm:=numer(%):&lt;br&gt;#Your first special case:&lt;br&gt;collect(eval(Nm,{p11=0,p21=0}),diff,factor); #This has to be zero&lt;br&gt;#Your second special case:&lt;br&gt;factor(eval(Nm,{p11=0,p21=0,p24=0}));#This has to be zero&lt;/p&gt;
&lt;p&gt;In both cases you get requirements on the coefficients for solutions to exist.&lt;/p&gt;
&lt;p&gt;In the latter special case the requirement is that&lt;/p&gt;
&lt;p&gt;A(x)*B(y)^2*B(x)*(diff(B(y), y))*p14*(p12+p13*x)=0 for all (x,y) in some open non-empty set.&lt;/p&gt;
&lt;p&gt;Unless p14 = 0 or p12 = p13 = 0 then the only interesting case would be B = constant.&lt;/p&gt;</description>
      <guid>102005</guid>
      <pubDate>Fri, 25 Feb 2011 17:46:08 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>sad</title>
      <link>http://www.mapleprimes.com/questions/102001-Is-This-A-Standard-PDE-?ref=Feed:MaplePrimes:Is this a standard PDE ?:Comments#comment102019</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; Using that the two mixed partials w.r.t. x and y are equal you can write down a condition for solving the system&lt;/p&gt;
&lt;p&gt;Oh that's very useful, thanks A LOT Preben.&lt;/p&gt;
&lt;p&gt;On the other hand I'm a little sad: I don't see any "solvability" condition that matches my modeling constraints...&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; Using that the two mixed partials w.r.t. x and y are equal you can write down a condition for solving the system&lt;/p&gt;
&lt;p&gt;Oh that's very useful, thanks A LOT Preben.&lt;/p&gt;
&lt;p&gt;On the other hand I'm a little sad: I don't see any "solvability" condition that matches my modeling constraints...&lt;/p&gt;</description>
      <guid>102019</guid>
      <pubDate>Sat, 26 Feb 2011 11:41:42 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
  </channel>
</rss>