Internal
problem
ID
[16892]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
12.
Miscellaneous
problems.
Exercises
page
93
Problem
number
:
300
Date
solved
:
Tuesday, January 28, 2025 at 09:39:56 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.224 (sec). Leaf size: 30
dsolve(diff(y(x),x)-1=exp(x+2*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.220 (sec). Leaf size: 26
DSolve[D[y[x],x]-1==Exp[x+2*y[x]],y[x],x,IncludeSingularSolutions -> True]