Internal
problem
ID
[16437]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
4.
Higher
Order
Equations.
Exercises
4.6,
page
187
Problem
number
:
32
Date
solved
:
Tuesday, January 28, 2025 at 09:07:57 AM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 15
dsolve((t^2+t)*diff(y(t),t$3)+(2-t^2)*diff(y(t),t$2)-(t+2)*diff(y(t),t)=-2-t,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 4.699 (sec). Leaf size: 303
DSolve[(t^2+t)*D[ y[t],{t,3}]+(2-t^2)*D[y[t],{t,2}]-(t+2)*D[y[t],t]==-2-t,y[t],t,IncludeSingularSolutions -> True]