Internal
problem
ID
[13787]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
17,
Reduction
of
order.
Exercises
page
162
Problem
number
:
17.4
Date
solved
:
Tuesday, January 28, 2025 at 06:03:28 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using reduction of order method given that one solution is
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 17
dsolve([(t-t^2)*diff(x(t),t$2)+(2-t^2)*diff(x(t),t)+(2-t)*x(t)=0,exp(-t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.224 (sec). Leaf size: 96
DSolve[(t-t^2)*D[x[t],{t,2}]+(2-t^2)*D[x[t],t]+(2-t)*x[t]==0,x[t],t,IncludeSingularSolutions -> True]