Internal
problem
ID
[14167]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
14
Date
solved
:
Tuesday, January 28, 2025 at 06:18:31 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 26
dsolve(z(t)-(t^2-a^2)*diff(z(t),t)=0,z(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.058 (sec). Leaf size: 34
DSolve[z[t]-(t^2-a^2)*D[z[t],t]==0,z[t],t,IncludeSingularSolutions -> True]