Internal
problem
ID
[6662]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
6.
Equations
of
first
order
and
first
degree
(Linear
equations).
Supplemetary
problems.
Page
39
Problem
number
:
23
(b)
Date
solved
:
Tuesday, January 28, 2025 at 03:10:30 PM
CAS
classification
:
[_rational]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 175
dsolve(4*x^2*y(x)*diff(y(x),x)=3*x*(3*y(x)^2+2)+2*(3*y(x)^2+2)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 22.093 (sec). Leaf size: 277
DSolve[4*x^2*y[x]*D[y[x],x]==3*x*(3*y[x]^2+2)+2*(3*y[x]^2+2)^3,y[x],x,IncludeSingularSolutions -> True]