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?
It clearly states: odesolve(vf, b, [intvls])—Defines a function that represents the solution to a system of Ordinary Differential Equations (ODE), subject to initial value or boundary value constraints. The ODEs must be linear in their highest derivative term, and the number of initial and boundary conditions must equal the order of the ODEs.
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?
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? (because as we can see the command odesolve have this request that the odes needs must be linear in the highest derivative term)
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.
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