Internal
problem
ID
[4678]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
70
Date
solved
:
Monday, January 27, 2025 at 09:31:13 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 45
dsolve(diff(y(x),x) = (a+b*y(x)*cos(k*x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.211 (sec). Leaf size: 62
DSolve[D[y[x],x]==(a+b y[x] Cos[k x])y[x],y[x],x,IncludeSingularSolutions -> True]