Internal
problem
ID
[18640]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
III.
Ordinary
differential
equations
of
the
first
order
and
first
degree.
Exercises
at
page
33
Problem
number
:
22
Date
solved
:
Tuesday, January 28, 2025 at 12:05:18 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 22
dsolve(x*(x-2*y(x))*diff(y(x),x)+(x^2+2*y(x)^2)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 7.823 (sec). Leaf size: 39
DSolve[x*(x-2*y[x])*D[y[x],x]+(x^2+2*y[x]^2)==0,y[x],x,IncludeSingularSolutions -> True]