Internal
problem
ID
[13948]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
2,
First
Order
Equations.
Problems
page
149
Problem
number
:
Problem
1(a)
Date
solved
:
Tuesday, January 28, 2025 at 06:09:23 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 20
dsolve(diff(y(x),x)=y(x)*exp(x+y(x))*(x^2+1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.543 (sec). Leaf size: 32
DSolve[D[y[x],x]==y[x]*Exp[x+y[x]]*(x^2+1),y[x],x,IncludeSingularSolutions -> True]