Internal
problem
ID
[10208]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
195
Date
solved
:
Monday, January 27, 2025 at 06:38:27 PM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 26
dsolve(sin(x)*diff(y(x),x) - y(x)^2*sin(x)^2 + (cos(x) - 3*sin(x))*y(x) + 4=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.246 (sec). Leaf size: 32
DSolve[Sin[x]*D[y[x],x] - y[x]^2*Sin[x]^2 + (Cos[x] - 3*Sin[x])*y[x] + 4==0,y[x],x,IncludeSingularSolutions -> True]