Internal
problem
ID
[5731]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
4
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 01:11:49 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.028 (sec). Leaf size: 22
dsolve(2*x*y(x)+(y(x)^2-2*x^2)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 7.912 (sec). Leaf size: 70
DSolve[2*x*y[x]+(y[x]^2-2*x^2)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]