Internal
problem
ID
[2315]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.2.
Page
9
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 05:45:27 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 35
dsolve(diff(y(t),t)+1/sqrt(t)*y(t)=exp(sqrt(t)/2),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.094 (sec). Leaf size: 42
DSolve[D[y[t],t]+1/Sqrt[t]*y[t]==Exp[Sqrt[t]/2],y[t],t,IncludeSingularSolutions -> True]