Internal
problem
ID
[806]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
36
(a)
Date
solved
:
Monday, January 27, 2025 at 03:08:33 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 27
dsolve(diff(y(x),x) = cot(x)*(y(x)^(1/2)-y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.237 (sec). Leaf size: 35
DSolve[D[y[x],x] == Cot[x]*(y[x]^(1/2)-y[x]),y[x],x,IncludeSingularSolutions -> True]