1.551 problem 553

Internal problem ID [8131]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, linear first order
Problem number: 553.
ODE order: 1.
ODE degree: 0.

CAS Maple gives this as type [_quadrature]

\[ \boxed {a {y^{\prime }}^{m}+b {y^{\prime }}^{n}-y=0} \]

Solution by Maple

Time used: 0.031 (sec). Leaf size: 36

dsolve(a*diff(y(x),x)^m+b*diff(y(x),x)^n-y(x)=0,y(x), singsol=all)
 

\begin{align*} y \left (x \right ) = 0 \\ x -\left (\int _{}^{y \left (x \right )}\frac {1}{\operatorname {RootOf}\left (a \,\textit {\_Z}^{m}+b \,\textit {\_Z}^{n}-\textit {\_a} \right )}d \textit {\_a} \right )-c_{1} = 0 \\ \end{align*}

Solution by Mathematica

Time used: 0.208 (sec). Leaf size: 56

DSolve[-y[x] + a*y'[x]^m + b*y'[x]^n==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ \text {Solve}\left [\left \{x=\frac {a m K[1]^{m-1}}{m-1}+\frac {b n K[1]^{n-1}}{n-1}+c_1,y(x)=a K[1]^m+b K[1]^n\right \},\{y(x),K[1]\}\right ] \]