Internal
problem
ID
[3666]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.8,
Change
of
Variables.
page
79
Problem
number
:
Problem
47
Date
solved
:
Monday, January 27, 2025 at 07:53:00 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 86
dsolve(diff(y(x),x)-1/(2*x*ln(x))*y(x)=2*x*y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.255 (sec). Leaf size: 63
DSolve[D[y[x],x]-1/(2*x*Log[x])*y[x]==2*x*y[x]^3,y[x],x,IncludeSingularSolutions -> True]