Goddart's rocket problem: Difference between revisions
Appearance
RobertLampel (talk | contribs) |
RobertLampel (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
<dd> | <dd> | ||
<math> | <math> | ||
D(r,v):= Av^2 \rho(r)\text{, with }\rho(r):= exp(-k\cdot (r-r_0)). | D(r,v):= Av^2 \rho(r)\text{, with }\rho(r):= \exp(-k\cdot (r-r_0)). | ||
</math> | </math> | ||
</dd> | </dd> | ||
| Line 35: | Line 35: | ||
& r(T) &=& r_T, \\ | & r(T) &=& r_T, \\ | ||
& D(r,v)&\le& C \\ | & D(r,v)&\le& C \\ | ||
& T \ | & T \quad \text{free} | ||
\end{array} | \end{array} | ||
</math> | </math> | ||
| Line 50: | Line 50: | ||
r_T &=& 1.01 \\ | r_T &=& 1.01 \\ | ||
b &=& 7 \\ | b &=& 7 \\ | ||
T_{max} &=& 3.5 \\ | T_{\mathrm{max}} &=& 3.5 \\ | ||
A &=& 310 \\ | A &=& 310 \\ | ||
k &=& 500 \\ | k &=& 500 \\ | ||
Latest revision as of 12:45, 10 October 2025
| Goddart's rocket problem | |
|---|---|
| State dimension: | 1 |
| Differential states: | 3 |
| Continuous control functions: | 1 |
| Path constraints: | 1 |
| Interior point equalities: | 4 |
In Goddart's rocket problem we model the ascent (vertical; restricted to 1 dimension) of a rocket. The aim is to reach a certain altitude with minimal fuel consumption. It is equivalent to maximize the mass at the final altitude.
Variables
The state variables describe the altitude(radius), speed and mass respectively.
The drag is given by
All units are renormalized.
Mathematical formulation
Parameters
Reference Solution
The following reference solution was generated using BOCOP. The optimal value of the objective function is -0.63389.
- Reference solution plots
-
Control u over time.
-
Position r over time.
-
Speed v over time.
-
Mass m over time.
Source Code
Model descriptions are available in:
References
The Problem can be found in the BOCOP User Guide.