Internal
problem
ID
[4790]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
7
Problem
number
:
190
Date
solved
:
Monday, January 27, 2025 at 09:38:02 AM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.033 (sec). Leaf size: 150
dsolve(x*diff(y(x),x) = a*y(x)+b*(x^2+1)*y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.509 (sec). Leaf size: 108
DSolve[x D[y[x],x]==a y[x]+b(1+x^2)y[x]^3,y[x],x,IncludeSingularSolutions -> True]