Internal
problem
ID
[4240]
Book
:
Advanced
Mathematica,
Book2,
Perkin
and
Perkin,
1992
Section
:
Chapter
11.3,
page
316
Problem
number
:
28
Date
solved
:
Monday, January 27, 2025 at 08:43:40 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 30
dsolve(x*y(x)*diff(y(x),x)=2*x^2-y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.204 (sec). Leaf size: 38
DSolve[x*y[x]*D[y[x],x]==2*x^2-y[x]^2,y[x],x,IncludeSingularSolutions -> True]