Skip to content

Commit 1e27c25

Browse files
authored
Merge pull request #225 from control-toolbox/jbcaillau-patch-1
Fix formatting in balanced_field.md
2 parents 8d67dc9 + ffbea20 commit 1e27c25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/Descriptions/balanced_field.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This implementation focuses on the **takeoff climb** phase with one engine out,
44
### Mathematical formulation
55

66
The problem is to minimise the final range $r(t_f)$ to reach the screen height (usually 35 ft).
7-
The state vector is $x(t) = [r(t), v(t), h(t), \gamma(t)]^ op$ and the control is the angle of attack $\alpha(t)$.
7+
The state vector is $x(t) = (r(t), v(t), h(t), \gamma(t))$ and the control is the angle of attack $\alpha(t)$.
88

99
```math
1010
\begin{aligned}
1111
\min_{\alpha, t_f} \quad & r(t_f) \\
12-
ext{s.t.} \quad & \dot{r}(t) = v(t) \cos \gamma(t), \\
12+
\text{s.t.} \quad & \dot{r}(t) = v(t) \cos \gamma(t), \\
1313
& \dot{v}(t) = \frac{T \cos \alpha(t) - D}{m} - g \sin \gamma(t), \\
1414
& \dot{h}(t) = v(t) \sin \gamma(t), \\
1515
& \dot{\gamma}(t) = \frac{T \sin \alpha(t) + L}{m v(t)} - \frac{g \cos \gamma(t)}{v(t)}, \\

0 commit comments

Comments
 (0)