Internal
problem
ID
[2998]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 07:07:00 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 86
dsolve(diff(y(x),x)+y(x)*cos(x)=y(x)^3*sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 10.405 (sec). Leaf size: 84
DSolve[D[y[x],x]+y[x]*Cos[x]==y[x]^3*Sin[x],y[x],x,IncludeSingularSolutions -> True]