Two cars are approaching an intersection. One is 2 mile south of the intersection and is moving at a constant speed of 10 mph. At the same time, the other car is 5 miles east of the intersection and is moving at a constant speed of 20 mph.
Express the distance (D) between the cars as a function of time (t).
For what value of T is D smaller?
Guide On Rating System
Vote
The distance between the cars can be found using the Pythagorean theorem. The first car is moving north and the second car is moving west, so the distance between them is the hypotenuse of a right triangle with sides of length 2-10t (the distance of the first car from the intersection) and 5-20t (the distance of the second car from the intersection).
So, the distance D between the cars as a function of time t is:
D(t) = sqrt[(2-10t)^2 + (5-20t)^2]
To find the value of T for which D is smallest, we need to find the minimum of this function. This occurs when the derivative of the function is zero.
The derivative of D(t) is:
D'(t) = (1/2) * [ (2-10t)^2 + (5-20t)^2 ]^(-1/2) * [2*(2-10t)*(-10) + 2*(5-20t)*(-20)]
Setting this equal to zero and solving for t gives:
0 = [ (2-10t)*(-10) + (5-20t)*(-20) ] / sqrt[(2-10t)^2 + (5-20t)^2]
Solving this equation for t is a bit complicated, but using a numerical method gives approximately t = 0.15 hours.
So, the distance between the cars is smallest at approximately t = 0.15 hours.