
Matthew S. answered 04/07/20
PhD in Mathematics with extensive experience teaching Calculus
Let s(t) := the trolley's distance from the first point. Let's set s(0) = 0 (i.e., frame the problem so the trolley is at the first point at time 0).
We are told that s(8) = 300 and s'(8) = 50
Then, because acceleration (the second derivative) is constant and s(0) = 0,
s(t) must be of the form at2 + bt
300 = s(8) = a*82 + b*8 = 64a + 8b
50 = s'(8) = 2a*8 + b = 16a + b
Multiply the second equation by 4 and subtract the result from the first equation to get
100 = 4b, therefore b = 25
Substitute b = 25 into either of the original equations. I'll do the first one:
300 = 64a + 8*25, therefore a = 100/64 = 25/16
Answer to Part A) 25/16
For Part B) We're asked to evaluate s'(0). We now know
s(t) = 25t2/16 + 25t, so s'(t) = 25t/8 + 25
Answer to Part B) is s'(0), which equals 25