Internal
problem
ID
[744]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.6,
Substitution
methods
and
exact
equations.
Page
74
Problem
number
:
16
Date
solved
:
Monday, January 27, 2025 at 03:02:15 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 44
dsolve(diff(y(x),x) = (1+x+y(x))^(1/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 8.116 (sec). Leaf size: 56
DSolve[D[y[x],x] == (1+x+y[x])^(1/2),y[x],x,IncludeSingularSolutions -> True]