Internal
problem
ID
[3608]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.4,
Separable
Differential
Equations.
page
43
Problem
number
:
Problem
16
Date
solved
:
Monday, January 27, 2025 at 07:47:32 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 5
dsolve([diff(y(x),x)=2/3*(y(x)-1)^(1/2),y(1) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 17
DSolve[{D[y[x],x]==1/3*(y[x]-1)^(1/2),{y[1]==1}},y[x],x,IncludeSingularSolutions -> True]