Internal
problem
ID
[4440]
Book
:
Differential
equations
for
engineers
by
Wei-Chau
XIE,
Cambridge
Press
2010
Section
:
Chapter
2.
First-Order
and
Simple
Higher-Order
Differential
Equations.
Page
78
Problem
number
:
157
Date
solved
:
Monday, January 27, 2025 at 09:17:27 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 32
dsolve((1+cos(x))*diff(y(x),x)+sin(x)*(sin(x)+sin(x)*cos(x)-y(x))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.100 (sec). Leaf size: 39
DSolve[(1+Cos[x])*D[y[x],x] + Sin[x]*(Sin[x]+Sin[x]*Cos[x]-y[x])==0,y[x],x,IncludeSingularSolutions -> True]