1.107 problem 107

Internal problem ID [8444]

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

CAS Maple gives this as type [_rational, _Riccati]

\[ \boxed {y^{\prime } x +a \,x^{\alpha } y^{2}+b y=c \,x^{\beta }} \]

Solution by Maple

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

dsolve(x*diff(y(x),x) + a*x^alpha*y(x)^2 + b*y(x) - c*x^beta=0,y(x), singsol=all)
 

\[ y \left (x \right ) = -\frac {\left (\operatorname {BesselY}\left (\frac {b +\beta }{\alpha +\beta }, \frac {2 \sqrt {-a c}\, x^{\frac {\alpha }{2}+\frac {\beta }{2}}}{\alpha +\beta }\right ) c_{1} +\operatorname {BesselJ}\left (\frac {b +\beta }{\alpha +\beta }, \frac {2 \sqrt {-a c}\, x^{\frac {\alpha }{2}+\frac {\beta }{2}}}{\alpha +\beta }\right )\right ) x^{\frac {\alpha }{2}+\frac {\beta }{2}} \sqrt {-a c}\, x^{1-\alpha }}{\left (\operatorname {BesselY}\left (-\frac {\alpha -b}{\alpha +\beta }, \frac {2 \sqrt {-a c}\, x^{\frac {\alpha }{2}+\frac {\beta }{2}}}{\alpha +\beta }\right ) c_{1} +\operatorname {BesselJ}\left (-\frac {\alpha -b}{\alpha +\beta }, \frac {2 \sqrt {-a c}\, x^{\frac {\alpha }{2}+\frac {\beta }{2}}}{\alpha +\beta }\right )\right ) a x} \]

Solution by Mathematica

Time used: 0.977 (sec). Leaf size: 1474

DSolve[x*y'[x] + a*x^\[Alpha]*y[x]^2 + b*y[x] - c*x^\[Beta]==0,y[x],x,IncludeSingularSolutions -> True]
 

Too large to display