Internal
problem
ID
[13349]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.3
(Linear
equations).
Exercises
page
56
Problem
number
:
40
Date
solved
:
Tuesday, January 28, 2025 at 05:31:24 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.063 (sec). Leaf size: 53
dsolve(diff(y(x),x)=-y(x)^2+x*y(x)+1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.147 (sec). Leaf size: 45
DSolve[D[y[x],x]==-y[x]^2+x*y[x]+1,y[x],x,IncludeSingularSolutions -> True]