Internal
problem
ID
[15576]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
25.
Review
exercises
for
part
III.
page
447
Problem
number
:
42
Date
solved
:
Tuesday, January 28, 2025 at 08:02:34 AM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.098 (sec). Leaf size: 43
dsolve(x*diff(y(x),x$2)-diff(y(x),x)=-3*x* diff(y(x),x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.687 (sec). Leaf size: 195
DSolve[x*D[y[x],{x,2}]-D[y[x],x]==-3*x* (D[y[x],x])^3,y[x],x,IncludeSingularSolutions -> True]