Internal
problem
ID
[10983]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
973
Date
solved
:
Monday, January 27, 2025 at 10:38:33 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Abel]
✓ Solution by Maple
Time used: 0.697 (sec). Leaf size: 129
dsolve(diff(y(x),x) = y(x)*(y(x)^2+y(x)*exp(b*x)+exp(b*x)^2)/exp(b*x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.305 (sec). Leaf size: 100
DSolve[D[y[x],x] == (y[x]*(E^(2*b*x) + E^(b*x)*y[x] + y[x]^2))/E^(2*b*x),y[x],x,IncludeSingularSolutions -> True]