Internal
problem
ID
[3671]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.8,
Change
of
Variables.
page
79
Problem
number
:
Problem
52
Date
solved
:
Monday, January 27, 2025 at 07:53:50 AM
CAS
classification
:
[_Bernoulli]
With initial conditions
✓ Solution by Maple
Time used: 3.622 (sec). Leaf size: 34
dsolve([diff(y(x),x)+y(x)*cot(x)=y(x)^3*sin(x)^3,y(1/2*Pi) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.946 (sec). Leaf size: 20
DSolve[{D[y[x],x]+y[x]*Cot[x]==y[x]^3*Sin[x]^3,{y[Pi/2]==1}},y[x],x,IncludeSingularSolutions -> True]