Internal
problem
ID
[5025]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
15
Problem
number
:
427
Date
solved
:
Monday, January 27, 2025 at 10:04:08 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 50
dsolve(y(x)*diff(y(x),x) = a*x+b*x*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.873 (sec). Leaf size: 98
DSolve[y[x] D[y[x],x]==a x+b x y[x]^2,y[x],x,IncludeSingularSolutions -> True]