Internal
problem
ID
[16869]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
12.
Miscellaneous
problems.
Exercises
page
93
Problem
number
:
277
Date
solved
:
Tuesday, January 28, 2025 at 09:36:08 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.172 (sec). Leaf size: 49
dsolve(diff(y(x),x)+y(x)*cos(x)=y(x)^n*sin(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 13.167 (sec). Leaf size: 73
DSolve[D[y[x],x]+y[x]*Cos[x]==y[x]^n*Sin[2*x],y[x],x,IncludeSingularSolutions -> True]