1

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)

Baseball field

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.

  • It seems to me that the question is asking for the component of the runner's velocity 1) along the line connecting the runner to second base and 2) along the line connecting the runner to third base. Both will involve finding the line that connects the runner to that base and the angle between that line and his velocity. – Kevin Driscoll Oct 09 '13 at 21:26

3 Answers3

3

You don't need derivatives. Just find the coordinates of the batter and the two bases of interest. Now project the batter's velocity on the vector from him to each base.

By the way, one should not measure baseball fields in meters, but in feet.

Ross Millikan
  • 374,822
2

For each case, draw a line from the runner to the relevant base, creating a right-angle triangle. You know two of the sides of this triangle, so you know the third side and all trig ratios of all the angles.

Break the runners known speed into two components, one along the line drawn above, and the other perpendicular to it. Find the angles in the components that match those from the triangle and use the trig ratios to evaluate the components.

DJohnM
  • 3,580
1

The first question is easy: the batter is running straight towards the first base, so he is approaching the first base with a speed of $6$ m/s. To answer the second question, try to find the function $f(t)$ of time that gives the distance to the third base. Then find the derivative at the point $t=\frac{20}{6}$, when the batter has been running for 20 metres.

Arthur
  • 5,524