Internal
problem
ID
[1619]
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
:
12
Date
solved
:
Monday, January 27, 2025 at 05:14:11 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.012 (sec). Leaf size: 42
dsolve(diff(y(x),x)=(x+y(x))^(1/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 7.968 (sec). Leaf size: 59
DSolve[D[y[x],x]==(x+y[x])^(1/2),y[x],x,IncludeSingularSolutions -> True]