Internal
problem
ID
[4837]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
8
Problem
number
:
237
Date
solved
:
Monday, January 27, 2025 at 09:42:05 AM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.038 (sec). Leaf size: 58
dsolve(2*x*diff(y(x),x)+1 = 4*I*x*y(x)+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.488 (sec). Leaf size: 161
DSolve[2 x D[y[x],x]+1==4 I x y[x]+y[x]^2,y[x],x,IncludeSingularSolutions -> True]