Internal
problem
ID
[4784]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
7
Problem
number
:
184
Date
solved
:
Monday, January 27, 2025 at 09:37:44 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 34
dsolve(x*diff(y(x),x) = 2*x-y(x)+a*x^n*(x-y(x))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.122 (sec). Leaf size: 164
DSolve[x D[y[x],x]==2 x -y[x]+a x^n(x-y[x])^2,y[x],x,IncludeSingularSolutions -> True]