Internal
problem
ID
[4841]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
9
Problem
number
:
241
Date
solved
:
Monday, January 27, 2025 at 09:42:18 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 34
dsolve(2*x*diff(y(x),x)+4*y(x)+a+sqrt(a^2-4*b-4*c*y(x)) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.883 (sec). Leaf size: 176
DSolve[2 x D[y[x],x]+4 y[x]+a +Sqrt[a^2-4 b- 4 c y[x]]==0,y[x],x,IncludeSingularSolutions -> True]