Ok not sure what I have done wrong. Question also seems simple enough...
"A bullet is fired vertically upwards, ignoring any air resistance, at a speed of 98ms^-1 and three seconds later a second bullet is fired vertically upwards from the same point with the same speed".
Find how long it takes after the first bullet is shot that the two bullets meet.
Answer: 11.50 seconds.
Can anyone show me how to get there?
Let up be positive. Let t be the time after the first bullet is shot.
Position of the first bullet: ut + 1/2 at^2 = 98t - 4.9t^2
Position of the second bullet: u(t-3) + 1/2 a(t-3)^2 = 98(t-3) - 4.9(t-3)^2
Meet => positions are the same
98(t-3) - 4.9(t-3)^2 = 98t - 4.9t^2
20t - 60 - (t^2 - 6t + 9) = 20t - t^2
-60 + 6t - 9 = 0
6t = 69
t = 11.5 s