[guided]To differentiate under the integral sign, we will invoke the Leibniz integral rule, whose key hypothesis is the existence of an integrable function that dominates $|\partial_\varepsilon \Phi(x, \varepsilon)|$ uniformly in $\varepsilon$ near $0$. How do we manufacture such a bound? The strategy is: (a) confine the arguments of $L$ to a compact set, (b) use continuity of the partial derivatives on that compact set to get a uniform pointwise bound, and (c) combine with the boundedness of $h$ and $h'$.
**Part (a): confine to a compact set.** Since $y, h \in C^1([a,b], \mathbb{R}^n)$ and $[a,b]$ is compact, the continuous functions $y, y', h, h': [a,b] \to \mathbb{R}^n$ attain their maxima. Define
\begin{align*}
M_y := \max_{x \in [a,b]} |y(x)|, \quad M_{y'} := \max_{x \in [a,b]} |y'(x)|, \quad M_h := \max_{x \in [a,b]} |h(x)|, \quad M_{h'} := \max_{x \in [a,b]} |h'(x)|.
\end{align*}
For $\varepsilon \in [-1,1]$, the triangle inequality gives $|y(x) + \varepsilon h(x)| \leq M_y + |\varepsilon| M_h \leq M_y + M_h$ and $|y'(x) + \varepsilon h'(x)| \leq M_{y'} + M_{h'}$. So the argument of $L$ in $\Phi(x, \varepsilon)$ is confined to the compact set
\begin{align*}
K := [a,b] \times \overline{B}(0,\, M_y + M_h) \times \overline{B}(0,\, M_{y'} + M_{h'}) \subset [a,b] \times \mathbb{R}^n \times \mathbb{R}^n.
\end{align*}
Why does bounding on $K$ suffice? Because we only need to dominate $|\partial_\varepsilon \Phi|$ for $\varepsilon$ in *some* neighbourhood of $0$ — the interval $[-1, 1]$ is such a neighbourhood, and it determines $K$.
**Part (b): bound the partial derivatives of $L$ on $K$.** Since $L \in C^2$, its first-order partial derivatives $\frac{\partial L}{\partial u_i}$ and $\frac{\partial L}{\partial p_i}$ ($1 \leq i \leq n$) are of class $C^1$ and in particular continuous. A continuous real-valued function on a compact set attains its maximum (extreme value theorem), so
\begin{align*}
C_u := \max_{1 \leq i \leq n}\; \max_{(x,u,p) \in K} \left|\frac{\partial L}{\partial u_i}(x, u, p)\right| < \infty, \qquad C_p := \max_{1 \leq i \leq n}\; \max_{(x,u,p) \in K} \left|\frac{\partial L}{\partial p_i}(x, u, p)\right| < \infty.
\end{align*}
**Part (c): combine the bounds.** From the formula in the previous step, the Cauchy–Schwarz inequality $|a \cdot b| \leq |a||b|$ on $\mathbb{R}^n$ gives
\begin{align*}
|\partial_\varepsilon \Phi(x, \varepsilon)| &\leq \left|\frac{\partial L}{\partial u}(\cdots)\right| |h(x)| + \left|\frac{\partial L}{\partial p}(\cdots)\right| |h'(x)|,
\end{align*}
where $(\cdots)$ abbreviates the common argument $(x, y(x) + \varepsilon h(x), y'(x) + \varepsilon h'(x)) \in K$. Since each component $\left|\frac{\partial L}{\partial u_i}\right| \leq C_u$ on $K$, we have $\left|\frac{\partial L}{\partial u}\right| = \left(\sum_{i=1}^n \left|\frac{\partial L}{\partial u_i}\right|^2\right)^{1/2} \leq \sqrt{n}\, C_u$, and similarly $\left|\frac{\partial L}{\partial p}\right| \leq \sqrt{n}\, C_p$. Therefore
\begin{align*}
|\partial_\varepsilon \Phi(x, \varepsilon)| \leq \sqrt{n}\, C_u \cdot M_h + \sqrt{n}\, C_p \cdot M_{h'} =: M
\end{align*}
for all $(x, \varepsilon) \in [a,b] \times [-1,1]$. The constant $M$ is finite and depends on $L$, $y$, $h$, and $n$, but not on $x$ or $\varepsilon$. The dominating function $g(x) := M$ is integrable over $[a,b]$ since $\int_a^b M \, d\mathcal{L}^1(x) = M(b-a) < \infty$.
*Remark.* Only $C^1$ regularity of $L$ is needed for this argument: $L \in C^1$ already implies the first partial derivatives are continuous, which is all we use to obtain the uniform bound. The full $C^2$ hypothesis is not consumed here — it is typically needed for the Euler–Lagrange equation, which differentiates the first variation formula once more with respect to $x$.[/guided]