Internal
problem
ID
[14096]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
6.
Introduction
to
Systems
of
ODEs.
Problems
page
408
Problem
number
:
Problem
2(e)
Date
solved
:
Tuesday, January 28, 2025 at 06:14:22 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 34
dsolve(3*diff(y(t),t$2)+5*diff(y(t),t)-2*y(t)=3*t^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.016 (sec). Leaf size: 38
DSolve[3*D[y[t],{t,2}]+5*D[y[t],t]-2*y[t]==3*t^2,y[t],t,IncludeSingularSolutions -> True]