The classical jeep problem is the following. A jeep can carry a maximum load of fuel of 1 gallon, and it travels $l$ miles with $l$ gallons of fuel. The jeep moves along a straight line, and is required to cross a desert $x$ miles wide in the most economic way, that is minimizing the required fuel. Let us say that $x > 0$ is the abscissa of the starting point, and $0$ that of the ending point. At $x$ there is a fuel station, where the jeep can load the fuel, while at any point $y < x$, there is a dumping station where the jeep can dump part of its fuel, in order to load it in a future trip.
The solution in this case was found by Fine, The Jeep Problem, Americ. Math. Monthly, Vol. 54 (1947), 24-31. The minimum required quantity of fuel $f(x)$ is the piecewise linear function having slope $2n+1$ on the interval $\left[ D_n, D_{n+1} \right]$, where $D_0=0$ and \begin{equation} D_n = \sum_{k=1}^{n} \frac{1}{2k-1} \end{equation} for $n > 1$. From this result Fine easily derives the asymptotic formula for $f(x)$: \begin{equation} f(x) = \frac{1}{4} \exp(2x - \gamma) + \mathcal{O}(e^{-2x}), \end{equation} where $\gamma$ is Euler's constant.
Now let $N$ be a positive integer and let $g(x,N)$ be the minimum required fuel to cross the desert when the jeep can dump (and subsequently load) the fuel only at the points
\begin{equation} y_1 = \frac{x}{N}, y_2 = 2 \frac{x}{N}, \dots, y_{N-1}= \frac{N-1}{N} x. \end{equation}
Suppose to choose for every $x \geq 0$ the positive integer $N(x)$ such that $x^2 / N(x) \rightarrow 0$ as $x \rightarrow \infty$. Fine states at the end of his paper without proof that $[g(x,N(x)) - f(x)]/f(x)$ is not larger that $1 / 2$ for large $x$, meaning that \begin{equation} \limsup_{x \rightarrow \infty} \frac{g(x,N(x))-f(x)}{f(x)} \leq \frac{1}{2}. \end{equation} Does anyone know how to prove this result? Thank you very much for your attention.
PS I discovered the Jeep Problem in the book "A Beautiful Mind" by Sylvia Nasar. In chapter 17, she tells a curious story in which Nash was challenged by one of his friends to give an upper bound for the minimum required quantity of fuel. Nasar writes in the book that "there is no optimal solution to the problem, as it turns out". She is not explicit about what version of the jeep problem Nash and his friends were discussing: it seems from her words that it was the version later analyzed by Rote and Zhang, Optimal Logistics for Expeditions: the Jeep Problem with Complete Refilling. In any case, also for this version there is an optimal solution, and this existence property is true for all the versions I know of the jeep problems (see the references in https://en.wikipedia.org/wiki/Jeep_problem and http://mathworld.wolfram.com/JeepProblem.html ), so I think Nasar simply made a wrong statement (maybe she simply meant that an optimal solution was not known at that time, or simply she quoted a wrong statement by someone).
PSS A very short and elegant proof that $f(x)$ is the minimum required quantity of fuel is found in Gale, The Jeep Once More or Jeeper by the Dozen, Americ. Math. Monthly, 77 (1970), 493-501.