Internal
problem
ID
[6925]
Book
:
A
First
Course
in
Differential
Equations
with
Modeling
Applications
by
Dennis
G.
Zill.
12
ed.
Metric
version.
2024.
Cengage
learning.
Section
:
Chapter
1.
Introduction
to
differential
equations.
Exercises
1.1
at
page
12
Problem
number
:
56
Date
solved
:
Monday, January 27, 2025 at 02:35:54 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 37
dsolve(diff(y(t),t$2)+2*diff(y(t),t)+4*y(t)=5*sin(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.028 (sec). Leaf size: 51
DSolve[D[y[t],{t,2}]+2*D[y[t],t]+4*y[t]==5*Sin[t],y[t],t,IncludeSingularSolutions -> True]