Internal
problem
ID
[2303]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.2.
Page
9
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 05:45:03 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 57
dsolve(t^2*y(t)+diff(y(t),t) = 1,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.072 (sec). Leaf size: 52
DSolve[t^2*y[t]+D[y[t],t] == 1,y[t],t,IncludeSingularSolutions -> True]