Internal
problem
ID
[6664]
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
(d)
Date
solved
:
Monday, January 27, 2025 at 02:18:31 PM
CAS
classification
:
[_Abel]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 109
dsolve(diff(y(x),x)+x*(x+y(x))=x^3*(x+y(x))^3-1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 10.052 (sec). Leaf size: 85
DSolve[D[y[x],x]+x*(x+y[x])==x^3*(x+y[x])^3-1,y[x],x,IncludeSingularSolutions -> True]