Question 849545
A person on a bicycle is 100 meters west of a person in a car.
 The person on the bike starts to ride at 5 meters per second directly east and at the same time the person in the car starts to drive directly north at 20 meters per second.
 Use the pythagoras Theorem to write the distance between the bicycle and the car as a function of time.
 What is the minimum distance between the car and the bicycle?
 Verify that this time does give a minimum distance and find this minimum distance.
:
let t = travel time
then
(100-5t) = bike distance from ref point
and
20t = car dist from ref point
:
d = dist between bike and car
d(t) = {{{sqrt((20t)^2 + (100-5t)^2)}}}
d(t) = {{{sqrt(400t^2 + 10000 - 1000t + 25^2)}}}
d(t) = {{{sqrt(425t^2 - 1000t + 10000)}}}
Assuming the same minimum would also be for
425t^2 - 1000t + 10000
which we can simplify
17t^2 - 40t + 400
Using x = -b/(2a) to find the axis of symmetry
t = {{{40/(2*17)}}}
t = 1.176 seconds minimum distance apart
:
"find this minimum distance."
Use the original pythag equation, replace t with 1.176
d(t) = {{{sqrt((20*1.176)^2 + (100-(5*1.176))^2)}}}
d(t) = {{{sqrt(23.53^2 + (100-5.882)^2)}}}
d(t) = {{{sqrt(553.66 + (94.12)^2)}}}
d(t) = {{{sqrt(553.66 + 8858.2)}}}
d(t) = {{{sqrt(9411.86)}}}
d(t) = 97 ft apart min dist
:
Graphing y  = {{{sqrt((20t)^2 + (100-5t)^2)}}} seems to confirm this
{{{ graph( 300, 200, -2, 6, -10, 150, sqrt(425x^2-1000x+10000)) }}}
: