Internal
problem
ID
[2363]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
2.1,
second
order
linear
differential
equations.
Page
134
Problem
number
:
6(d)
Date
solved
:
Monday, January 27, 2025 at 05:50:16 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _homogeneous]]
With initial conditions
✓ Solution by Maple
Time used: 0.027 (sec). Leaf size: 25
dsolve([diff(y(t),t$2)+t*diff(y(t),t)+y(t)=0,y(0) = 0, D(y)(0) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.062 (sec). Leaf size: 32
DSolve[{D[y[t],{t,2}]+t*D[y[t],t]+y[t]==0,{y[0]==0,Derivative[1][y][0] ==1}},y[t],t,IncludeSingularSolutions -> True]