Internal
problem
ID
[3549]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode,
second
edition,
2000
Section
:
1.8,
page
68
Problem
number
:
14
Date
solved
:
Monday, January 27, 2025 at 07:42:36 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 32
dsolve(x*(x^2-y(x)^2)-x*(x^2+y(x)^2)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.130 (sec). Leaf size: 71
DSolve[x*(x^2-y[x]^2)-x*(x^2+y[x]^2)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]