Internal
problem
ID
[9052]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
68
Date
solved
:
Monday, January 27, 2025 at 05:31:34 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`]]
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 30
dsolve(diff(y(x),x)=10*exp(x+y(x))+x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.437 (sec). Leaf size: 115
DSolve[D[y[x],x]==10*Exp[x+y[x]]+x^2,y[x],x,IncludeSingularSolutions -> True]