Internal
problem
ID
[5693]
Book
:
Differential
and
integral
calculus,
vol
II
By
N.
Piskunov.
1974
Section
:
Chapter
1
Problem
number
:
Example,
page
33
Date
solved
:
Monday, January 27, 2025 at 01:07:23 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 35
dsolve(diff(y(x),x)+x*y(x)=x^3*y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 7.441 (sec). Leaf size: 50
DSolve[D[y[x],x]+x*y[x]==x^3*y[x]^3,y[x],x,IncludeSingularSolutions -> True]