Internal
problem
ID
[8742]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
31
Date
solved
:
Monday, January 27, 2025 at 04:46:03 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 19
dsolve(diff(y(x),x)=(5*x^2-x*y(x)+y(x)^2)/x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.899 (sec). Leaf size: 18
DSolve[D[y[x],x]==(5*x^2-x*y[x]+y[x]^2)/x^2,y[x],x,IncludeSingularSolutions -> True]