Internal
problem
ID
[19512]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
II.
Equations
of
first
order
and
first
degree
Problem
number
:
Ex
5
page
7
Date
solved
:
Tuesday, January 28, 2025 at 01:47:15 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 220
dsolve((x+2*y(x)^3)*diff(y(x),x)=y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.734 (sec). Leaf size: 285
DSolve[(x+2*y[x]^3)*D[y[x],x]==y[x],y[x],x,IncludeSingularSolutions -> True]