<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How to Solve a First-Order IVP Involving a Constant of Proportionality?</title>
    <link>http://www.mapleprimes.com/questions/127158-How-To-Solve-A-FirstOrder-IVP-Involving</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 09:19:41 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:19:41 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to Solve a First-Order IVP Involving a Constant of Proportionality?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to Solve a First-Order IVP Involving a Constant of Proportionality?</title>
      <link>http://www.mapleprimes.com/questions/127158-How-To-Solve-A-FirstOrder-IVP-Involving</link>
    </image>
    <item>
      <title>Numerically</title>
      <link>http://www.mapleprimes.com/questions/127158-How-To-Solve-A-FirstOrder-IVP-Involving?ref=Feed:MaplePrimes:How to Solve a First-Order IVP Involving a Constant of Proportionality?:Comments#answer127170</link>
      <itunes:summary>&lt;p&gt;Numerically you can get an answer by using dsolve only, but the solution is found only between 0 and 1/2:&lt;/p&gt;
&lt;p&gt;resNum:=dsolve({diff(y(t),t) = k*(y(t)-10), y(0)=70, y(1/2)=50},numeric,output=listprocedure);&lt;br&gt;K,Y:=op(eval([k,y(t)],resNum));&lt;br&gt;K(.3);&lt;br&gt;plot(K,0..1,-1..0);&lt;br&gt;plot(Y,0..1);&lt;br&gt;#More natural is it to do the following, variants of which you have probably already tried.&lt;br&gt;resEx:=dsolve({diff(y(t),t) = k*(y(t)-10), y(0)=70});&lt;br&gt;solve(eval(resEx,{y(t)=50,t=1/2}),{k});&lt;br&gt;eval(resEx,%);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Numerically you can get an answer by using dsolve only, but the solution is found only between 0 and 1/2:&lt;/p&gt;
&lt;p&gt;resNum:=dsolve({diff(y(t),t) = k*(y(t)-10), y(0)=70, y(1/2)=50},numeric,output=listprocedure);&lt;br&gt;K,Y:=op(eval([k,y(t)],resNum));&lt;br&gt;K(.3);&lt;br&gt;plot(K,0..1,-1..0);&lt;br&gt;plot(Y,0..1);&lt;br&gt;#More natural is it to do the following, variants of which you have probably already tried.&lt;br&gt;resEx:=dsolve({diff(y(t),t) = k*(y(t)-10), y(0)=70});&lt;br&gt;solve(eval(resEx,{y(t)=50,t=1/2}),{k});&lt;br&gt;eval(resEx,%);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>127170</guid>
      <pubDate>Sat, 29 Oct 2011 12:05:27 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>