Internal
problem
ID
[15857]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
1.
Introduction
to
Differential
Equations.
Review
exercises,
page
23
Problem
number
:
21
Date
solved
:
Tuesday, January 28, 2025 at 08:10:23 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
With initial conditions
✓ Solution by Maple
Time used: 0.043 (sec). Leaf size: 30
dsolve([diff(y(t),t$2)+4*y(t)=t,y(1/4*Pi) = 1, D(y)(1/4*Pi) = 1/16*Pi],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.015 (sec). Leaf size: 31
DSolve[{D[y[t],{t,2}]+4*y[t]==t,{y[Pi/4]==1,Derivative[1][y][Pi/4]==Pi/16}},y[t],t,IncludeSingularSolutions -> True]