[guided]We now rewrite the collected Euler-Lagrange equations as a finite-dimensional linear system. The unknown is the acceleration vector $a=(a_1,\dots,a_n)\in\mathbb{R}^n$, where $a_j$ represents the value of $\ddot q_j$ at the fixed position, velocity, and time $(q,v,t)$. The coefficient matrix is the fiber Hessian map
\begin{align*}
H:\varphi(U)\times\mathbb{R}^n\times\mathbb{R}\to\mathbb{R}^{n\times n}
\end{align*}
defined by $H(q,v,t)_{ij}=\frac{\partial^2 \ell}{\partial v_j\partial v_i}(q,v,t)$. The non-acceleration terms are collected into the smooth functions
\begin{align*}
F_i:\varphi(U)\times\mathbb{R}^n\times\mathbb{R}\to\mathbb{R}
\end{align*}
defined by
\begin{align*}
F_i(q,v,t)=\frac{\partial \ell}{\partial q_i}(q,v,t)-\sum_{k=1}^n \frac{\partial^2 \ell}{\partial q_k\partial v_i}(q,v,t)v_k-\frac{\partial^2 \ell}{\partial t\partial v_i}(q,v,t).
\end{align*}
Define the vector-valued map
\begin{align*}
F:\varphi(U)\times\mathbb{R}^n\times\mathbb{R}\to\mathbb{R}^n
\end{align*}
by setting $F(q,v,t)=(F_1(q,v,t),\dots,F_n(q,v,t))$.
To see independently why these definitions give the collected system, start from the $i$th Euler-Lagrange equation
\begin{align*}
\frac{d}{dt}\frac{\partial \ell}{\partial v_i}(q(t),\dot q(t),t)-\frac{\partial \ell}{\partial q_i}(q(t),\dot q(t),t)=0.
\end{align*}
By the [Chain Rule for Maps Between Euclidean Spaces](/theorems/323), applied to the composite map $t\mapsto G_i(q(t),v(t),t)$ with $G_i=\partial \ell/\partial v_i$, we have
\begin{align*}
\frac{d}{dt}\frac{\partial \ell}{\partial v_i}(q(t),\dot q(t),t)=\sum_{k=1}^n \frac{\partial^2 \ell}{\partial q_k\partial v_i}(q(t),\dot q(t),t)\dot q_k(t)+\sum_{j=1}^n \frac{\partial^2 \ell}{\partial v_j\partial v_i}(q(t),\dot q(t),t)\ddot q_j(t)+\frac{\partial^2 \ell}{\partial t\partial v_i}(q(t),\dot q(t),t).
\end{align*}
Substituting this full expansion into the Euler-Lagrange equation and moving every term not involving $\ddot q$ to the right-hand side gives
\begin{align*}
\sum_{j=1}^n \frac{\partial^2 \ell}{\partial v_j\partial v_i}(q(t),\dot q(t),t)\ddot q_j(t)=F_i(q(t),\dot q(t),t).
\end{align*}
By the definition of $H$, the coefficient of $\ddot q_j(t)$ is $H(q(t),\dot q(t),t)_{ij}$. With these definitions, the $i$th Euler-Lagrange equation is
\begin{align*}
\sum_{j=1}^n H(q,v,t)_{ij}a_j=F_i(q,v,t).
\end{align*}
Equivalently, the full system is
\begin{align*}
H(q,v,t)a=F(q,v,t).
\end{align*}
The hypothesis says precisely that the matrix $H(q,v,t)$ is invertible. Hence multiplication by $H(q,v,t)$ is a bijective [linear map](/page/Linear%20Map) from $\mathbb{R}^n$ to $\mathbb{R}^n$, and the unique vector solving the system is
\begin{align*}
a=H(q,v,t)^{-1}F(q,v,t).
\end{align*}
This is the point of the fiber Hessian condition: it rules out both non-uniqueness of accelerations and failure of existence for the acceleration determined by a given position, velocity, and time.[/guided]