Internal
problem
ID
[16883]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
12.
Miscellaneous
problems.
Exercises
page
93
Problem
number
:
291
Date
solved
:
Tuesday, January 28, 2025 at 09:39:28 AM
CAS
classification
:
[[_homogeneous, `class D`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 47
dsolve(x*y(x)^2*diff(y(x),x)-y(x)^3=1/3*x^4,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.187 (sec). Leaf size: 54
DSolve[x*y[x]^2*D[y[x],x]-y[x]^3==1/3*x^4,y[x],x,IncludeSingularSolutions -> True]