Internal
problem
ID
[10182]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
169
Date
solved
:
Tuesday, January 28, 2025 at 04:26:30 PM
CAS
classification
:
[_rational, _Abel]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 126
dsolve((a*x+b)^2*diff(y(x),x) + (a*x+b)*y(x)^3 + c*y(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.339 (sec). Leaf size: 149
DSolve[(a*x+b)^2*D[y[x],x] + (a*x+b)*y[x]^3 + c*y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]