Internal
problem
ID
[17572]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
4.
Second
order
linear
equations.
Section
4.2
(Theory
of
second
order
linear
homogeneous
equations).
Problems
at
page
226
Problem
number
:
28
Date
solved
:
Tuesday, January 28, 2025 at 10:44:23 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
Using reduction of order method given that one solution is
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 49
dsolve([a*diff(y(t),t$2)+b*diff(y(t),t)+c*y(t)=0,exp(-b*t/(2*a))],singsol=all)
✓ Solution by Mathematica
Time used: 0.032 (sec). Leaf size: 55
DSolve[a*D[y[t],{t,2}]+b*D[y[t],t]+c*y[t]==0,y[t],t,IncludeSingularSolutions -> True]