Internal
problem
ID
[17375]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
2.
First
order
differential
equations.
Section
2.4
(Differences
between
linear
and
nonlinear
equations).
Problems
at
page
79
Problem
number
:
4
Date
solved
:
Tuesday, January 28, 2025 at 10:03:30 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.048 (sec). Leaf size: 55
dsolve([(4-t^2)*diff(y(t),t)+2*t*y(t)=3*t^2,y(-3) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.068 (sec). Leaf size: 39
DSolve[{(4-t^2)*D[y[t],t]+2*t*y[t]==3*t^2,{y[-3]==1}},y[t],t,IncludeSingularSolutions -> True]