Next, I'm trying to understand the section of the
article called "Derivation of one-dimensional Euler-Lagrange equation".
I think it begins with a function
J:C^1[t_1,t_2] \rightarrow \mathbb{R}
such that
J(\gamma) = \int_{t_1}^{t_2} L(t,\gamma(t),\gamma'(t)) \; dt = \int_{t_1}^{t_2} L \circ K(t) \; dt.
The goal is to find an extremum, \gamma, of this function J, on the set of inputs having some specific values \gamma (t_1) and \gamma (t_2).
The article seems to begin by defining another function
\tilde{J}:\mathbb{R} \rightarrow \mathbb{R}
such that
\tilde{J}(\varepsilon) = \int_{t_1}^{t_2} L(t,\gamma(t)+\varepsilon \cdot h(t),\gamma'(t)+\varepsilon \cdot h(t)) \; dt.
Where h can be any function to the reals from the interval being integrated over, so long as it fulfills the condition h(t_1) = h(t_2) = 0. Although their notation J_{\varepsilon} (x) doesn't make much sense to me (given that x is what they're calling the "dummy" variable, the variable of integration), the fact that they then differentiate it with respect to \varepsilon suggests to me that its domain is actually \mathbb{R}, or some subset thereof containing 0.
Then I was thinking we could let
\tilde{K}:\mathbb{R} \rightarrow \mathbb{R} \; \bigg| \; \tilde{K}(\varepsilon) = (t,\gamma(t)+\varepsilon \cdot h(t),\gamma'(t)+\varepsilon \cdot h(t)),
(EDIT: Replace "K-tilde :
R -->
R" with "K-tilde :
R --> [
t1,
t2] x TM"; insert prime symbol the final "
h".)
so that we can write
\tilde{J} (\varepsilon) = \int_{t_1}^{t_2} L \circ \tilde{K} \; dt
(EDIT: Insert "(epsilon)" after K-tilde.)
and differentiate both sides with respect to \varepsilon. But I guess that can't be quite right; what about the integrand? To make sense (or, at least, not to be trivial), the function being integrated over must depend on t, mustn't it?
Could this be resolved by making K-tilde a function of both t and \varepsilon and then changing what they write as a derivative to a partial derivative when we move it inside the scope of the integration sign? Thus
\frac{\mathrm{d} \tilde{J}}{\mathrm{d} \varepsilon} (0) = \frac{\mathrm{d} }{\mathrm{d} \varepsilon} \bigg|_{\varepsilon = 0} \int_{t_1}^{t_2} L \circ \tilde{K} \; dt = \int_{t_1}^{t_2} \frac{\partial }{\partial \varepsilon} \bigg|_{\varepsilon = 0} L \circ \tilde{K} \; dt.
(EDIT: Insert "(t,epsilon)" after each K-tilde.)