Internal
problem
ID
[12826]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
2,
differential
equations
of
the
first
order
and
the
first
degree.
Article
14.
Equations
reducible
to
linear
equations
(Bernoulli).
Page
21
Problem
number
:
Ex
3
Date
solved
:
Tuesday, January 28, 2025 at 04:24:59 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.513 (sec). Leaf size: 14
dsolve(sin(y(x))*diff(y(x),x)+sin(x)*cos(y(x))=sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.698 (sec). Leaf size: 121
DSolve[Sin[y[x]]*D[y[x],x]+Sin[x]*Cos[y[x]]==Sin[x],y[x],x,IncludeSingularSolutions -> True]