Jump to content

Bryson Denham: Difference between revisions

From mintOC
Created page with "{{Dimensions |nd = 1 |nx = 2 |nw = 1 }} The '''Bryson-Denham problem''' is a two-dimensional toy ODE model. It aims to minimize a quadratic Lagrange term. The optimal integer control functions exhibits a singular arc. == Mathematical formulation == <p> <math> \begin{array}{lll} \displaystyle \min_{u} && \int_0^{1} \frac{1}{2} \cdot w(t)^2 dt \\ \text{subject to} \\ \quad \dot{x}(t)..."
 
Line 31: Line 31:


<gallery caption="Reference solution plots" widths="180px" heights="140px" perrow="1">
<gallery caption="Reference solution plots" widths="180px" heights="140px" perrow="1">
  Image:Rao_Mease.png| States and discretized control for a local optimum.
  Image:Bryson-Denham.png| States and discretized control for a local optimum.
</gallery>
</gallery>



Revision as of 09:06, 20 August 2025

Bryson Denham
State dimension: 1
Differential states: 2
Discrete control functions: 1


The Bryson-Denham problem is a two-dimensional toy ODE model. It aims to minimize a quadratic Lagrange term.

The optimal integer control functions exhibits a singular arc.

Mathematical formulation

minu0112w(t)2dtsubject tox˙(t)=v(t),v˙(t)=u(t),x(0)=0,v(0)=1,x(1)=0,v(1)=1,x(t)19

Reference Solutions

Here is one local solution to the above control problem.

Miscellaneous and Further Reading

The Bryson-Denham problem is a variation of the double integrator problem [1]. This formulation detailed description can be found in [2].

References

[1] Arthur E Bryson and Yu-Chi Ho. Applied Optimal Control: Optimization, Estimation and Control. CRC Press, 1975.
[2] Multidisciplinary Optimal Control Library: https://openmdao.org/dymos/docs/latest/examples/bryson_denham/bryson_denham.html