Internal
problem
ID
[17410]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
2.
First
order
differential
equations.
Section
2.6
(Exact
equations
and
integrating
factors).
Problems
at
page
100
Problem
number
:
20
Date
solved
:
Tuesday, January 28, 2025 at 10:06:07 AM
CAS
classification
:
[NONE]
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 17
dsolve((sin(y(x))/y(x)-2*exp(-x)*sin(x)) + (cos(y(x))+2*exp(-x)*cos(x))/y(x)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.155 (sec). Leaf size: 73
DSolve[(Sin[y[x]]/y[x]-2*Exp[-x]*Sin[x]) + (Cos[y[x]]+2*Exp[-x]*Cos[x])/y[x]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]