Jump to content

Jackson

From mintOC
Jackson
State dimension: 1
Differential states: 6
Discrete control functions: 3


The Jackson problem is a classical benchmark in optimal control. This description is taken from [1].

It consists of controlling a three-dimensional system in which the first two states interact linearly under the effect of a single control input, while the third state accumulates based on the complementary control. The objective is to minimise the third state at the final time, while satisfying bounds on states and control, as well as initial and terminal conditions. The problem exhibits singular arcs, making it a useful benchmark for testing direct transcription and nonlinear programming methods.

Mathematical formulation

minux3(tf)subject tox1˙(t)=u(t)(k1x1(t)k2x2(t)),x2˙(t)=u(t)(k1x1(t)k2x2(t))(1u(t))k3x2(t),x3˙(t)=(1u(t))k3x2(t),x(0)=(1,0,0)T,x(t)[0,1.1] t[0,tf], i{1,2,3}u(t)[0,1] t[0,tf]

Parameters

These fixed values are used within the model:

Symbol Value
m 2.2 kg
J 0.05 kgm2
r 0.2 m
mg 4 N
μ 1

The weight μ balances control effort and transition time.

Reference Solutions

Here is one local solution to the above control problem.

Miscellaneous and Further Reading

This formulation and a detailed description can be found in [1].

References

[1] Caillau, J.-B., Cots, O., Gergaud, J., & Martinon, P. OptimalControlProblems.jl: a collection of optimal control problems with ODE's in Julia. https://github.com/control-toolbox/OptimalControlProblems.jl/blob/main/ext/Descriptions/ducted_fan.md