Internal
problem
ID
[15178]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
8.
Review
exercises
for
part
of
part
II.
page
143
Problem
number
:
20
Date
solved
:
Tuesday, January 28, 2025 at 07:40:11 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.041 (sec). Leaf size: 14
dsolve(sin(y(x))+(1+x)*cos(y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 17.623 (sec). Leaf size: 21
DSolve[Sin[y[x]]+(1+x)*Cos[y[x]]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]