Internal
problem
ID
[10145]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
132
Date
solved
:
Monday, January 27, 2025 at 06:29:54 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 160
dsolve(3*x*diff(y(x),x) - 3*x*ln(x)*y(x)^4 - y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.240 (sec). Leaf size: 120
DSolve[3*x*D[y[x],x] - 3*x*Log[x]*y[x]^4 - y[x]==0,y[x],x,IncludeSingularSolutions -> True]