Internal
problem
ID
[15026]
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
c
Date
solved
:
Tuesday, January 28, 2025 at 07:27:49 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 1.142 (sec). Leaf size: 50
dsolve(diff(y(x),x)-y(x)^3=8,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.202 (sec). Leaf size: 65
DSolve[D[y[x],x]-y[x]^3==8,y[x],x,IncludeSingularSolutions -> True]