Internal
problem
ID
[13154]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
2,
Second
order
linear
equations.
Section
2.4.1
Cauchy-Euler
equations.
Exercises
page
120
Problem
number
:
1(a)
Date
solved
:
Tuesday, January 28, 2025 at 05:11:19 AM
CAS
classification
:
[[_Emden, _Fowler]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 29
dsolve(diff(x(t),t$2)=-1/t^2*x(t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 42
DSolve[D[x[t],{t,2}]==-1/t^2*x[t],x[t],t,IncludeSingularSolutions -> True]