Trying to study for my mid-term, but I'm having slight difficulties understanding what I'm supposed to do in this one problem:
A batter starts running towards first base at a constant speed of 6 m/s. The distance between each adjacent plate is 27.5 m. After running for 20 m, how fast is he approaching second base? At the same moment, how fast is he running away from third base? (see image below)

This is what I have so far:
- Let $d$ be the distance the batter has run thus far
- The distance between the batter and first base is 7.5 m
- The distance between the batter and second base is $\sqrt {27.5^2 + (27.5-d)^2}\ $, or approx. 28.5044 m when $d = 20$
- The distance between the batter and third base is $\sqrt {27.5^2 + d^2}\ $, or approx. 34.0037 m when $d = 20$
No need to hand feed me the answer, I'd just like a bit of insight on how to solve the problem.