Internal
problem
ID
[16058]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Exercises
2.4,
page
57
Problem
number
:
36
Date
solved
:
Tuesday, January 28, 2025 at 08:32:08 AM
CAS
classification
:
[_exact]
With initial conditions
✓ Solution by Maple
Time used: 0.335 (sec). Leaf size: 18
dsolve([(2*t*y(t)*exp(t^2)+2*t*exp(-y(t)))+(exp(t^2)-t^2*exp(-y(t))+1)*diff(y(t),t)=0,y(0) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 60.429 (sec). Leaf size: 20
DSolve[{(2*t*y[t]*Exp[t^2]+2*t*Exp[-y[t]])+(Exp[t^2]-t^2*Exp[-y[t]]+1)*D[y[t],t]==0,{y[0]==0}},y[t],t,IncludeSingularSolutions -> True]