37.20 problem 1141

Internal problem ID [4334]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 37
Problem number: 1141.
ODE order: 1.
ODE degree: 0.

CAS Maple gives this as type [_quadrature]

\[ \boxed {-{y^{\prime }}^{2}=-{\mathrm e}^{y^{\prime }-y}-1} \]

Solution by Maple

Time used: 0.016 (sec). Leaf size: 31

dsolve(exp(diff(y(x),x)-y(x))-diff(y(x),x)^2+1 = 0,y(x), singsol=all)
 

\[ x -\left (\int _{}^{y \left (x \right )}\frac {1}{\operatorname {RootOf}\left (-{\mathrm e}^{\textit {\_Z} -\textit {\_a}}+\textit {\_Z}^{2}-1\right )}d \textit {\_a} \right )-c_{1} = 0 \]

Solution by Mathematica

Time used: 0.132 (sec). Leaf size: 44

DSolve[Exp[y'[x]-y[x]]-(y'[x])^2+1==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ \text {Solve}\left [\left \{x=-\log (1-K[1])+\log (K[1])+\log (K[1]+1)+c_1,y(x)=K[1]-\log \left (K[1]^2-1\right )\right \},\{y(x),K[1]\}\right ] \]