<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Help! how can i solve this ODE system.</title>
    <link>http://www.mapleprimes.com/questions/35493-Help-How-Can-I-Solve-This-ODE-System</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 01:55:14 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 01:55:14 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Help! how can i solve this ODE system.</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Help! how can i solve this ODE system.</title>
      <link>http://www.mapleprimes.com/questions/35493-Help-How-Can-I-Solve-This-ODE-System</link>
    </image>
    <item>
      <title>dsolve</title>
      <link>http://www.mapleprimes.com/questions/35493-Help-How-Can-I-Solve-This-ODE-System?ref=Feed:MaplePrimes:Help! how can i solve this ODE system.:Comments#answer44067</link>
      <itunes:summary>&lt;p&gt;Your equations are second order in both v[ds] and v[gs], so you need two more initial conditions to determine the solution uniquely. That's why there are still two arbitrary constants in the solution.&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;
&amp;gt; eqns := 1.00011000*10^(-7)*(diff(v[gs](t), t))-1.000*10^(-12)
    *(diff(v[ds](t), t))+v[gs](t)+1.000*10^(-18)*(diff(v[gs](t), t, t))
    +5.00*10^(-19)*(diff(v[ds](t), t, t)) = 12, 2.900*10^(-18)*
    (diff(v[ds](t), t, t))+5.00*10^(-7)*(diff(v[gs](t), t))+6.00*10^(-19)
    *(diff(v[gs](t), t, t))+v[ds](t) = 24;
  ics:= v[gs](0) = 3.5, 
      v[ds](0) = `#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`,
      D(v[gs])(0)= a, D(v[ds])(0)=b;

  dsolve({eqns, ics});
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;To evaluate the RootOfs numerically, you can use &lt;b&gt;evalf&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;
&amp;gt; evalf(%);
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp; The result is rather complicated, but that's life. </itunes:summary>
      <description>&lt;p&gt;Your equations are second order in both v[ds] and v[gs], so you need two more initial conditions to determine the solution uniquely. That's why there are still two arbitrary constants in the solution.&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;
&amp;gt; eqns := 1.00011000*10^(-7)*(diff(v[gs](t), t))-1.000*10^(-12)
    *(diff(v[ds](t), t))+v[gs](t)+1.000*10^(-18)*(diff(v[gs](t), t, t))
    +5.00*10^(-19)*(diff(v[ds](t), t, t)) = 12, 2.900*10^(-18)*
    (diff(v[ds](t), t, t))+5.00*10^(-7)*(diff(v[gs](t), t))+6.00*10^(-19)
    *(diff(v[gs](t), t, t))+v[ds](t) = 24;
  ics:= v[gs](0) = 3.5, 
      v[ds](0) = `#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`,
      D(v[gs])(0)= a, D(v[ds])(0)=b;

  dsolve({eqns, ics});
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;To evaluate the RootOfs numerically, you can use &lt;b&gt;evalf&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;
&amp;gt; evalf(%);
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp; The result is rather complicated, but that's life. </description>
      <guid>44067</guid>
      <pubDate>Wed, 17 Mar 2010 18:41:35 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>tks very much,Robert Israel !</title>
      <link>http://www.mapleprimes.com/questions/35493-Help-How-Can-I-Solve-This-ODE-System?ref=Feed:MaplePrimes:Help! how can i solve this ODE system.:Comments#answer44069</link>
      <itunes:summary>&lt;p&gt;tks very much,Robert Israel ! &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;tks very much,Robert Israel ! &lt;/p&gt;</description>
      <guid>44069</guid>
      <pubDate>Thu, 18 Mar 2010 04:46:55 Z</pubDate>
      <itunes:author>andy.zhou.nuaa</itunes:author>
      <author>andy.zhou.nuaa</author>
    </item>
    <item>
      <title>simplification</title>
      <link>http://www.mapleprimes.com/questions/35493-Help-How-Can-I-Solve-This-ODE-System?ref=Feed:MaplePrimes:Help! how can i solve this ODE system.:Comments#comment44068</link>
      <itunes:summary>&lt;p&gt;Actually, we can simplify it somewhat.&lt;/p&gt;
&lt;pre&gt;
&amp;gt; normal(fnormal(%));

&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;{v[ds](t) = .4958026528*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`+9.149694069*exp((30764029.75+1577330139.*I)*t)-(.766755745*I)*exp((30764029.75+1577330139.*I)*t)-(0.3290893603e-1*I)*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-0.3002643e-3*exp(-10002901.82*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-42.51993430*exp(-10002901.82*t)+0.1702286306e-1*exp(-0.1544864054e11*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`+.43114634*exp(-0.1544864054e11*t)+24., v[gs](t) = -0.3674479877e-3*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-0.8037470713e-2*exp((30764029.75+1577330139.*I)*t)-(0.7193539082e-1*I)*exp((30764029.75+1577330139.*I)*t)-(0.3899911367e-2*I)*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-0.6005358003e-4*exp(-10002901.82*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-8.504088823*exp(-10002901.82*t)+0.1556340602e-2*exp(-0.1544864054e11*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`+0.3941819611e-1*exp(-0.1544864054e11*t)+12.}&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;The &amp;lt;maple&amp;gt; tag doesn't recognize the typesetting codes for V_in: make that&lt;/p&gt;
&lt;p&gt;&lt;maple&gt;{v[ds](t) = .4958026528*exp((30764029.75+1577330139.*I)*t)*V[`in`]+9.149694069*exp((30764029.75+1577330139.*I)*t)-(.766755745*I)*exp((30764029.75+1577330139.*I)*t)-(0.3290893603e-1*I)*exp((30764029.75+1577330139.*I)*t)*V[`in`]-0.3002643e-3*exp(-10002901.82*t)*V[`in`]-42.51993430*exp(-10002901.82*t)+0.1702286306e-1*exp(-0.1544864054e11*t)*V[`in`]+.43114634*exp(-0.1544864054e11*t)+24., v[gs](t) = -0.3674479877e-3*exp((30764029.75+1577330139.*I)*t)*V[`in`]-0.8037470713e-2*exp((30764029.75+1577330139.*I)*t)-(0.7193539082e-1*I)*exp((30764029.75+1577330139.*I)*t)-(0.3899911367e-2*I)*exp((30764029.75+1577330139.*I)*t)*V[`in`]-0.6005358003e-4*exp(-10002901.82*t)*V[`in`]-8.504088823*exp(-10002901.82*t)+0.1556340602e-2*exp(-0.1544864054e11*t)*V[`in`]+0.3941819611e-1*exp(-0.1544864054e11*t)+12.}&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;You could also use evalc to express the complex exponentials in terms of real exponentials times sines and cosines.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Actually, we can simplify it somewhat.&lt;/p&gt;
&lt;pre&gt;
&amp;gt; normal(fnormal(%));

&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;{v[ds](t) = .4958026528*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`+9.149694069*exp((30764029.75+1577330139.*I)*t)-(.766755745*I)*exp((30764029.75+1577330139.*I)*t)-(0.3290893603e-1*I)*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-0.3002643e-3*exp(-10002901.82*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-42.51993430*exp(-10002901.82*t)+0.1702286306e-1*exp(-0.1544864054e11*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`+.43114634*exp(-0.1544864054e11*t)+24., v[gs](t) = -0.3674479877e-3*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-0.8037470713e-2*exp((30764029.75+1577330139.*I)*t)-(0.7193539082e-1*I)*exp((30764029.75+1577330139.*I)*t)-(0.3899911367e-2*I)*exp((30764029.75+1577330139.*I)*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-0.6005358003e-4*exp(-10002901.82*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`-8.504088823*exp(-10002901.82*t)+0.1556340602e-2*exp(-0.1544864054e11*t)*`#msub(mi(&amp;quot;V&amp;quot;),mo(&amp;quot;in&amp;quot;,fontweight = &amp;quot;bold&amp;quot;))`+0.3941819611e-1*exp(-0.1544864054e11*t)+12.}&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;The &amp;lt;maple&amp;gt; tag doesn't recognize the typesetting codes for V_in: make that&lt;/p&gt;
&lt;p&gt;&lt;maple&gt;{v[ds](t) = .4958026528*exp((30764029.75+1577330139.*I)*t)*V[`in`]+9.149694069*exp((30764029.75+1577330139.*I)*t)-(.766755745*I)*exp((30764029.75+1577330139.*I)*t)-(0.3290893603e-1*I)*exp((30764029.75+1577330139.*I)*t)*V[`in`]-0.3002643e-3*exp(-10002901.82*t)*V[`in`]-42.51993430*exp(-10002901.82*t)+0.1702286306e-1*exp(-0.1544864054e11*t)*V[`in`]+.43114634*exp(-0.1544864054e11*t)+24., v[gs](t) = -0.3674479877e-3*exp((30764029.75+1577330139.*I)*t)*V[`in`]-0.8037470713e-2*exp((30764029.75+1577330139.*I)*t)-(0.7193539082e-1*I)*exp((30764029.75+1577330139.*I)*t)-(0.3899911367e-2*I)*exp((30764029.75+1577330139.*I)*t)*V[`in`]-0.6005358003e-4*exp(-10002901.82*t)*V[`in`]-8.504088823*exp(-10002901.82*t)+0.1556340602e-2*exp(-0.1544864054e11*t)*V[`in`]+0.3941819611e-1*exp(-0.1544864054e11*t)+12.}&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;You could also use evalc to express the complex exponentials in terms of real exponentials times sines and cosines.&lt;/p&gt;</description>
      <guid>44068</guid>
      <pubDate>Wed, 17 Mar 2010 20:53:00 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>