Cart Pendulum: Difference between revisions
Appearance
RobertLampel (talk | contribs) |
RobertLampel (talk | contribs) |
||
| Line 29: | Line 29: | ||
</math> | </math> | ||
</p> | </p> | ||
== Parameters == | |||
These fixed values are used within the model: | |||
{| border="1" align="center" cellpadding="5" cellspacing="0" | |||
|- bgcolor=#c7c7c7 | |||
! Symbol !! Value !! Description | |||
|- | |||
| align=center | <math>\alpha</math> || align=right | -0.75 || Nonlinear coefficient | |||
|- | |||
| align=center | <math>c</math> || align=right | 1 || Damping coefficient | |||
|- | |||
| align=center | <math>t_\mathrm{f}</math> || align=right | 8 || Horizon of the control problem | |||
|- | |||
| align=center | <math>\varepsilon_\mathrm{reg}</math> || align=right | 0.01 || Regularization of Fisher matrix | |||
|- | |||
| align=center | <math>\mathcal{U}</math> || align=right | [-1,1] || Bounds of control function | |||
|- | |||
| align=center | <math>\mathcal{W}</math> || align=right | [0,1] || Bounds of measurement function | |||
|- | |||
| align=center | <math>M_1, M_2</math> || align=right | 2 || Maximum measurement time | |||
|} | |||
== Reference Solutions == | == Reference Solutions == | ||
Revision as of 08:40, 3 February 2026
| Cart Pendulum | |
|---|---|
| State dimension: | 1 |
| Differential states: | 3 |
| Discrete control functions: | 2 |
The Cart Pendulum problem concerns a pendulum hinged to a mobile cart. The control objective is to transition the pendulum from a downward position to a stabilized, inverted state above the cart. In this formulation, the objective function is defined by a composite of least-squares terms.
The implementation here is taken from [1]. Its dynamics are given by a four-dimensional ODE model.
Mathematical formulation
Parameters
These fixed values are used within the model:
| Symbol | Value | Description |
|---|---|---|
| -0.75 | Nonlinear coefficient | |
| 1 | Damping coefficient | |
| 8 | Horizon of the control problem | |
| 0.01 | Regularization of Fisher matrix | |
| [-1,1] | Bounds of control function | |
| [0,1] | Bounds of measurement function | |
| 2 | Maximum measurement time |
Reference Solutions
Here is one local solution to the above control problem.
- Reference solution plots
-
States and discretized control for a local optimum. The free end time was modeled using the additional control .
Miscellaneous and Further Reading
This formulation and a detailed description can be found in [1].
References
[1] Multidisciplinary Optimal Control Library: https://openmdao.org/dymos/docs/latest/examples/moon_landing/moon_landing.html