Internal
problem
ID
[4824]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
8
Problem
number
:
224
Date
solved
:
Monday, January 27, 2025 at 09:41:32 AM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 31
dsolve((1+x)*diff(y(x),x) = a*y(x)+b*x*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.835 (sec). Leaf size: 44
DSolve[(1+x) D[y[x],x]==a y[x]+b x y[x]^2,y[x],x,IncludeSingularSolutions -> True]