Jump to content

Zermelo's navigation problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Piguy227 (talk | contribs) at 14:52, 18 August 2016 (Created page with 'Proposed in 1931 by Ernst Zermelo, the Zermelo's navigation problem is a classic optimal control problem. The problem deals with a boat navigating on a body...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Proposed in 1931 by Ernst Zermelo, the Zermelo's navigation problem is a classic optimal control problem. The problem deals with a boat navigating on a body of water, originating from a point to a destination point . The boat is capable of a certain maximum speed, and we want to derive the best possible control to reach in the least possible time.

Zermelo Navigation with velocity under constant wind

Without considering external forces such as current and wind, the optimal control is for the boat to always head towards D. Its path then is a line segment from O to D, which is trivially optimal. With consideration of current and wind, if the combined force applied to the boat is non-zero the control for no current and wind does not yield the optimal path.

History

In his 1931 article,[1] Ernst Zermelo formulates the following problem:

In an unbounded plane where the wind distribution is given by a vector field as a function of position and time, a ship moves with constant velocity relative to the surrounding air mass. How must the ship be steered in order to come from a starting point to a given goal in the shortest time?

Ernst Zermelo formulated and solved the general problem

This is an extension of the classical optimisation problem for geodesics - minimising the length of a curve connecting points and , with the added complexity of considering some wind velocity. Although it is usually impossible to find an exact solution in most cases, the general case was solved by Zermelo himself in the form of a partial differential equation, known as Zermelo's equation, which can be numerically solved.

Constant Wind Case

The case of constant wind is easy to solve exactly.[2] Let , and suppose that to minimise the travel time the ship travels at a constant maximum speed . Thus the position of the ship at time is . Let be the time of arrival at , so that . Taking the dot product of this with and respectively results in and . Eliminating and writing this system as a quadratic in results in . Upon solving this, taking the positive square-root since is positive, we obtain $$ T[\mathbf d] = \frac{-2(\mathbf d \cdot \mathbf w) \pm \sqrt{4(\mathbf d \cdot \mathbf w)^2 + 4\mathbf d^2(\mathbf v^2 - \mathbf w^2)}}{2(\mathbf v^2 - \mathbf w^2)} = \sqrt{\frac{\mathbf d^2}{\mathbf v^2 - \vec w^2} + \frac{(\mathbf d \cdot \mathbf w)^2}{(\vec v^2 - \vec w^2)^2}} - \frac{\mathbf d \cdot \mathbf w}{\mathbf v^2 - \mathbf w^2} $$

Claim: This defines a metric on , provided .

Proof

By our assumption, clearly with equality if and only if . Trivially if , we have . It remains to show satisfies a triangle inequality .

Indeed, letting , we note that this is true if and only if $$ \sqrt{\frac{(\mathbf d_1+\mathbf d_2)^2}{c^2} + \frac{((\vec d_1+\vec d_2) \cdot \vec w)^2}{c^4}} - \frac{(\mathbf d_1 + \mathbf d_2) \cdot \mathbf w}{c^2} \leq \sqrt{\frac{\mathbf d_1^2}{c^2} + \frac{(\mathbf d_1 \cdot \mathbf w)^2}{c^4} - \frac{\mathbf d_2 \cdot \mathbf w}{c^2}} + \sqrt{\frac{\mathbf d_2^2}{c^2} + \frac{(\mathbf d_2 \cdot \mathbf w)^2}{c^4}} - \frac{\mathbf d_2 \cdot \mathbf w}{c^2} $$ if and only if $$ \frac{\mathbf d_1\cdot \mathbf d_2}{c^2} + \frac{(\mathbf d_1\cdot \mathbf w)( \mathbf d_2 \cdot \mathbf w)}{c^4} \leq \left[\frac{\vec d_1^2}{c^2} + \frac{(\mathbf d_1 \cdot \mathbf w)^2}{c^4}\right]^{1/2} \left[\frac{\vec d_2^2}{c^2} + \frac{(\mathbf d_2 \cdot \mathbf w)^2}{c^4}\right]^{1/2} $$

Which is true if and only if $$ \frac{(\mathbf d_1\cdot \mathbf d_2)^2}{c^4} + \frac{2(\mathbf d_1 \cdot \mathbf d_2)(\mathbf d_1\cdot \mathbf w)(\mathbf d_2 \cdot \mathbf w)}{c^6} \leq \frac{\mathbf d_1^2 \cdot \mathbf d_2^2}{c^4} + \frac{\mathbf d_1^2(\mathbf d_2\cdot \mathbf w)^2+\mathbf d_2^2(\mathbf d_1\cdot \mathbf w)^2}{c^6} $$

Using the Cauchy-Schwartz inequality, we obtain with equality if and only if and are linearly dependent, and so the inequality is indeed true.

Note: Since this is a strict inequality if and are not linearly dependent, it immediately follows that a straight line from to is always a faster path than any other path made up of straight line segments. We use a limiting argument to prove this is true for any curve.

General Solution

Consider the general example of a ship moving against a variable wind . Writing this component-wise, we have the drift in the -axis as and the drift in the -axis as . Then for a ship moving at maximum velocity at variable heading , we have \begin{align} \dot x &= V\cos \theta + u(x,y) \label{dot-x}\\ \dot y &= V\sin\theta + v(x,y) \end{align} The Hamiltonian of the system is thus \begin{equation}\label{general-h} H = \lambda_x(V\cos\theta + u) + \lambda_y(V\sin\theta + v) + 1 \end{equation} Using the Euler-Lagrange equation, we obtain \begin{align} \dot \lambda_x &= -\frac{\partial H}{\partial x} = \lambda_x \frac{\partial u}{\partial x} - \lambda_y \frac{\partial v}{\partial x}\\ \dot \lambda_y &= -\frac{\partial H}{\partial y} = \lambda_x \frac{\partial u}{\partial y} - \lambda_y \frac{\partial v}{\partial y} \\ 0 &= \frac{\partial H}{\partial \theta} = V(-\lambda_x \sin\theta + \lambda_y\cos\theta) \end{align} The last equation implies that . We note that the system is autonomous; the Hamiltonian does not depend on time , thus = constant, but since we are minimising time, the constant is equal to 0. Thus we can solve the simultaneous equations above to get[3] \begin{align} \lambda_x &= \frac{-\cos\theta}{V + u\cos\theta + v\sin\theta}\\ \lambda_y &= \frac{-\sin\theta}{V + u\cos\theta +v\sin\theta} \end{align} Substituting these values into our EL-equations results in the differential equation $$ \frac{d \theta}{d t} = \sin^2\theta \frac{\partial v}{\partial x} + \sin\theta \cos\theta \left(\frac{\partial u}{\partial x} - \frac{\partial v}{\partial y} \right) - \cos^2\theta\frac{\partial u}{\partial y} $$ This result is known as Zermelo's equation. Solving this with our system allows us to find the general optimum path.

Constant wind revisited example

If we go back to the constant wind problem for all time, we have $$ \frac{\partial v}{\partial y} = \frac{\partial v}{\partial x} = \frac{\partial u}{\partial x} = \frac{\partial u}{\partial y} = 0 $$ so our general solution implies i.e. the optimum path is a straight line, as we had obtained before with an algebraic argument.

References

  1. ^ Zermelo, Ernst (1931). "Über das Navigationsproblem bei ruhender oder veränderlicher Windverteilung". ZAMM - Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik. 11 (2).
  2. ^ Warnick, Claude (2011). "The geometry of sound rays in a wind". Contemporary Physics. 52: 197–209.
  3. ^ Bryson, A.E. (1975). Applied Optimal Control: Optimization, Estimation and Control. Taylor & Francis.