Internal
problem
ID
[1621]
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
:
16
Date
solved
:
Monday, January 27, 2025 at 05:14:16 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 18
dsolve([diff(y(x),x)=y(x)^(2/5),y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.007 (sec). Leaf size: 23
DSolve[{D[y[x],x]==y[x]^(2/5),y[0]==1},y[x],x,IncludeSingularSolutions -> True]