Internal
problem
ID
[10692]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
681
Date
solved
:
Monday, January 27, 2025 at 09:27:23 PM
CAS
classification
:
[[_homogeneous, `class D`], _Riccati]
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 45
dsolve(diff(y(x),x) = (y(x)+x^3*b*ln(1/x)+x^4*b+b*x^3+x*a*y(x)^2*ln(1/x)+x^2*a*y(x)^2+a*x*y(x)^2)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.160 (sec). Leaf size: 52
DSolve[D[y[x],x] == (b*x^3 + b*x^4 + b*x^3*Log[x^(-1)] + y[x] + a*x*y[x]^2 + a*x^2*y[x]^2 + a*x*Log[x^(-1)]*y[x]^2)/x,y[x],x,IncludeSingularSolutions -> True]