Internal
problem
ID
[3465]
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.5
(c)
Date
solved
:
Monday, January 27, 2025 at 07:37:51 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 220
dsolve((x+y(x)^3)*diff(y(x),x)=y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.697 (sec). Leaf size: 263
DSolve[(x+y[x]^3)*D[y[x],x]==y[x],y[x],x,IncludeSingularSolutions -> True]