Internal
problem
ID
[15029]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
3.
Some
basics
about
First
order
equations.
Additional
exercises.
page
63
Problem
number
:
3.4
f
Date
solved
:
Tuesday, January 28, 2025 at 07:27:55 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 33
dsolve(y(x)^3-25*y(x)+diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.207 (sec). Leaf size: 53
DSolve[y[x]^3-25*y[x]+D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]