<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to solve these types of non-linear differential equations? in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953956#M212282</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/300363"&gt;@Cornel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Let's try as much as possible to not push people to resort on warkarounds if possible because for example these guys from development of Mathcad then will not care anymore to come with solutions embedded within their tool on people problems or moreover to improve their tool, as they will say that people will find anyway wararounds and if they will not find then people to go and use different tool (as we dont care about peoples problems), etc as you said.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ah! So at the time being you have the impression that PTC is listening to its customers and providing the solutions and improvements they need? And if your goal with your questions is to make PTC improve their software, then posting in this forum possibly is not the way to go.&lt;/P&gt;
&lt;P&gt;You had some questions, found some bugs in the past where I suggested that you contact PTC support. Did you do that and if yes, was it a positive, helpful experience?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 12:00:19 GMT</pubDate>
    <dc:creator>Werner_E</dc:creator>
    <dc:date>2024-06-03T12:00:19Z</dc:date>
    <item>
      <title>How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953885#M212269</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;How to solve this types of non-linear differential equations like sol3 and sol4? There is a method for solving also these types of diff eq? Or is not possible?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cornel_6-1717399837735.png" style="width: 792px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105613i456C09378DD2F1E5/image-dimensions/792x510?v=v2" width="792" height="510" role="button" title="Cornel_6-1717399837735.png" alt="Cornel_6-1717399837735.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cornel_5-1717399807176.png" style="width: 785px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105612i3211FEEC2DC5A99D/image-dimensions/785x610?v=v2" width="785" height="610" role="button" title="Cornel_5-1717399807176.png" alt="Cornel_5-1717399807176.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 07:42:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953885#M212269</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T07:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953912#M212270</link>
      <description>&lt;P&gt;For sol3 set y'(0) = 1 to avoid a complex square root.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For sol4 rewrite as y''(x) = (y'(x) + 1)^2&amp;nbsp; and set the xlimit to be 0.99 rather than 5 as y'(x) tends to infinity as x tends to 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alan&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 09:55:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953912#M212270</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2024-06-03T09:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953913#M212271</link>
      <description>&lt;P&gt;Ad sol3:&lt;/P&gt;
&lt;P&gt;Wen you demand y'(0)=0 you also demand y''(0)=i, the imaginary unit! Really?&lt;BR /&gt;Chose y'(0)=1 or larger and the solve block works OK&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ad sol4:&lt;/P&gt;
&lt;P&gt;Look at the help&amp;nbsp; -&amp;gt; &lt;A href="https://support.ptc.com/help/mathcad/r10.0/en/?utm_source=mathcad/index.html#context/PTC_Mathcad_Help/resourceid-121-F8F3DE96#page/PTC_Mathcad_Help/ode_function.html#" target="_blank"&gt;ODE Function&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It clearly states:&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;SPAN class="mathfunction"&gt;odesolve(vf, b, [intvls])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#666699"&gt;—Defines a function that represents the solution to a system of Ordinary Differential Equations (ODE), subject to initial value or boundary value constraints.&lt;/FONT&gt;&lt;FONT size="4" color="#FF0000"&gt; &lt;STRONG&gt;The ODEs must be linear in their highest derivative term&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#666699"&gt;, and the number of initial and boundary conditions must equal the order of the ODEs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The square root of y''(t) sure is not linear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 09:58:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953913#M212271</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-06-03T09:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953914#M212272</link>
      <description>&lt;P&gt;Yes, Werner, you got the things. This in fact was and is the main point of this topic that I had posted, that when dealing with odesolve the odes must be linear in their highest derivative term. And this I am wondering: what to do in such cases? Is this a limitation of odesolve block? Or there are other solutions with which Mathcad Prime comes that can solve odes that are non-linear in the highest derivative term?&lt;BR /&gt;&lt;BR /&gt;I saw that AlanStevens was able to make some suggestions as you did in such a way that the odesolve was able to show the solution of these kinds of odes posted (for sol4). But there are other Mathcad Prime commands that can be used to solve these types of odes that are non-linear in the highest derivative term?&amp;nbsp;(because as we can see the command odesolve have this request that the odes needs must be linear in the highest derivative term)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 10:20:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953914#M212272</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T10:20:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953916#M212273</link>
      <description>&lt;P&gt;The equations sol1 to sol4 can be solved as a differential equation with separate variables. To do this, you have to solve explicitly for y´´(x). And with the substitution z´(x) = y´´(x), the solution y(x) becomes obvious after integrating z(x) and converting the initial values.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 10:13:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953916#M212273</guid>
      <dc:creator>AlfredFlaßhaar</dc:creator>
      <dc:date>2024-06-03T10:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953920#M212275</link>
      <description>&lt;P&gt;Another example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cornel_1-1717409925018.png" style="width: 655px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105623i182673199821B09B/image-dimensions/655x386?v=v2" width="655" height="386" role="button" title="Cornel_1-1717409925018.png" alt="Cornel_1-1717409925018.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 10:18:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953920#M212275</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T10:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953935#M212276</link>
      <description>&lt;P&gt;There may be other software which possibly are capable enough to give you the results&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_1-1717414846775.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105633i40D178D0338EA228/image-size/large?v=v2&amp;amp;px=999" role="button" title="Werner_E_1-1717414846775.png" alt="Werner_E_1-1717414846775.png" /&gt;&lt;/span&gt;&amp;nbsp;or&amp;nbsp; &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1717412344145.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105629i8D85E3AE0FD8AEAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Werner_E_0-1717412344145.png" alt="Werner_E_0-1717412344145.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_1-1717412356920.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105630iE700335874A4E6C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Werner_E_1-1717412356920.png" alt="Werner_E_1-1717412356920.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;for the last two ODEs with the initial condition you originally stated. Prime obviously is not capable to do so - probably because of the non-real coefficients involved.&lt;/P&gt;
&lt;P&gt;But as Alfred already remarked, the ODEs are simple enough to be solved by hand using pencel and paper &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 11:41:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953935#M212276</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-06-03T11:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953943#M212278</link>
      <description>&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz JxVs2d ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;Well, I suspect that we can all very easily make up some data for differential equations that Prime cannot solve. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz JxVs2d ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;We probably have more than enough to do thinking of solutions and workarounds for those equations that actually arise in our practice, because there are always a few very stubborn examples.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz JxVs2d ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;BTW, as long as you can solve your ODE for y''(x) there is hope...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1717414196762.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105631iA0312E85C1D2B72E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_0-1717414196762.png" alt="Werner_E_0-1717414196762.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 11:30:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953943#M212278</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-06-03T11:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953949#M212279</link>
      <description>&lt;P&gt;Hm,&amp;nbsp;I would have liked to find a diff eq of this type that could not be solved that way:)). I would like to have Prime a solution that can solve these types of diff eq that are non-linear in the&amp;nbsp; highest derivative term that not need to make any artifice/workaround like that.&lt;BR /&gt;&lt;BR /&gt;But do you think that for these types of non-linear differential eq in the highest derivative term Prime is not enough capable to deal with them? Or maybe other math software are not capable or have trouble to solve these types of diff eq?&lt;BR /&gt;&lt;BR /&gt;I open this topic more out of my curiosity, but do you think that these type of diff eq with non-linear term in the highest derivative term arise often in practice?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 11:45:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953949#M212279</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T11:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953951#M212280</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I open this topic more out of my curiosity, but do you think that these type of diff eq with non-linear term in the highest derivative term arise often in practice?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If it doesn't in your practice, you don't have to worry. If it does one day, then its time to think (specifically for this one very problem) about a workaround, using a different tool, applying an approximation, a bold graphic solution, setting up the task in a different way, ....or whatever else you can think of to finally beat the task you have been set.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 11:48:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953951#M212280</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-06-03T11:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953954#M212281</link>
      <description>&lt;P&gt;Let's try as much as possible to not push people to resort on warkarounds if possible because for example these guys from development of Mathcad then will not care anymore to come with solutions embedded within their tool on people problems or moreover to improve their tool, as they will say that people will find anyway wararounds and if they will not find then people must go and use different tool etc as you said,&amp;nbsp;(reason: as we dont care about peoples problems or to improve the tool). If other tools are capable to solve these types of diff eq, then why PTC to want to that their toll to be capable to solve as well these types of diff eq?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 11:59:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953954#M212281</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953956#M212282</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/300363"&gt;@Cornel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Let's try as much as possible to not push people to resort on warkarounds if possible because for example these guys from development of Mathcad then will not care anymore to come with solutions embedded within their tool on people problems or moreover to improve their tool, as they will say that people will find anyway wararounds and if they will not find then people to go and use different tool (as we dont care about peoples problems), etc as you said.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ah! So at the time being you have the impression that PTC is listening to its customers and providing the solutions and improvements they need? And if your goal with your questions is to make PTC improve their software, then posting in this forum possibly is not the way to go.&lt;/P&gt;
&lt;P&gt;You had some questions, found some bugs in the past where I suggested that you contact PTC support. Did you do that and if yes, was it a positive, helpful experience?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 12:00:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953956#M212282</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-06-03T12:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953985#M212289</link>
      <description>&lt;P&gt;Sol3 can be solved symbolically.&lt;/P&gt;
&lt;P&gt;Don't know if Prime can do it, but Maple knows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;/P&gt;
&lt;P&gt;Luc&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 12:47:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953985#M212289</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2024-06-03T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953993#M212292</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/14826"&gt;@LucMeekes&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Sol3 can be solved symbolically.&lt;/P&gt;
&lt;P&gt;Don't know if Prime can do it, but Maple knows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;/P&gt;
&lt;P&gt;Luc&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, sol4 can be solved symbolically as well.&lt;/P&gt;
&lt;P&gt;Its quite easy to to it with pencil and paper, as Alfred noted and I already posted the solutions.&lt;/P&gt;
&lt;P&gt;I guess Maple should be able to solve sol4 as well&lt;/P&gt;
&lt;P&gt;Wolframalpha can do so :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1717419623666.png" style="width: 529px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105644i2B9FAE43EE4E580F/image-dimensions/529x580?v=v2" width="529" height="580" role="button" title="Werner_E_0-1717419623666.png" alt="Werner_E_0-1717419623666.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Primes 10 symbolic is not able to return a solution&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_1-1717420058224.png" style="width: 262px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105645iDD326B5109EDE5ED/image-dimensions/262x155?v=v2" width="262" height="155" role="button" title="Werner_E_1-1717420058224.png" alt="Werner_E_1-1717420058224.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The error message in both cases is "No solution was found".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without the initial conditions sol3 still fails with the same message, but sol4 returns a useless 'solution':&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_2-1717420178269.png" style="width: 456px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105647iC74108AF98B60595/image-dimensions/456x161?v=v2" width="456" height="161" role="button" title="Werner_E_2-1717420178269.png" alt="Werner_E_2-1717420178269.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Prime can only solve sol1 symbolically&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_3-1717420688931.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105649i9B7C8666131FEC40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_3-1717420688931.png" alt="Werner_E_3-1717420688931.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It can't solve sol2,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_4-1717420766255.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105650i0ECAB439E1FE1371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_4-1717420766255.png" alt="Werner_E_4-1717420766255.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which is understandable as this one is quite nasty and the solution could only be written using the Lambert W function.&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://www.wolframalpha.com/input?i=%7By%27%27%28x%29+-+sqrt%28y%27%28x%29%29-1%3D0%2C+y%280%29%3D0%2C+y%27%280%29%3D0%7D" target="_blank"&gt;{y''(x) - sqrt(y'(x))-1=0, y(0)=0, y'(0)=0} - Wolfram|Alpha&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 13:25:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953993#M212292</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-06-03T13:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953994#M212293</link>
      <description>&lt;P&gt;I assume that also their Wolfram numerical ode solver will be able to solve these types of diff eq. So, this means that Prime is not able to do either symbolically, nor numerically...sad&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 13:07:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953994#M212293</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953998#M212294</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/269238"&gt;@DJNewman&lt;/a&gt;&amp;nbsp;&amp;nbsp;so, what can you answer about this? Seems that Prime not have so great capabilities...I was expected that numerically somehow to be able to solve these types of eq also Prime, but unfortunetly Prime cannot. &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/270477"&gt;@Jaime_Lee&lt;/a&gt;&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/654723"&gt;@achirila&lt;/a&gt;&amp;nbsp;Come with the Prime development team to say an answer&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 13:17:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/953998#M212294</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T13:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954025#M212295</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/300363"&gt;@Cornel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I assume that also their Wolfram numerical ode solver will be able to solve these types of diff eq. So, this means that Prime is not able to do either symbolically, nor numerically...sad&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, WolframAlpha can solve all four of your examples symbolically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And Prime actually CAN solve them numerically.&lt;/P&gt;
&lt;P&gt;In case of sol3, the only REAL valued point would be 0/0, though.&lt;/P&gt;
&lt;P&gt;Neither&amp;nbsp; &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1717421671027.png" style="width: 200px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105653iF4D63703FF1C16A2/image-size/small?v=v2&amp;amp;px=200" role="button" title="Werner_E_0-1717421671027.png" alt="Werner_E_0-1717421671027.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;nor&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_1-1717421697816.png" style="width: 211px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105654i30AECBBDCE1A6749/image-dimensions/211x62?v=v2" width="211" height="62" role="button" title="Werner_E_1-1717421697816.png" alt="Werner_E_1-1717421697816.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;have any other points with real valued coordinates a plot could show!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case of sol4&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_2-1717421882781.png" style="width: 337px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/105657i994C5C696DD0B114/image-dimensions/337x43?v=v2" width="337" height="43" role="button" title="Werner_E_2-1717421882781.png" alt="Werner_E_2-1717421882781.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;the numeric odesolve CAN provide a solution if you chose your range with care. You can't expect a numerical algorithm to jump over the pole at x=1 and furthermore all function values for x&amp;gt;1 are non-real and so can't be plotted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you should not blame the numerics for you providing a "mission impossible" with sol3 or an invalid range as in sol4. As you have seen, when you stick to the docs and keep the highest order derivative linear and provide a reasonable range (like from 0 to 0.99 as suggested by Alan) you get a decent solution &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;You sure may blame the symbolics for not being able to do what Maple, Mathematica and others can do, But then you have to consider that Mathcad is (or rather was) a tool for engineers, mainly dealing with numeric results, needing to work with units and adoring the white space interface of Mathcad enabling them to write formulas anywhere and the way they would also do it with pencil and paper. Symbolics is a nice add-on but sure not the main focus of this software. You sure know that there were times when Mathcad was able to use the Maple engine for its symbolic calculations, but these times are gone. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;The built-in symbolics sure can't compete with the market leaders but at least it is being further developed and there are improvements noticeable (which often can't be said from the rest of the software which still is so much behind old Mathcad when it comes to functionality, speed, usability, ease of handling, etc.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 13:54:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954025#M212295</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-06-03T13:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954033#M212299</link>
      <description>&lt;P&gt;I don't have a constructive comment in terms of how the math works, other than to raise a Support case as Werner suggested and provide your feedback with the specific worksheet directly through there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll also say that in my conversations with the engine team, they have a personal interest in expanding the capabilities of the numeric and especially the symbolic engines to do stuff it couldn't do before. They're really into that and they get enjoyment from that, even if it's expanding it to perform theoretical stuff. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;But their &lt;EM&gt;priorities&lt;/EM&gt; from the top are to add functionality that allows customers to have expanded &lt;EM&gt;real-life&lt;/EM&gt; use cases, so submitting issues to Support and being convincing enough in your support ticket that it's a real-life problem/blocker for you to get your work done would get you on a higher development priority than the theoretical stuff.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 14:28:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954033#M212299</guid>
      <dc:creator>DJNewman</dc:creator>
      <dc:date>2024-06-03T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954035#M212300</link>
      <description>&lt;P&gt;Thank you for the reply&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;&amp;nbsp; and &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/269238"&gt;@DJNewman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 14:51:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954035#M212300</guid>
      <dc:creator>Jaime_Lee</dc:creator>
      <dc:date>2024-06-03T14:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve these types of non-linear differential equations?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954036#M212301</link>
      <description>&lt;P&gt;But there are more, look at this topic at final:&lt;BR /&gt;&lt;A href="https://community.ptc.com/t5/Mathcad/Electrical-Engineering-Challenge-4/m-p/953063#M212173" target="_blank" rel="noopener"&gt;https://community.ptc.com/t5/Mathcad/Electrical-Engineering-Challenge-4/m-p/953063#M212173&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.ptc.com/t5/Mathcad/odesolve-the-calculation-is-not-converging-to-a-solution/m-p/953000#M212166" target="_blank"&gt;https://community.ptc.com/t5/Mathcad/odesolve-the-calculation-is-not-converging-to-a-solution/m-p/953000#M212166&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 14:45:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-solve-these-types-of-non-linear-differential-equations/m-p/954036#M212301</guid>
      <dc:creator>Cornel</dc:creator>
      <dc:date>2024-06-03T14:45:49Z</dc:date>
    </item>
  </channel>
</rss>

