Question Statement
A woman jogging at a constant rate of 10 km / hr crosses a point A heading north. Ten minutes later a man jogging at a constant rate of 9 km / hr crosses the same point heading east. How fast is the distance between the joggers changing 20 minutes after the man crosses A ?
Background and Explanation
This is a related rates problem where two objects move in perpendicular directions, and we need to find how fast the distance between them changes. The key is to establish a coordinate system, express the positions as functions of time, use the Pythagorean theorem to relate the distance, and then differentiate with respect to time.
Solution
Let point A be the origin ( 0 , 0 ) . We align the axes such that:
The woman travels along the positive y -axis (north) at 10 km/hr
The man travels along the positive x -axis (east) at 9 km/hr
Let t represent the time in hours since the man crossed point A .
Since the woman had a 10-minute head start (which equals 60 10 = 6 1 hours), at time t she has been jogging for ( t + 6 1 ) hours.
Using the formula distance = velocity × time :
Let z ( t ) be the distance between the two joggers. By the Pythagorean theorem:
z ( t ) = x ( t ) 2 + y ( t ) 2
Substituting our expressions:
z ( t ) = ( 9 t ) 2 + ( 10 ( t + 6 1 ) ) 2
z ( t ) = 81 t 2 + 100 ( t + 6 1 ) 2
To find how fast the distance is changing, we differentiate z with respect to t using the chain rule:
d t d z = 2 1 [ 81 t 2 + 100 ( t + 6 1 ) 2 ] − 1/2 ⋅ d t d [ 81 t 2 + 100 ( t + 6 1 ) 2 ]
Differentiating the expression inside the brackets:
d t d [ 81 t 2 + 100 ( t + 6 1 ) 2 ] = 162 t + 200 ( t + 6 1 )
Therefore:
d t d z = 2 81 t 2 + 100 ( t + 6 1 ) 2 162 t + 200 ( t + 6 1 )
Simplifying the numerator:
162 t + 200 t + 6 200 = 362 t + 3 100
So:
d t d z = 2 81 t 2 + 100 ( t + 6 1 ) 2 362 t + 3 100 = 81 t 2 + 100 ( t + 6 1 ) 2 181 t + 3 50
We need to find the rate when t = 20 minutes = 60 20 = 3 1 hour.
Calculate the numerator:
181 ( 3 1 ) + 3 50 = 3 181 + 3 50 = 3 231 = 77
Calculate the denominator:
81 ( 3 1 ) 2 + 100 ( 3 1 + 6 1 ) 2
= 81 ( 9 1 ) + 100 ( 6 2 + 6 1 ) 2
= 9 + 100 ( 2 1 ) 2
= 9 + 100 ( 4 1 )
= 9 + 25 = 34
Final calculation:
d t d z = 34 77 ≈ 13.2 km/hr
Distance formula (Pythagorean theorem): z = x 2 + y 2 for perpendicular motion
Chain rule for differentiation: d t d [ u ] = 2 u 1 ⋅ d t d u
Related rates: Differentiating the position relationship to find how distance changes over time
Alternative implicit differentiation method: 2 z d t d z = 2 x d t d x + 2 y d t d y , yielding d t d z = z x d t d x + y d t d y
Summary of Steps
Set up coordinates: Place A at origin ( 0 , 0 ) with woman on y -axis and man on x -axis
Define time variable: Let t = hours since man crossed A (woman started at t = − 6 1 )
Write position functions: x ( t ) = 9 t and y ( t ) = 10 ( t + 6 1 )
Apply Pythagorean theorem: z ( t ) = x 2 + y 2 = 81 t 2 + 100 ( t + 6 1 ) 2
Differentiate: Use chain rule to find d t d z = 81 t 2 + 100 ( t + 6 1 ) 2 181 t + 3 50
Substitute t = 3 1 : Calculate numerator = 77 and denominator = 34
Compute final answer: 34 77 ≈ 13.2 km/hr