<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Steady state concentration</title>
    <link>http://www.mapleprimes.com/questions/142805-Steady-State-Concentration</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 18:19:12 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 18:19:12 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Steady state concentration</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Steady state concentration</title>
      <link>http://www.mapleprimes.com/questions/142805-Steady-State-Concentration</link>
    </image>
    <item>
      <title>A few hints</title>
      <link>http://www.mapleprimes.com/questions/142805-Steady-State-Concentration?ref=Feed:MaplePrimes:Steady state concentration:Comments#answer142818</link>
      <itunes:summary>&lt;p&gt;In Maple syntax the ode can be written&lt;/p&gt;
&lt;p&gt;eq:=diff(z(t),t)=k*(1/2-z(t))*(1/3-z(t));&lt;/p&gt;
&lt;p&gt;Use dsolve to solve the ode. You need an initial value, say z(0) = z0.&lt;br&gt;Then the solution to the initial value problem is &lt;/p&gt;
&lt;p&gt;dsolve( { eq, z(0) = z0} );&lt;/p&gt;
&lt;p&gt;Be aware that there are two equilibria, z = 1/2 and z = 1/3. The one is asymptotically stable, the other is unstable.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;In Maple syntax the ode can be written&lt;/p&gt;
&lt;p&gt;eq:=diff(z(t),t)=k*(1/2-z(t))*(1/3-z(t));&lt;/p&gt;
&lt;p&gt;Use dsolve to solve the ode. You need an initial value, say z(0) = z0.&lt;br&gt;Then the solution to the initial value problem is &lt;/p&gt;
&lt;p&gt;dsolve( { eq, z(0) = z0} );&lt;/p&gt;
&lt;p&gt;Be aware that there are two equilibria, z = 1/2 and z = 1/3. The one is asymptotically stable, the other is unstable.&lt;/p&gt;</description>
      <guid>142818</guid>
      <pubDate>Wed, 30 Jan 2013 19:26:40 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>