Internal
problem
ID
[10721]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
710
Date
solved
:
Monday, January 27, 2025 at 09:30:50 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`], _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 30
dsolve(diff(y(x),x) = (-ln(x)+exp(1/x)+4*x^2*y(x)+2*x+2*x*y(x)^2+2*x^3)/(ln(x)-exp(1/x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.061 (sec). Leaf size: 38
DSolve[D[y[x],x] == (E^x^(-1) + 2*x + 2*x^3 - Log[x] + 4*x^2*y[x] + 2*x*y[x]^2)/(-E^x^(-1) + Log[x]),y[x],x,IncludeSingularSolutions -> True]