Internal
problem
ID
[6509]
Book
:
Schaums
Outline
Differential
Equations,
4th
edition.
Bronson
and
Costa.
McGraw
Hill
2014
Section
:
Chapter
11.
THE
METHOD
OF
UNDETERMINED
COEFFICIENTS.
page
95
Problem
number
:
Problem
11.4
Date
solved
:
Monday, January 27, 2025 at 02:09:35 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 37
dsolve(diff(y(t),t$2)-6*diff(y(t),t)+25*y(t)=2*sin(t/2)-cos(t/2),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 51
DSolve[D[y[t],{t,2}]-6*D[y[t],t]+25*y[t]==2*Sin[t/2]-Cos[t/2],y[t],t,IncludeSingularSolutions -> True]