I'm from econ. That is I'm not conceptually familiar with the underlying math of dynamical systems. When I usually deal with dynamic systems it's of the form $$ \max_u\int{F(t,x(t),u(t))}\\ \text{s.t.}~\dot{x}(t)=f(t,x(t),u(t))\\ x(0)=x_0 $$
where $x(t)\in\mathbb{R}^n$ is the state and $u(t)\in\mathbb{R}^m$ the control vector respectively.
However, I try to model a system where the state actually depends on the control, i.e. $x(t,u(t))$. Does it change the analysis substantially? Or does it work the usual way $$ H=F(t,x(t,u(t)),u(t))+\lambda(t)f(t,x(t,u(t)),u(t)) $$ with FOCs $$ H_u=0\quad\text{and}\quad H_x=-\dot{\lambda} $$ Appreciate help or a good read advice.