A father duck and a baby duck are swimming along opposing parabolic paths, with the father along $ = −^2$ and the baby along = $^2$. The father duck’s movements can be parameterized by: $_() = ( − 5, −( − 5)^2), 0 \le \le 5$ and he is always looking directly forward (along his path). The baby duck is trying to always stay exactly in front of her father. Find a parameterization of her path.
At the moment I don't even know what is the question is asking, I'm thinking like the baby duck is always ahead of the father duck as moving in the point along the tangent of the father duck at any time, any help will be appreciated.
The tangent line from the position of the father duck is
$ P(t, s) = ( t - 5, - (t - 5)^2 ) + s ( 1, - 2 (t - 5) ) $
This line intersects the parabola of the baby duck at
$ ( t - 5 + s)^2 = - (t - 5)^2 - 2 s (t - 5) $
Let $t' = t - 5 \le 0 $, then
$ (t' + s)^2 = - t'^2 - 2 s t' $
which gives us
$ t'^2 + 2 s t' + s^2 = - t'^2 - 2 s t' $
and this simplifies to
$ s^2 + 4 s t' + 2 t'^2 = 0 $
The solution of which is
$ s = \dfrac{ - 4 t' \pm \sqrt{ 8 t'^2 } } {2} = -2 t' \pm \sqrt{2} | t' | = t' ( - 2 \mp \sqrt{2} ) $
But $t' = t- 5 $ , therefore,
$ s = (5 - t) (2 \pm \sqrt{2} ) $
Substitute this into the equation $P(t,s)$
$ B(t) = ( t - 5, - (t - 5)^2 ) + (5 - t) (2 + \sqrt{2}) (1, -2 (t - 5) ) $
OR
$ B(t) = ( t - 5, - (t - 5)^2 ) + (5 - t) (2 - \sqrt{2}) (1, -2 (t - 5) ) $
These are the possible parametric equations for the paths for the baby duck.