Internal
problem
ID
[4643]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
2
Problem
number
:
35
Date
solved
:
Monday, January 27, 2025 at 09:29:13 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
dsolve(diff(y(x),x) = (a+cos(ln(x))+sin(ln(x)))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.059 (sec). Leaf size: 22
DSolve[D[y[x],x]==(a+Cos[Log[x]]+Sin[Log[x]]) y[x],y[x],x,IncludeSingularSolutions -> True]