Internal
problem
ID
[14205]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
71
Date
solved
:
Tuesday, January 28, 2025 at 06:21:48 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 27
dsolve(y(x)-diff(y(x),x)*cos(x)=y(x)^2*cos(x)*(1-sin(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.439 (sec). Leaf size: 41
DSolve[y[x]-D[y[x],x]*Cos[x]==y[x]^2*Cos[x]*(1-Sin[x]),y[x],x,IncludeSingularSolutions -> True]