Internal
problem
ID
[10041]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
27
Date
solved
:
Monday, January 27, 2025 at 06:19:16 PM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.053 (sec). Leaf size: 73
dsolve(diff(y(x),x) + a*y(x)*(y(x)-x) - 1=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.527 (sec). Leaf size: 134
DSolve[D[y[x],x] + a*y[x]*(y[x]-x) - 1==0,y[x],x,IncludeSingularSolutions -> True]