Internal
problem
ID
[3282]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
35,
page
157
Problem
number
:
39
Date
solved
:
Monday, January 27, 2025 at 07:30:47 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 22
dsolve([diff(x(t),t$2)-k^2*x(t)=0,x(0) = 0, D(x)(0) = v__0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.016 (sec). Leaf size: 27
DSolve[{D[x[t],{t,2}]-k^2*x[t]==0,{x[0]==0,Derivative[1][x][0 ]==v0}},x[t],t,IncludeSingularSolutions -> True]