Skip to content

Commit 4388871

Browse files
committed
Fix list items to not start with math expressions
1 parent 15e91a3 commit 4388871

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/example-state-constraint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ On a boundary arc where $g(x(t)) = 0$, both derivatives must vanish, forcing $v(
277277

278278
The unconstrained optimal trajectory for these boundary conditions is $q(t) = t - t^2$, which reaches its maximum $1/4$ at $t = 1/2$. The solution structure depends on $a$:
279279

280-
- $a \ge 1/4$: constraint never active (unconstrained solution)
281-
- $a = 1/4$: **touch point** the trajectory touches $q = a$ at a single instant $t = 1/2$
282-
- $a < 1/4$: **boundary arc** the trajectory remains on $q = a$ for a finite time interval
280+
- For large values ($a \ge 1/4$): the constraint is never active (unconstrained solution)
281+
- **Touch point** ($a = 1/4$): the trajectory touches $q = a$ at a single instant $t = 1/2$
282+
- **Boundary arc** ($a < 1/4$): the trajectory remains on $q = a$ for a finite time interval
283283

284284
### Direct method
285285

0 commit comments

Comments
 (0)