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
[tex]J:C^1[t_1,t_2] \rightarrow \mathbb{R}[/tex]
such that
[tex]J(\gamma) = \int_{t_1}^{t_2} L(t,\gamma(t),\gamma'(t)) \; dt = \int_{t_1}^{t_2} L \circ K(t) \; dt.[/tex]
The goal is to find an extremum, [itex]\gamma[/itex], of this function [itex]J[/itex], on the set of inputs having some specific values [itex]\gamma (t_1)[/itex] and [itex]\gamma (t_2)[/itex].
The article seems to begin by defining another function
[tex]\tilde{J}:\mathbb{R} \rightarrow \mathbb{R}[/tex]
such that
[tex]\tilde{J}(\varepsilon) = \int_{t_1}^{t_2} L(t,\gamma(t)+\varepsilon \cdot h(t),\gamma'(t)+\varepsilon \cdot h(t)) \; dt.[/tex]
Where [itex]h[/itex] can be any function to the reals from the interval being integrated over, so long as it fulfills the condition [itex]h(t_1) = h(t_2) = 0[/itex]. Although their notation [itex]J_{\varepsilon} (x)[/itex] doesn't make much sense to me (given that [itex]x[/itex] is what they're calling the "dummy" variable, the variable of integration), the fact that they then differentiate it with respect to [itex]\varepsilon[/itex] suggests to me that its domain is actually [itex]\mathbb{R}[/itex], or some subset thereof containing 0.
Then I was thinking we could let
[tex]\tilde{K}:\mathbb{R} \rightarrow \mathbb{R} \; \bigg| \; \tilde{K}(\varepsilon) = (t,\gamma(t)+\varepsilon \cdot h(t),\gamma'(t)+\varepsilon \cdot h(t)),[/tex]
(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
[tex]\tilde{J} (\varepsilon) = \int_{t_1}^{t_2} L \circ \tilde{K} \; dt[/tex]
(EDIT: Insert "(epsilon)" after K-tilde.)
and differentiate both sides with respect to [itex]\varepsilon[/itex]. 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 [itex]t[/itex], mustn't it?
Could this be resolved by making K-tilde a function of both [itex]t[/itex] and [itex]\varepsilon[/itex] 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
[tex]\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.[/tex]
(EDIT: Insert "(t,epsilon)" after each K-tilde.)