Internal
problem
ID
[1710]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
Exact
equations.
Section
2.5
Page
79
Problem
number
:
40
Date
solved
:
Monday, January 27, 2025 at 05:31:24 AM
CAS
classification
:
[[_Abel, `2nd type`, `class B`]]
With initial conditions
✓ Solution by Maple
Time used: 0.161 (sec). Leaf size: 36
dsolve([diff(y(x),x)+2*x*y(x)= -exp(-x^2)*(3*x+2*y(x)*exp(x^2))/(2*x+3*y(x)*exp(x^2)),y(0) = -1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 33.120 (sec). Leaf size: 44
DSolve[{D[y[x],x]+2*x*y[x]== -Exp[-x^2]*(3*x+2*y[x]*Exp[x^2])/(2*x+3*y[x]*Exp[x^2]),y[0]==-1},y[x],x,IncludeSingularSolutions -> True]