Internal
problem
ID
[4656]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
2
Problem
number
:
48
Date
solved
:
Monday, January 27, 2025 at 09:29:39 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 38
dsolve(diff(y(x),x) = cos(x)-(sin(x)-y(x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.943 (sec). Leaf size: 90
DSolve[D[y[x],x]==Cos[x]-(Sin[x]-y[x])*y[x],y[x],x,IncludeSingularSolutions -> True]