Internal
problem
ID
[17956]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
86
(page
123)
Date
solved
:
Tuesday, January 28, 2025 at 11:18:17 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.087 (sec). Leaf size: 18
dsolve(diff(y(x),x)=sqrt(y(x)-x)+1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.455 (sec). Leaf size: 57
DSolve[D[y[x],x]==Sqrt[y[x]-x]+1,y[x],x,IncludeSingularSolutions -> True]