Internal
problem
ID
[2411]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
2.4,
The
method
of
variation
of
parameters.
Page
154
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 05:52:00 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 22
dsolve(diff(y(t),t$2)-2*t/(1+t^2)*diff(y(t),t)+2/(1+t^2)*y(t)=1+t^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.051 (sec). Leaf size: 33
DSolve[D[y[t],{t,2}]-2*t/(1+t^2)*D[y[t],t]+2/(1+t^2)*y[t]==1+t^2,y[t],t,IncludeSingularSolutions -> True]