Internal
problem
ID
[5674]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
37
Problem
number
:
1135
Date
solved
:
Monday, January 27, 2025 at 01:05:49 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.476 (sec). Leaf size: 32
dsolve(diff(y(x),x)*sin(diff(y(x),x))+cos(diff(y(x),x)) = y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.031 (sec). Leaf size: 31
DSolve[D[y[x],x]*Sin[D[y[x],x]]+ Cos[D[y[x],x]]==y[x],y[x],x,IncludeSingularSolutions -> True]