Internal
problem
ID
[5401]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
28
Problem
number
:
818
Date
solved
:
Monday, January 27, 2025 at 11:18:59 AM
CAS
classification
:
[_dAlembert]
✓ Solution by Maple
Time used: 0.051 (sec). Leaf size: 183
dsolve(diff(y(x),x)^2-a*y(x)*diff(y(x),x)-a*x = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.627 (sec). Leaf size: 61
DSolve[(D[y[x],x])^2-a*y[x]*D[y[x],x]-a*x==0,y[x],x,IncludeSingularSolutions -> True]