Internal
problem
ID
[3668]
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
49
Date
solved
:
Monday, January 27, 2025 at 07:53:05 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 40
dsolve(2*diff(y(x),x)+y(x)*cot(x)=8/y(x)*cos(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.926 (sec). Leaf size: 47
DSolve[2*D[y[x],x]+y[x]*Cot[x]==8/y[x]*Cos[x]^3,y[x],x,IncludeSingularSolutions -> True]