Internal
problem
ID
[5031]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
15
Problem
number
:
433
Date
solved
:
Monday, January 27, 2025 at 10:04:48 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 20
dsolve((1+y(x))*diff(y(x),x) = x^2*(1-y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 22.285 (sec). Leaf size: 66
DSolve[(1+y[x])D[y[x],x]==x^2(1-y[x]),y[x],x,IncludeSingularSolutions -> True]