Functional


Given a space of functions UU, a functional defined on UU is a map FF that maps a function uUu\in U to a Scalar number:

F:  URuF[u]R\begin{align} F:\;&U\mapsto \mathbb{R} \\ &u\mapsto F[u]\in \mathbb{R} \end{align}

where we chose real numbers. Functionals can also be dependent on multiple functions:

F:  U×U××UR(u1,,un)F[u1,,un]R\begin{align} F:\;&U\times U\times\ldots\times U\mapsto \mathbb{R} \\ &(u_{1},\ldots,u_{n})\mapsto F[u_{1},\ldots,u_{n}]\in \mathbb{R} \end{align}

Properties

  • A functional is linear if F[αu+βv]=αF[u]+βF[v]F[\alpha u+\beta v]=\alpha F[u]+\beta F[v].

Variation

The variation δF\delta F of a functional FF in some point u0u_{0} relative to the variation δu\delta u is defined as

δF[u0,δu]ddαF[u0+αu]α=0\delta F[u_{0},\delta u]\equiv \left.{\frac{d}{d\alpha} F[u_{0}+\alpha u]}\right|_{\alpha=0}

It is itself a functional, which takes two functions as an argument. It is fundamentally an extension of the directional derivative for a functional. In fact, for a function F:URNRF:U\subset \mathbb{R}^{N}\to \mathbb{R} , the directional derivative δF\delta F on a direction vector δxRN\delta \mathbf{x} \in \mathbb{R}^{N} is:

δF(x,δx)=ddαF(x+δx)α=0=i=1NFxi(x+δx)δxiα=0=i=1NFxi(x)δxi=Fδx\delta F(\mathbf{x},\delta \mathbf{x})=\left.{\frac{d}{d\alpha}F(\mathbf{x}+\delta \mathbf{x})}\right|_{\alpha=0}=\left.{\sum_{i=1}^{N} \frac{ \partial F }{ \partial x_{i} } (\mathbf{x}+\delta \mathbf{x})\delta \mathbf{x}_{i}}\right|_{\alpha=0}=\sum_{i=1}^{N} \frac{ \partial F }{ \partial x_{i} } (\mathbf{x})\delta \mathbf{x}_{i}=\nabla F\cdot \delta \mathbf{x}

Similarly to usual derivatives, the functional FF is said to be stationary in u0u_{0} if δF[u0,δu]=0\delta F[u_{0},\delta u]=0. More formally, we say that u0u_{0} is a stationary point for FF for variations δu\delta u null at the boundaries (δu(xstart)=δu(xend)=0\delta u(x_\text{start})=\delta u(x_\text{end})=0) if and only if u0u_{0} satisfies the equation

f(x)=ddxLu(u0(x),u0(x),x)Lu(u0(x),u0(x),x)=0(1)f(x)=\frac{d}{dx}\frac{ \partial L }{ \partial u' } (u_{0}(x),u_{0}'(x),x)-\frac{ \partial L }{ \partial u } (u_{0}(x),u_{0}'(x),x)=0\tag{1}

This equation is the Lagrange equation.

Furthermore, if we define ΔF=F[u+δu]F[u]\Delta F=F[u+\delta u]-F[u] for some small δu\delta u, δF\delta F is the linear part of δu\delta u of the increase ΔF\Delta F.

Examples

Let U={smooth functions:[0,1]R}U=\{ \text{smooth functions}:[0,1]\to \mathbb{R} \}.

> If for instance $u(t)=\sin \pi t$, the functional would give us > $$F[\sin \pi t]=\int_{0}^{1}\sin \pi t\ dt=\frac{1}{\pi}\int_{0}^{\pi}\sin \xi\ d\xi=\frac{2}{\pi} > which gives us the value $t_{0}$ for which the function is equal to $1$. With our previous $u$: > $$F[\sin \pi t]=\sin(\pi t_{0})=1\quad\to \quad t_{0}= \frac{1}{2}

One could also do the same thing to find the zeros of a derivative:

> This statement is in essence a compact way of expressing the search for maxima and minima of $u$. > [!example]- Curve length > An example of a functional of several functions is the length of a [[Curve]]. Given some curve in $\mathbb{R}^{3}$, $\gamma(t)=(u(t),v(t),w(t))$, its length is the functional > $$F[u,v,w]=\int_{0}^{1}\sqrt{ u'(t)^{2}+v'(t)^{2}+w'(t)^{2} }\ dt > The increment $\Delta F$ is > $$\Delta F=\int_{0}^{1}(u+\delta u)dt-\int_{0}^{1}udt=\int_{0}^{1}\delta u\ dt

If we now take the integral of the square of the function F[u]=01u(t)2dtF[u]=\int_{0}^{1}u(t)^{2}dt we get

> and the increment is > $$\Delta F=\int_{0}^{1}(u^{2}+2u\delta u+\delta u^{2})dx-\int_{0}^{1}u^{2}dx=2\int_{0}^{1} u\delta udx+\int_{0}^{1} \delta u^{2}dx