The problem is as follows:
Two volkswagen possesses constant velocities and pass through the position labeled $A$ on the instant indicated in the figure from below. Find the time which will take the cars to be separated by a minimum distance.
The alternatives given on my book are as follows:
$\begin{array}{ll} 1.4\,s\\ 2.5.6\,s\\ 3.8\,s\\ 4.9.6\,s\\ 5.12\\ \end{array}$
This problem seems to be related to the use of differentials but I don't know exactly on what way should I use them.
From the given data I could only spot these relationships. Assuming $v_{b}=\textrm{beetle}$ and $v_{c}=\textrm{camper}$
$v_{b}=0_{i}\hat{i}+12t\hat{j}$
$v_{c}=-16t\hat{i}+0\hat{j}$
But that's it. Then what?. Can someone with experience help me what should I do next?. How should I find the time when the distance that separates them (after crossing the intersection I believe) is the least possible?.

First of all, notice that both vehicles are 80m away from point $A$ and they have different speeds, so they are not going to crash (this implies the minimum distance is not zero). Now, as time goes by, both vehicles move towards point $A$. You can express the distance $l(t)$ between them as the hypothenuse of the right triangle of sides $80 - v_{b}t = 80-12t$ and $80 - v_{c}t = 80-16t$. Thus, the distance is $$l(t) = \sqrt{(80-12t)^{2}+(80-16t)^{2}}$$ Finally, if you want to find the minimum distance, you want to find $t$ so $l(t)$ is minimum, so it is enough to solve $$\frac{dl(t)}{dt} = 0$$