Internal
problem
ID
[14200]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
66
Date
solved
:
Tuesday, January 28, 2025 at 06:21:38 AM
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.407 (sec). Leaf size: 50
DSolve[D[y[x],x]+x*y[x]==x^3*y[x]^3,y[x],x,IncludeSingularSolutions -> True]