Internal
problem
ID
[4672]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
64
Date
solved
:
Monday, January 27, 2025 at 09:30:58 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 56
dsolve(diff(y(x),x) = 1-x-x^3+(2*x^2+1)*y(x)-x*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.256 (sec). Leaf size: 40
DSolve[D[y[x],x]==1-x-x^3+(1+2 x^2)y[x]-x y[x]^2,y[x],x,IncludeSingularSolutions -> True]