Internal
problem
ID
[4908]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
11
Problem
number
:
308
Date
solved
:
Monday, January 27, 2025 at 09:47:35 AM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 217
dsolve((a^2+x^2)*diff(y(x),x) = a^2+3*x*y(x)-2*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.231 (sec). Leaf size: 63
DSolve[(a^2+x^2)D[y[x],x]==a^2+3 x y[x]-2 y[x]^2,y[x],x,IncludeSingularSolutions -> True]