Internal
problem
ID
[4689]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
81
Date
solved
:
Monday, January 27, 2025 at 09:31:45 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 30
dsolve(diff(y(x),x) = a0+a1*y(x)+a2*y(x)^2+a3*y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.115 (sec). Leaf size: 54
DSolve[D[y[x],x]==a0+a1 y[x]+a2 y[x]^2+ a3 y[x]^3,y[x],x,IncludeSingularSolutions -> True]