I have recently learnt some Calculus of Variations and was trying to apply this to a question I made:
Over all functions $f: [0, 1] \to \mathbb{R}$ satisfying $f(0) = f(1) = 0$ with fixed curve length $\ell \geq 1$ (i.e. $\int_0^1 \sqrt{1 + (f'(x))^2} \ \mathrm{d}x = \ell$), find $f$ which maximise and minimise \begin{align*} \int_0^1 f(x) f(1 - x) \ \mathrm{d}x. \end{align*}
Ordinarily, I would proceed by Lagrange Multipliers and use Euler-Lagrange equations to solve for $f$, but I'm not sure how this would work with $f$ being shifted above. I considered rederiving the Euler-Lagrange equation for this as well, but the fact that it is a shifted argument makes me think this would likely not be nice to work with.
Any help would be appreciated, thanks!
$$ dF = \int_0^1 \left( y+ \epsilon \eta(x) \right) \left[ y(1-x) + \epsilon \eta(1-x) \right] - y(x)y(1-x) dx = \int_0^1 \epsilon \left[ \eta(x)y(1-x)+ y(x) \eta(1-x) \right] + O(\epsilon^2) dx$$
We set the first order variation to zero:
$$ \eta(x) y(1-x) + y(x) \eta(1-x) = 0$$
– Clemens Bartholdy Sep 25 '21 at 13:49