Internal
problem
ID
[4653]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
2
Problem
number
:
45
Date
solved
:
Monday, January 27, 2025 at 09:29:33 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 67
dsolve(diff(y(x),x) = 2*x-(x^2+1)*y(x)+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.483 (sec). Leaf size: 58
DSolve[D[y[x],x]==2 x-(1+x^2)y[x]+y[x]^2,y[x],x,IncludeSingularSolutions -> True]