Internal
problem
ID
[18558]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
31.
Problems
at
page
85
Problem
number
:
7
Date
solved
:
Tuesday, January 28, 2025 at 11:58:52 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 27
dsolve(y(x)-cos(x)*diff(y(x),x)=y(x)^2*cos(x)*(1-sin(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.419 (sec). Leaf size: 41
DSolve[y[x]-Cos[x]*D[y[x],x]==y[x]^2*Cos[x]*(1-Sin[x]),y[x],x,IncludeSingularSolutions -> True]