Internal
problem
ID
[12827]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
2,
differential
equations
of
the
first
order
and
the
first
degree.
Article
14.
Equations
reducible
to
linear
equations
(Bernoulli).
Page
21
Problem
number
:
Ex
4
Date
solved
:
Tuesday, January 28, 2025 at 04:25:40 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.060 (sec). Leaf size: 67
dsolve(4*x*diff(y(x),x)+3*y(x)+exp(x)*x^4*y(x)^5=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 15.152 (sec). Leaf size: 88
DSolve[4*x*D[y[x],x]+3*y[x]+Exp[x]*x^4*y[x]^5==0,y[x],x,IncludeSingularSolutions -> True]