Internal
problem
ID
[1617]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
Existence
and
Uniqueness
of
Solutions
of
Nonlinear
Equations.
Section
2.3
Page
60
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 05:14:08 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 44
dsolve(diff(y(x),x)=x*(y(x)^2-1)^(2/3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.339 (sec). Leaf size: 66
DSolve[D[y[x],x]==x*(y[x]^2-1)^(2/3),y[x],x,IncludeSingularSolutions -> True]