Soft Lunar Landing on a Flat Moon
This section studies the classical 1964 George Meditch soft-landing problem. The objective is to land a lunar module with zero altitude and zero velocity while minimizing fuel consumption. The lecture emphasizes problem formulation and optimality conditions rather than carrying the algebra to completion.
Dynamics¶
where is altitude, vertical velocity, the thrust acceleration, and
Initial conditions:
Terminal conditions:
The terminal time is free.
Performance Index¶
Fuel consumption is approximated by
which is proportional to total thrust because .
Hamiltonian¶
Costate Equations¶
Hence
Pontryagin Minimum Principle¶
Because the Hamiltonian is linear in , the minimum principle is used directly:
Therefore
A singular arc would require
which cannot occur except in the degenerate case, so no singular arc exists.
Bang–Bang Structure¶
Since is linear in time, is also linear. Consequently, the optimal control has at most one switching time:
or remains constant over the entire trajectory.
Free Final Time¶
Because is free and the Hamiltonian has no explicit time dependence,
giving
since .
Transversality¶
Both initial and terminal states are completely specified, so the transversality conditions provide no additional costate information.
Solution Strategy¶
The solution proceeds by:
Assume one of the admissible bang–bang structures.
Integrate dynamics on each segment.
Enforce continuity at the switching time.
Apply terminal conditions.
Verify the Hamiltonian condition.
Compare admissible solutions.
The state trajectories are piecewise:
velocity: linear,
altitude: quadratic.
Historical Significance¶
George Meditch’s 1964 paper showed how optimal control could be used to derive fuel-optimal lunar landing trajectories. This problem became one of the classical examples in aerospace optimal control.
Connection. The aircraft climb problem shows a different engineering strategy: reduce the model through a physically meaningful energy coordinate before optimizing.