a) The closest distance the cars will be from each other in kilometers b) What time "t" in hours will this distance occur
So this is a practice question from my grade 12 calculus textbook. Usually I'm pretty competent at DVA problems, however, with this one I'm having trouble mainly with how to approach it. I've done problems where I have to find the rate of change of the distance between two objects as well as DVA problems on finding maximum and minimum values, but this one is confusing me a little as to how to approach it. I'm guessing maybe I need to start by finding an expression for each vehicles speed, than use that to maybe find a point of intersection maybe? Or maybe I should start with the general position formula or maybe the Pythagorean theorem. But I really don't know and could use a little help to get going here please and thanks.
hint
In the repere $ (B, west-east, south-north) $, At the instant $ t $, the car $ B $ will have coordinates $$B(0,V_b.t)$$ while the car $ A $, is at the point $$A(50-V_a.t,0)$$
the square of the distance between the two cars is $$AB^2=(50-V_a.t)^2+(V_b.t)^2$$ $$=2500-100V_a.t+(V_a^2+V_b^2)t^2$$
the minimum of this distance is attained when the derivative is zero: $$2t(V_a^2+V_b^2)-100V_a=0$$
thus
$$t=\frac{100V_a}{2(V_a^2+V_b^2)}$$ $$=\frac{5000}{2(2500+8100)}=$$