Internal
problem
ID
[8780]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
68
Date
solved
:
Monday, January 27, 2025 at 04:58:27 PM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.029 (sec). Leaf size: 68
dsolve(a*y(x)*diff(y(x),x$2)+b*y(x)=c,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.448 (sec). Leaf size: 43
DSolve[a*y[x]*D[y[x],{x,2}]+b*y[x]==c,y[x],x,IncludeSingularSolutions -> True]