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