Problem 4

m=9; k=8/(1/2);

DSolve[{m x''[t]+k x[t] == 0, x[0]==1/4, x'[0]==3}, x[t], t]

position=(x[t]/.%)[[1]]

N[position/.t->6]