Internal
problem
ID
[9005]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 05:26:55 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 94
dsolve(c*diff(y(x),x)=(a*x+b*y(x)^2)/(r*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.291 (sec). Leaf size: 207
DSolve[c*D[y[x],x]==(a*x+b*y[x]^2)/(r*x),y[x],x,IncludeSingularSolutions -> True]