Internal
problem
ID
[214]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Review
problems
at
page
98
Problem
number
:
36
Date
solved
:
Monday, January 27, 2025 at 02:42:09 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 27
dsolve(diff(y(x),x)= (sqrt(y(x))-y(x))/tan(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.255 (sec). Leaf size: 35
DSolve[D[y[x],x] == (Sqrt[y[x]]-y[x])/Tan[x],y[x],x,IncludeSingularSolutions -> True]