I feel like this should be a no-brainer but this is my first set of variational problems so I'm probably just not used to how it should work.
Find extremal of $$F[u] = \int_0^1 xuu' dx$$ where $u(0) = 0$ and $u(1) = 1$.
So using the Euler-Lagrange formula with $f(x,u,u') = xuu'$ I get $$0 = f_u - \frac{d}{dx}f_{u'} = xu' - u - xu' = -u$$ so that $u(x) = 0$.
But clearly this does not satisfy the boundary condition, so now what?