Internal
problem
ID
[5056]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
16
Problem
number
:
458
Date
solved
:
Monday, January 27, 2025 at 10:06:16 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.108 (sec). Leaf size: 57
dsolve((x^2-y(x))*diff(y(x),x) = 4*x*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.440 (sec). Leaf size: 246
DSolve[(x^2-y[x])D[y[x],x]==4 x y[x],y[x],x,IncludeSingularSolutions -> True]