Internal
problem
ID
[4753]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
6
Problem
number
:
153
Date
solved
:
Monday, January 27, 2025 at 09:36:27 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 31
dsolve(x*diff(y(x),x) = 1+x+a*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.123 (sec). Leaf size: 28
DSolve[x D[y[x],x]==1+x+a y[x],y[x],x,IncludeSingularSolutions -> True]