Internal
problem
ID
[9053]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
69
Date
solved
:
Monday, January 27, 2025 at 05:31:36 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 29
dsolve(diff(y(x),x)=x*exp(x+y(x))+sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.158 (sec). Leaf size: 100
DSolve[D[y[x],x]==x*Exp[x+y[x]]+Sin[x],y[x],x,IncludeSingularSolutions -> True]