Internal
problem
ID
[5014]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
15
Problem
number
:
416
Date
solved
:
Monday, January 27, 2025 at 10:03:37 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
dsolve(diff(y(x),x)*x*ln(x) = a*x*(1+ln(x))-y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.042 (sec). Leaf size: 16
DSolve[D[y[x],x] x Log[x]==a x(1+Log[x])-y[x],y[x],x,IncludeSingularSolutions -> True]