Internal
problem
ID
[4843]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
9
Problem
number
:
243
Date
solved
:
Monday, January 27, 2025 at 09:42:25 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 31
dsolve((1+2*x)*diff(y(x),x) = 4*exp(-y(x))-2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.715 (sec). Leaf size: 26
DSolve[(1+2 x)D[y[x],x]==4 Exp[-y[x]]-2,y[x],x,IncludeSingularSolutions -> True]