Internal
problem
ID
[1700]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
Exact
equations.
Section
2.5
Page
79
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 05:30:52 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 10
dsolve([(sin(x)-y(x)*sin(x)-2*cos(x))+(cos(x))*diff(y(x),x)=0,y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.061 (sec). Leaf size: 11
DSolve[{(Sin[x]-y[x]*Sin[x]-2*Cos[x])+(Cos[x])*D[y[x],x]==0,y[0]==1},y[x],x,IncludeSingularSolutions -> True]