Internal
problem
ID
[124]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.6
(substitution
and
exact
equations).
Problems
at
page
72
Problem
number
:
20
Date
solved
:
Friday, February 07, 2025 at 07:53:09 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 64
dsolve(y(x)^2*diff(y(x),x)+2*x*y(x)^3=6*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.982 (sec). Leaf size: 115
DSolve[y[x]^2*D[y[x],x]+2*x*y[x]^3==6*x,y[x],x,IncludeSingularSolutions -> True]