Internal
problem
ID
[739]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.6,
Substitution
methods
and
exact
equations.
Page
74
Problem
number
:
11
Date
solved
:
Wednesday, February 05, 2025 at 03:57:04 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 47
dsolve((x^2-y(x)^2)*diff(y(x),x) = 2*x*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.914 (sec). Leaf size: 66
DSolve[(x^2-y[x]^2)*D[y[x],x]== 2*x*y[x],y[x],x,IncludeSingularSolutions -> True]