Internal
problem
ID
[4090]
Book
:
Applied
Differential
equations,
Newby
Curle.
Van
Nostrand
Reinhold.
1972
Section
:
Examples,
page
35
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 08:08:20 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 15
dsolve(x^2*diff(y(x),x)=x*(y(x)-1)+(y(x)-1)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.206 (sec). Leaf size: 23
DSolve[x^2*D[y[x],x]==x*(y[x]-1)+(y[x]-1)^2,y[x],x,IncludeSingularSolutions -> True]