7.123 problem 1714 (book 6.123)

Internal problem ID [10035]
Internal file name [OUTPUT/8982_Monday_June_06_2022_06_07_34_AM_53947572/index.tex]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 6, non-linear second order
Problem number: 1714 (book 6.123).
ODE order: 2.
ODE degree: 1.

The type(s) of ODE detected by this program : "unknown"

Maple gives the following as the ode type

[[_2nd_order, _reducible, _mu_y_y1], [_2nd_order, _reducible, _mu_xy]]

Unable to solve or complete the solution.

\[ \boxed {y^{\prime \prime } y-{y^{\prime }}^{2}+\left (g \left (x \right )+y^{2} f \left (x \right )\right ) y^{\prime }-y \left (g^{\prime }\left (x \right )-f^{\prime }\left (x \right ) y^{2}\right )=0} \]

Maple trace

`Methods for second order ODEs: 
--- Trying classification methods --- 
trying 2nd order Liouville 
trying 2nd order WeierstrassP 
trying 2nd order JacobiSN 
differential order: 2; trying a linearization to 3rd order 
trying 2nd order ODE linearizable_by_differentiation 
trying 2nd order, 2 integrating factors of the form mu(x,y) 
trying differential order: 2; missing variables 
-> trying 2nd order, dynamical_symmetries, fully reducible to Abel through one integrating factor of the form G(x,y)/(1+H(x,y)*y)^2 
   --- trying a change of variables {x -> y(x), y(x) -> x} and re-entering methods for dynamical symmetries --- 
   -> trying 2nd order, dynamical_symmetries, fully reducible to Abel through one integrating factor of the form G(x,y)/(1+H(x,y)*y) 
trying 2nd order, integrating factors of the form mu(x,y)/(y)^n, only the singular cases 
   integrating factor(s) found: 1/x/diff(y(x),x)^2 
   attempting the computation of a related first integral... 
   -> Calling odsolve with the ODE`, (diff(_b(_a), _a))/_b(_a)+(f(_a)*_b(_a)^2+c__1*_b(_a)-g(_a))/_b(_a) = 0, _b(_a)`      *** Suble 
      Methods for first order ODEs: 
      --- Trying classification methods --- 
      trying a quadrature 
      trying 1st order linear 
      trying Bernoulli 
      trying separable 
      trying inverse linear 
      trying homogeneous types: 
      trying Chini 
      differential order: 1; looking for linear symmetries 
      trying exact 
      Looking for potential symmetries 
      trying Riccati 
      trying Riccati sub-methods: 
         trying Riccati_symmetries 
         trying Riccati to 2nd Order 
         -> Calling odsolve with the ODE`, diff(diff(y(x), x), x) = (-c__1*f(x)+diff(f(x), x))*(diff(y(x), x))/f(x)+g(x)*f(x)*y(x), 
            Methods for second order ODEs: 
         -> Trying a change of variables to reduce to Bernoulli 
         -> Calling odsolve with the ODE`, diff(y(x), x)-(-f(x)*y(x)^2+y(x)-c__1*y(x)*x+x^2*g(x))/x, y(x), explicit`            *** 
            Methods for first order ODEs: 
            --- Trying classification methods --- 
            trying a quadrature 
            trying 1st order linear 
            trying Bernoulli 
            trying separable 
            trying inverse linear 
            trying homogeneous types: 
            trying Chini 
            differential order: 1; looking for linear symmetries 
            trying exact 
            Looking for potential symmetries 
            trying Riccati 
            trying Riccati sub-methods: 
               trying Riccati_symmetries 
            trying inverse_Riccati 
            trying 1st order ODE linearizable_by_differentiation 
         -> trying a symmetry pattern of the form [F(x)*G(y), 0] 
         -> trying a symmetry pattern of the form [0, F(x)*G(y)] 
         -> trying a symmetry pattern of the form [F(x),G(x)*y+H(x)] 
      trying inverse_Riccati 
      trying 1st order ODE linearizable_by_differentiation 
      --- Trying Lie symmetry methods, 1st order --- 
      `, `-> Computing symmetries using: way = 4 
      `, `-> Computing symmetries using: way = 2 
      `, `-> Computing symmetries using: way = 6 
   <- 2nd_order mu_xyp partially successful with a reduction to 1st order`
 

Solution by Maple

dsolve(diff(diff(y(x),x),x)*y(x)-diff(y(x),x)^2+(g(x)+y(x)^2*f(x))*diff(y(x),x)-y(x)*(diff(g(x),x)-diff(f(x),x)*y(x)^2)=0,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

DSolve[-(y[x]*(-(y[x]^2*Derivative[1][f][x]) + Derivative[1][g][x])) + (g[x] + f[x]*y[x]^2)*y'[x] - y'[x]^2 + y[x]*y''[x] == 0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved