Internal
problem
ID
[10221]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
208
Date
solved
:
Monday, January 27, 2025 at 06:39:46 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.034 (sec). Leaf size: 106
dsolve(y(x)*diff(y(x),x)+a*y(x)^2-b*cos(x+c)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.372 (sec). Leaf size: 84
DSolve[y[x]*D[y[x],x]+a*y[x]^2-b*Cos[x+c]==0,y[x],x,IncludeSingularSolutions -> True]