Internal
problem
ID
[17933]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
60
(page
103)
Date
solved
:
Tuesday, January 28, 2025 at 11:13:48 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 16
dsolve(diff(y(x),x)=2*x*y(x)-x^3+x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.029 (sec). Leaf size: 21
DSolve[D[y[x],x]==2*x*y[x]-x^3+x,y[x],x,IncludeSingularSolutions -> True]