Internal
problem
ID
[10679]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
668
Date
solved
:
Monday, January 27, 2025 at 09:25:08 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], [_Abel, `2nd type`, `class C`]]
✓ Solution by Maple
Time used: 1.697 (sec). Leaf size: 57
dsolve(diff(y(x),x) = 1/(y(x)*exp(-x)+1)*y(x)^3*exp(-2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.468 (sec). Leaf size: 99
DSolve[D[y[x],x] == y[x]^3/(E^(2*x)*(1 + y[x]/E^x)),y[x],x,IncludeSingularSolutions -> True]