Internal
problem
ID
[10400]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
387
Date
solved
:
Monday, January 27, 2025 at 07:39:09 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.212 (sec). Leaf size: 119
dsolve(diff(y(x),x)^2+(diff(y(x),x)-y(x))*exp(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.672 (sec). Leaf size: 195
DSolve[D[y[x],x]^2 + E^x*(-y[x] + D[y[x],x])==0,y[x],x,IncludeSingularSolutions -> True]