Internal
problem
ID
[18513]
Book
:
Elementary
Differential
Equations.
By
R.L.E.
Schwarzenberger.
Chapman
and
Hall.
London.
First
Edition
(1969)
Section
:
Chapter
3.
Solutions
of
first-order
equations.
Exercises
at
page
47
Problem
number
:
6
Date
solved
:
Tuesday, January 28, 2025 at 11:51:37 AM
CAS
classification
:
[[_Emden, _Fowler]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 13
dsolve(t^2*diff(x(t),t$2)-6*t*diff(x(t),t)+12*x(t)=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.011 (sec). Leaf size: 16
DSolve[t^2*D[x[t],{t,2}]-6*t*D[x[t],t]+12*x[t]==0,x[t],t,IncludeSingularSolutions -> True]