Internal
problem
ID
[1301]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Chapter
3,
Second
order
linear
equations,
3.3
Complex
Roots
of
the
Characteristic
Equation
,
page
164
Problem
number
:
44
Date
solved
:
Monday, January 27, 2025 at 04:50:25 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries], [_2nd_order, _linear, `_with_symmetry_[0,F(x)]`]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 55
dsolve(diff(y(t),t$2)+ t*diff(y(t),t)+exp(-t^2)*y(t) = 0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.054 (sec). Leaf size: 102
DSolve[D[y[t],{t,2}]+t*D[y[t],t]+exp(-t^2)*y[t]==0,y[t],t,IncludeSingularSolutions -> True]