Internal
problem
ID
[3460]
Book
:
Mathematical
methods
for
physics
and
engineering,
Riley,
Hobson,
Bence,
second
edition,
2002
Section
:
Chapter
14,
First
order
ordinary
differential
equations.
14.4
Exercises,
page
490
Problem
number
:
Problem
14.3
(a)
Date
solved
:
Monday, January 27, 2025 at 07:37:32 AM
CAS
classification
:
[_exact, _rational, [_1st_order, `_with_symmetry_[F(x)*G(y),0]`]]
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 119
dsolve(y(x)*(2*x^2*y(x)^2+1)*diff(y(x),x)+x*(y(x)^4+1)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 13.911 (sec). Leaf size: 197
DSolve[y[x]*(2*x^2*y[x]^2+1)*D[y[x],x]+x*(y[x]^4+1)==0,y[x],x,IncludeSingularSolutions -> True]