
Evan M. answered 05/05/20
Software Engineer with an M.S. in Structural Engineering
for d to equal zero, we either need A, e^(at), or sin(2πt) to be zero.
A=0 would be a trivial solution with no motion ever, so we will skip that.
e^(at) can never be zero, so we skip that.
This leaves us with 0 = sin(2πt)
replace 2πt with x to make it easier, and plug it back in after:
sin(x) is zero for x = nπ for all integers n
now we can plug back in for x:
2πt = nπ
solve for t:
t = n/2 for all integers n
We can check by plugging a few values of t back into the equation:
d = Ae^(a*0/2)*sin(2π*0/2) --> d = 0
d = Ae^(a*1/2)*sin(2π*1/2) --> d = 0
d = Ae^(a*2/2)*sin(2π*2/2) --> d = 0
etc