Internal
problem
ID
[753]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.6,
Substitution
methods
and
exact
equations.
Page
74
Problem
number
:
25
Date
solved
:
Wednesday, February 05, 2025 at 03:58:06 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 95
dsolve((x^4+1)^(1/2)*y(x)^2*(y(x)+x*diff(y(x),x)) = x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.127 (sec). Leaf size: 106
DSolve[(x^4+1)^(1/2)*y[x]^2*(y[x]+x*D[y[x],x]) ==x,y[x],x,IncludeSingularSolutions -> True]