Internal
problem
ID
[18629]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
III.
Ordinary
differential
equations
of
the
first
order
and
first
degree.
Exercises
at
page
33
Problem
number
:
11
Date
solved
:
Tuesday, January 28, 2025 at 12:04:44 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 49
dsolve(diff(y(x),x)+cos(x)*y(x)=y(x)^n*sin(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.323 (sec). Leaf size: 36
DSolve[D[y[x],x]+Cos[x]*y[x]==y[x]^n*Sin[2*x],y[x],x,IncludeSingularSolutions -> True]