Internal
problem
ID
[3606]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.4,
Separable
Differential
Equations.
page
43
Problem
number
:
Problem
14
Date
solved
:
Monday, January 27, 2025 at 07:47:25 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 2.569 (sec). Leaf size: 9
dsolve([diff(y(x),x)=1-(sin(x+y(x)))/(sin(y(x))*cos(x)),y(1/4*Pi) = 1/4*Pi],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.941 (sec). Leaf size: 12
DSolve[{D[y[x],x]==1-(Sin[x+y[x]])/(Sin[y[x]]*Cos[x]),{y[Pi/4]==Pi/4}},y[x],x,IncludeSingularSolutions -> True]