4 min read

Can You Draft A Riddler Fantasy Football Dream Team?

Table of Contents

Riddler Classic

Hames Jarrison has just intercepted a pass at one end zone of a football field, and begins running β€” at a constant speed of 1515 miles per hour β€” to the other end zone, 100100 yards away.

At the moment he catches the ball, you are on the very same goal line, but on the other end of the field, 5050 yards away from Jarrison. Caught up in the moment, you decide you will always run directly toward Jarrison’s current position, rather than plan ahead to meet him downfield along a more strategic course.

Assuming you run at a constant speed (i.e., don’t worry about any transient acceleration), how fast must you be in order to catch Jarrison before he scores a touchdown?

Solution

Let the chaser be at (0,0)(0,0) and the runner be (x0,0)(x_0,0) at the time t=0t=0 respectively, the instant the pursuit begins, with the runner running at constant speed VrV_r along the line x=x0x=x_0. The chaser runs at a constant speed VcV_c along a curved path such that he is always moving directly toward the runner, that is, the velocity vector of the chaser points directly at the runner at every instant of time.

To find the curve of pursuit of the chaser, we assume that the chaser is at the location (x,y)(x,y) at time tβ‰₯0t \geq 0. At time tt, the runner is at the point (x0,Vrt)(x_0,V_rt) and so, the slope of the tangent line to the pursuit curve (the value of dy/dxdy/dx at (x,y)(x,y)) is given by

dydx=Vrtβˆ’yx0βˆ’x\frac{dy}{dx} = \frac{V_rt - y}{x_0 - x}

We also know that the chaser would have ran a distance VctV_ct along it by the time tt. This arc-length is also given by the expression on the right below:

Vct=∫0x1+(dydz)2dzV_ct = \int_0^x \sqrt{1 + \left(\frac{dy}{dz}\right)^2} dz

Eliminating tt from the above two equations, we get

1Vc∫0x1+(dydz)2dz=yVrβˆ’(xβˆ’x0)Vrβ‹…dydxβ€…β€ŠβŸΉβ€…β€Š1Vc∫0x1+p2(z)dz=yVrβˆ’(xβˆ’x0)Vrβ‹…p(x)Β ,Β whereΒ dy/dx=p(x).\begin{aligned} \frac{1}{V_c} \int_0^x \sqrt{1 + \left(\frac{dy}{dz}\right)^2} dz &= \frac{y}{V_r} - \frac{(x-x_0)}{V_r} \cdot \frac{dy}{dx} \\\\ \implies \frac{1}{V_c} \int_0^x \sqrt{1 + p^2(z)} dz &= \frac{y}{V_r} - \frac{(x-x_0)}{V_r} \cdot p(x) \text{ , where $dy/dx= p(x)$}. \end{aligned}

Differentiating under the integral sign with respect to xx, we arrive at

1Vc1+p2(x)=p(x)Vrβˆ’(xβˆ’x0)Vrβ‹…dp(x)dxβˆ’1Vrp(x)β€…β€ŠβŸΉβ€…β€Š(xβˆ’x0)dpdx=βˆ’VrVc1+p2(x)β€…β€ŠβŸΉβ€…β€Šdp1+p2(x)=ndx(x0βˆ’x),Β whereΒ n=Vr/Vc\begin{aligned} \frac{1}{V_c} \sqrt{1 + p^2(x)} &= \frac{p(x)}{V_r} - \frac{(x-x_0)}{V_r} \cdot \frac{dp(x)}{dx} - \frac{1}{V_r}p(x) \\\\ \implies (x-x_0)\frac{dp}{dx} &= -\frac{V_r}{V_c} \sqrt{1 + p^2(x)} \\\\ \implies \frac{dp}{\sqrt{1 + p^2(x)}} &= \frac{n dx}{(x_0-x)} \text{, where $n=V_r/V_c$} \end{aligned}

Integrating the above equation, we get

ln⁑(p+1+p2)+c=βˆ’nln⁑(x0βˆ’x).\ln(p + \sqrt{1+p^2}) + c = -n\ln(x_0-x).

We see at t=0t=0, that p=dy/dx=0p=dy/dx=0 when x=0x=0 because at that instant, the runner as well as the chaser are on the xβˆ’axisx-axis. It follows that c=βˆ’nln⁑(x0)c = -n\ln(x_0) and so

ln⁑[(p+1+p2)(1βˆ’xx0)n]=0β€…β€ŠβŸΉβ€…β€Š(p+1+p2)(1βˆ’xx0)n=1.\begin{aligned} \ln\left[ \left(p + \sqrt{1+p^2}\right)\left(1 - \frac{x}{x_0}\right)^n\right] &= 0 \\\\ \implies \left(p + \sqrt{1+p^2}\right)\left(1 - \frac{x}{x_0}\right)^n &= 1. \end{aligned}

From the above, we get

p(x)=dydx=12[(1βˆ’xx0)βˆ’nβˆ’(1βˆ’xx0)n]p(x) = \frac{dy}{dx} = \frac{1}{2}\left[\left(1-\frac{x}{x_0}\right)^{-n} - \left(1 - \frac{x}{x_0} \right)^n \right]

Integrating the above equation, we get

y(x)+c=12(x0βˆ’x)[(1βˆ’x/x0)n1+nβˆ’(1βˆ’x/x0)βˆ’n1βˆ’n].y(x) + c = \frac{1}{2}(x_0-x)\left[\frac{(1-x/x_0)^n}{1+n} - \frac{(1-x/x_0)^{-n}}{1-n}\right].

Since y=0y= 0 when x=0x=0, pursuit curve equation is given by

y(x)=n1βˆ’n2x0+12(x0βˆ’x)[(1βˆ’x/x0)n1+nβˆ’(1βˆ’x/x0)βˆ’n1βˆ’n]y(x) = \frac{n}{1-n^2}x_0 + \frac{1}{2}(x_0-x)\left[\frac{(1-x/x_0)^n}{1+n} - \frac{(1-x/x_0)^{-n}}{1-n}\right]

In the given problem, we have Vr=15V_r=15 miles/hr, x0=50x_0=50 and y=100y = 100 when x=50x=50. Substituting these values in the above equation, we get

100=n1βˆ’n2β‹…50β€…β€ŠβŸΉβ€…β€Š2n2+nβˆ’2=0\begin{aligned} 100 &= \frac{n}{1-n^2}\cdot50 \\\\ \implies 2n^2+n-2 &= 0 \end{aligned}

Solving the above quadratic and taking the positive value for nn, we see that the speed of the chaser VcV_c should be

17+14β‹…15Β miles/hr\frac{\sqrt{17}+1}{4}\cdot15 \text{ miles/hr}