Internal
problem
ID
[5335]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
26
Problem
number
:
750
Date
solved
:
Monday, January 27, 2025 at 11:15:42 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.060 (sec). Leaf size: 31
dsolve(diff(y(x),x)^2 = x-y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 15.360 (sec). Leaf size: 98
DSolve[(D[y[x],x])^2==x-y[x],y[x],x,IncludeSingularSolutions -> True]