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