Internal
problem
ID
[16781]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
6.
Linear
equations
of
the
first
order.
The
Bernoulli
equation.
Exercises
page
54
Problem
number
:
158
Date
solved
:
Tuesday, January 28, 2025 at 09:22:24 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 55
dsolve(3*x*y(x)^2*diff(y(x),x)-2*y(x)^3=x^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.204 (sec). Leaf size: 66
DSolve[3*x*y[x]^2*D[y[x],x]-2*y[x]^3==x^3,y[x],x,IncludeSingularSolutions -> True]