Internal
problem
ID
[5661]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
37
Problem
number
:
1116
Date
solved
:
Monday, January 27, 2025 at 01:02:11 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.135 (sec). Leaf size: 48
dsolve((x-y(x))*sqrt(diff(y(x),x)) = a*(1+diff(y(x),x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 27.693 (sec). Leaf size: 12141
DSolve[(x-y[x])*Sqrt[D[y[x],x]]== a*(1+D[y[x],x]),y[x],x,IncludeSingularSolutions -> True]
Too large to display