Internal
problem
ID
[4698]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
4
Problem
number
:
95
Date
solved
:
Monday, January 27, 2025 at 09:32:11 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.080 (sec). Leaf size: 51
dsolve(diff(y(x),x) = f(x)*y(x)+g(x)*y(x)^k,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 11.650 (sec). Leaf size: 67
DSolve[D[y[x],x]==f[x] y[x]+g[x]y[x]^k,y[x],x,IncludeSingularSolutions -> True]