Softball Related Rates Problem

michial93

New member
Joined
Nov 14, 2011
Messages
1
A softball diamond is a square whose sides are 60 feet long. Suppose that a player is running from first to second base has a speed of 25 feet per second at the instant when she is 10 feet from second base. At what rate is the player's distance from third base changing at that instant?

This is my last related rates problem, I don't know if my brain is just tired now, but I can't seem to find my starting point with this problem. I tried drawing the pictures out, but the numbers are not sinking in. Can someone help me set-up and start the problem?

Thanks!
 
A softball diamond is a square whose sides are 60 feet long. Suppose that a player is running from first to second base has a speed of 25 feet per second at the instant when she is 10 feet from second base. At what rate is the player's distance from third base changing at that instant?

This is my last related rates problem, I don't know if my brain is just tired now, but I can't seem to find my starting point with this problem. I tried drawing the pictures out, but the numbers are not sinking in. Can someone help me set-up and start the problem?

Thanks!

I don't have a picture to show you, but if you can picture that when the player is 10 feet from second base then the distance from that player to third base is the hypotenuse of a right triangle with one leg at 10, and the other at 60. Now, the leg that is 10 feet is actually a variable, say x, and the distance from the player to third base is also a variable, say z.

So from here can you proceed? See how far you can get and then let us know if you get stuck.
 
Last edited:
Hello, michial93!

Did you make a sketch?


A softball diamond is a square whose sides are 60 feet long.
A player is running from first to second base has a speed of 25 ft/sec at the instant
. . when she is 10 feet from second base.
At what rate is her distance from third base changing at that instant?

Code:
                B
                *  60-25t
              *   *
         60 *       o P
          *     o     *   25t
        *   o x         *
      * o                 *
  C o                       * A
      *                   *
        *               *
       60 *           * 60
            *       *
              *   *
                *
                H
The distance from 1st base A\displaystyle A to 2nd base B\displaystyle B is 60 feet.

In t\displaystyle t seconds, she runs to P ⁣:  AP=25t\displaystyle P\!:\;AP = 25t
Hence:.PB=6025t\displaystyle PB \,=\,60-25t

Her distance from third base, x=CP\displaystyle x = CP, is the hypotenuse of a right triangle
. . with legs 6025t\displaystyle 60-25t and 60.\displaystyle 60.

Hence: .x2  =  (6025t)2+602  =  625t23000t+7200\displaystyle x^2 \;=\;(60-25t)^2 + 60^2 \;=\;625t^2 - 3000t + 7200


Differentiate with respect to time:
. . 2xdxdt=1250t3000dxdt=125(5t12)x\displaystyle 2x\dfrac{dx}{dt} \:=\:1250t - 3000 \quad\Rightarrow\quad \dfrac{dx}{dt} \:=\:\dfrac{125(5t-12)}{x} .[1]



When BP=10 ⁣:    6025t=10t=2\displaystyle BP = 10\!:\;\;60-25t \,=\,10 \quad\Rightarrow\quad \boxed{t \,=\,2}

And \(\displaystyle x^2 \:=\:(60-25\cdot2)^2 + 60^2\:=\: 3700 \quad\Rightarrow\quad \boxed{x \:=\:10\sqrt{37}}\)


Substitute into [1] . . .
 
Or you could have set it up this way using the same variables I mentioned above:

Given: dxdt=25\displaystyle \displaystyle \frac{dx}{dt}=-25

Formula: x2+602=z2\displaystyle \displaystyle x^2+60^2=z^2

Derivative: 2xdxdt+0=2zdzdt\displaystyle \displaystyle 2x\frac{dx}{dt}+0=2z\frac{dz}{dt} (A)

You are looking for dzdt\displaystyle \displaystyle \frac{dz}{dt} so you need to solve for z at the instant that x=10\displaystyle \displaystyle x=10.

Pythag it out: 102+602=z2\displaystyle \displaystyle 10^2+60^2=z^2

Solve for z: z=1037\displaystyle \displaystyle z=10\sqrt{37}. Now plug this into (A) and solve...
 
Top