Calculus of Variations (Gelfand & Fomin): Derivation of 2nd Variation

calculus-of-variations

I'm having trouble understanding how Gelfand & Fomin go from

$$
\begin{align}
\Delta J[h] &= J[y+h] – J[y] \\
&= \int_a^b \left( F_y h + F_y' h' \right) \, dx + \frac{1}{2}\int_a^b \left( \bar{F}_{yy}h^2 + 2\bar{F}_{yy'}hh' + \bar{F}_{y'y'}h'^2 \right) \, dx \tag{1}\label{eq1}
\end{align}
$$

to

$$
\Delta J[h] = \int_a^b \left( F_y h + F_y' h' \right) \, dx + \frac{1}{2}\int_a^b \left( F_{yy}h^2 + 2F_{yy'}hh' + F_{y'y'}h'^2 \right) \, dx + \epsilon \tag{2}\label{eq2}
$$

where

$$
\epsilon = \int_a^b \left( \epsilon_1h^2 + \epsilon_2hh' + \epsilon_3h'^2 \right) \, dx
$$

in Section 25. Step \ref{eq1} is just Taylor's theorem with remainder from David Widder's Advanced Calculus (Section 9.2, Eq. 3). Going from \ref{eq1} to \ref{eq2} however, Gelfand and Fomin state:

"If we replace $\bar{F}_{yy}$, $\bar{F}_{yy'}$, and $\bar{F}_{y'y'}$ by the derivatives $F_{yy}$, $F_{yy'}$, and $F_{y'y'}$ evaluated at the point $(x, y(x), y'(x))$, then [$\ref{eq1}$] becomes [$\ref{eq2}$]."

How do they do this? (Continuity or some application of mean value theorem perhaps?)

Best Answer

Quantities like $\bar{F}_{yy}$ arise from an initial application of Taylor's theorem, that is, for some $\theta \in (0,1)$,

$$\bar{F}_{yy} = F_{yy}(x,y(x) +\theta h(x), y'(x) + \theta h'(x))$$

Thus,

$$\bar{F}_{yy} = F_{yy}(x,y(x), y'(x) ) + \underbrace{F_{yy}(x,y(x) +\theta h(x), y'(x) + \theta h'(x))- F_{yy}(x,y(x), y'(x) )}_{\epsilon_1(x)} $$

where for all $x \in [a,b]$ we have $\epsilon_1(x) \to 0$ uniformly as $\sup_{x\in[a,b]}h(x)\to 0$ and $\sup_{x\in[a,b]}h'(x),\to 0$ by continuity of $F_{yy}$.

The same applies to the other terms.

Related Question