Internal
problem
ID
[7737]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
5.
Existence
and
uniqueness
of
solutions
to
first
order
equations.
Page
190
Problem
number
:
3(a)
Date
solved
:
Monday, January 27, 2025 at 03:11:06 PM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.104 (sec). Leaf size: 27
dsolve([diff(y(x),x)=2*sqrt(y(x)),y(x__0) = y__0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.116 (sec). Leaf size: 33
DSolve[{D[y[x],x]==2*Sqrt[y[x]],{y[x0]==y0}},y[x],x,IncludeSingularSolutions -> True]