Internal
problem
ID
[4730]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
5
Problem
number
:
129
Date
solved
:
Monday, January 27, 2025 at 09:34:40 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 34
dsolve(diff(y(x),x) = x+exp(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.528 (sec). Leaf size: 40
DSolve[D[y[x],x]==x+Exp[y[x]],y[x],x,IncludeSingularSolutions -> True]