2.210 problem 786

Internal problem ID [8364]

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

CAS Maple gives this as type [[_homogeneous, `class D`], _Riccati]

\[ \boxed {y^{\prime }-\frac {\ln \left (x \right ) y+\cosh \left (x \right ) x a y^{2}+\cosh \left (x \right ) x^{3} b}{x \ln \left (x \right )}=0} \]

Solution by Maple

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

dsolve(diff(y(x),x) = (y(x)*ln(x)+cosh(x)*x*a*y(x)^2+cosh(x)*x^3*b)/x/ln(x),y(x), singsol=all)
 

\[ y \left (x \right ) = \frac {\tan \left (\left (\int \frac {x \cosh \left (x \right )}{\ln \left (x \right )}d x \right ) \sqrt {b a}+c_{1} \sqrt {b a}\right ) x \sqrt {b a}}{a} \]

Solution by Mathematica

Time used: 6.186 (sec). Leaf size: 50

DSolve[y'[x] == (b*x^3*Cosh[x] + Log[x]*y[x] + a*x*Cosh[x]*y[x]^2)/(x*Log[x]),y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \frac {\sqrt {b} x \tan \left (\sqrt {a} \sqrt {b} \left (\int _1^x\frac {\cosh (K[1]) K[1]}{\log (K[1])}dK[1]+c_1\right )\right )}{\sqrt {a}} \\ \end{align*}