Internal
problem
ID
[5073]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
17
Problem
number
:
475
Date
solved
:
Monday, January 27, 2025 at 10:07:57 AM
CAS
classification
:
[[_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 63
dsolve((x*exp(-x)-2*y(x))*diff(y(x),x) = 2*x*exp(-2*x)-(exp(-x)+x*exp(-x)-2*y(x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 33.019 (sec). Leaf size: 81
DSolve[(x Exp[-x]-2 y[x])D[y[x],x]==2 x Exp[-2 x]-(Exp[-x]+x Exp[-x]-2 y[x])y[x],y[x],x,IncludeSingularSolutions -> True]