Internal
problem
ID
[9007]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 05:27:06 PM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 69
dsolve(c*diff(y(x),x)=(a*x+b*y(x)^2)/y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.918 (sec). Leaf size: 85
DSolve[c*D[y[x],x]==(a*x+b*y[x]^2)/y[x],y[x],x,IncludeSingularSolutions -> True]