Internal
problem
ID
[5433]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
29
Problem
number
:
850
Date
solved
:
Monday, January 27, 2025 at 11:23:27 AM
CAS
classification
:
[_rational, _dAlembert]
✓ Solution by Maple
Time used: 0.042 (sec). Leaf size: 67
dsolve(x*diff(y(x),x)^2+4*diff(y(x),x)-2*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 30.514 (sec). Leaf size: 90
DSolve[x (D[y[x],x])^2+4 D[y[x],x]-2 y[x]==0,y[x],x,IncludeSingularSolutions -> True]