Internal
problem
ID
[8723]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 04:20:32 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 31
dsolve(diff(y(x),x) = x+sec(x)*y(x)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.255 (sec). Leaf size: 56
DSolve[D[y[x],x] == x+Sec[x]*y[x]/x,y[x],x,IncludeSingularSolutions -> True]