Internal
problem
ID
[6128]
Book
:
Mathematical
Methods
in
the
Physical
Sciences.
third
edition.
Mary
L.
Boas.
John
Wiley.
2006
Section
:
Chapter
8,
Ordinary
differential
equations.
Section
4.
OTHER
METHODS
FOR
FIRST-ORDER
EQUATIONS.
page
406
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 01:37:44 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 14
dsolve((y(x)^2-x*y(x))+(x^2+x*y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.162 (sec). Leaf size: 27
DSolve[(y[x]^2-x*y[x])+(x^2+x*y[x])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]