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